Man Page: cfg80211_testmode_alloc_event_skb
Operating Environment: centos
Section: 9
CFG80211_TESTMODE_AL(9) Test mode CFG80211_TESTMODE_AL(9)NAMEcfg80211_testmode_alloc_event_skb - allocate testmode eventSYNOPSISstruct sk_buff * cfg80211_testmode_alloc_event_skb(struct wiphy * wiphy, int approxlen, gfp_t gfp);ARGUMENTSwiphy the wiphy approxlen an upper bound of the length of the data that will be put into the skb gfp allocation flagsDESCRIPTIONThis function allocates and pre-fills an skb for an event on the testmode multicast group. The returned skb is set up in the same way as with cfg80211_testmode_alloc_reply_skb but prepared for an event. As there, you should simply add data to it that will then end up in the NL80211_ATTR_TESTDATA attribute. Again, you must not modify the skb in any other way. When done filling the skb, call cfg80211_testmode_event with the skb to send the event.RETURNAn allocated and pre-filled skb. NULL if any errors happen.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CFG80211_TESTMODE_AL(9)
| Related Man Pages |
|---|
| ieee80211_get_buffered_bc(9) - centos |
| struct_cfg80211_scan_request(9) - centos |
| struct_ieee80211_tx_rate_control(9) - centos |
| wimax_msg_alloc(9) - centos |
| regulatory_hint(9) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| Tar Command |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |