Searched defs:ieee80211_sta_bss (Results 1 – 3 of 3) sorted by relevance
55 struct ieee80211_sta_bss { struct56 struct ieee80211_sta_bss *next; argument57 struct ieee80211_sta_bss *hnext; argument59 u8 bssid[ETH_ALEN];60 u8 ssid[MAX_SSID_LEN];61 size_t ssid_len;62 u16 capability; /* host byte order */63 int hw_mode;64 int channel;65 int freq;[all …]
56 struct ieee80211_sta_bss { struct57 struct ieee80211_sta_bss *next; argument58 struct ieee80211_sta_bss *hnext; argument60 u8 bssid[ETH_ALEN];61 u8 ssid[MAX_SSID_LEN];62 size_t ssid_len;63 u16 capability; /* host byte order */64 int hw_mode;65 int channel;66 int freq;[all …]
273 struct ieee80211_sta_bss { struct274 struct ieee80211_sta_bss *next; argument275 struct ieee80211_sta_bss *hnext; argument277 u8 bssid[ETH_ALEN];278 u8 ssid[MAX_SSID_LEN];279 size_t ssid_len;280 u16 capability; /* host byte order */281 int hw_mode;305 static struct ieee80211_sta_bss * argument