1IEEE80211_DATA_FROM_(9)        Data path helpers       IEEE80211_DATA_FROM_(9)
2
3
4

NAME

6       ieee80211_data_from_8023 - convert an 802.3 frame to 802.11
7

SYNOPSIS

9       int ieee80211_data_from_8023(struct sk_buff * skb, const u8 * addr,
10                                    enum nl80211_iftype iftype,
11                                    const u8 * bssid, bool qos);
12

ARGUMENTS

14       skb
15           the 802.3 frame
16
17       addr
18           the device MAC address
19
20       iftype
21           the virtual interface type
22
23       bssid
24           the network bssid (used only for iftype STATION and ADHOC)
25
26       qos
27           build 802.11 QoS data frame
28

RETURN

30       0 on success, or a negative error code.
31

AUTHOR

33       Johannes Berg <johannes@sipsolutions.net>
34           Author.
35
37Kernel Hackers Manual 3.10         June 2019           IEEE80211_DATA_FROM_(9)
Impressum