1CFG80211_TESTMODE_EV(9) Test mode CFG80211_TESTMODE_EV(9)
2
3
4
6 cfg80211_testmode_event - send the event
7
9 void cfg80211_testmode_event(struct sk_buff * skb, gfp_t gfp);
10
12 skb
13 The skb, must have been allocated with
14 cfg80211_testmode_alloc_event_skb
15
16 gfp
17 allocation flags
18
20 This function sends the given skb, which must have been allocated by
21 cfg80211_testmode_alloc_event_skb, as an event. It always consumes it.
22
24 Johannes Berg <johannes@sipsolutions.net>
25 Author.
26
28Kernel Hackers Manual 3.10 June 2019 CFG80211_TESTMODE_EV(9)