1IEEE80211_DATA_TO_80(9) Data path helpers IEEE80211_DATA_TO_80(9)
2
3
4
6 ieee80211_data_to_8023 - convert an 802.11 data frame to 802.3
7
9 int ieee80211_data_to_8023(struct sk_buff * skb, const u8 * addr,
10 enum nl80211_iftype iftype);
11
13 skb
14 the 802.11 data frame
15
16 addr
17 the device MAC address
18
19 iftype
20 the virtual interface type
21
23 0 on success. Non-zero on error.
24
26 Johannes Berg <johannes@sipsolutions.net>
27 Author.
28
30Kernel Hackers Manual 3.10 June 2019 IEEE80211_DATA_TO_80(9)