Home
last modified time | relevance | path

Searched defs:ieee80211_sta_bss (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c55 struct ieee80211_sta_bss { struct
56 struct ieee80211_sta_bss *next; argument
57 struct ieee80211_sta_bss *hnext; argument
59 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 …]
/external/wpa_supplicant_8/wpa_supplicant/
Dmlme.c56 struct ieee80211_sta_bss { struct
57 struct ieee80211_sta_bss *next; argument
58 struct ieee80211_sta_bss *hnext; argument
60 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 …]
/external/wpa_supplicant/
Dmlme.c273 struct ieee80211_sta_bss { struct
274 struct ieee80211_sta_bss *next; argument
275 struct ieee80211_sta_bss *hnext; argument
277 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