1CFG80211_TESTMODE_RE(9) Test mode CFG80211_TESTMODE_RE(9)
2
3
4
6 cfg80211_testmode_reply - send the reply skb
7
9 int cfg80211_testmode_reply(struct sk_buff * skb);
10
12 skb
13 The skb, must have been allocated with
14 cfg80211_testmode_alloc_reply_skb
15
17 Since calling this function will usually be the last thing before
18 returning from the testmode_cmd you should return the error code. Note
19 that this function consumes the skb regardless of the return value.
20
22 An error code or 0 on success.
23
25 Johannes Berg <johannes@sipsolutions.net>
26 Author.
27
29Kernel Hackers Manual 3.10 June 2019 CFG80211_TESTMODE_RE(9)