1STRUCT IEEE80211_VIF(9) The basic mac80211 driver inte STRUCT IEEE80211_VIF(9)
2
3
4
6 struct_ieee80211_vif - per-interface data
7
9 struct ieee80211_vif {
10 enum nl80211_iftype type;
11 struct ieee80211_bss_conf bss_conf;
12 u8 addr[ETH_ALEN];
13 };
14
16 type
17 type of this virtual interface
18
19 bss_conf
20 BSS configuration for this interface, either our own or the BSS
21 we're associated to
22
23 addr[ETH_ALEN]
24 address of this interface
25
27 Data in this structure is continually present for driver use during the
28 life of a virtual interface.
29
31 Johannes Berg <johannes@sipsolutions.net>
32 Author.
33
35Kernel Hackers Manual 3.10 June 2019 STRUCT IEEE80211_VIF(9)