Home
last modified time | relevance | path

Searched refs:NL80211_BSS_BEACON_IES (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_scan.c712 [NL80211_BSS_BEACON_IES] = { .type = NLA_UNSPEC }, in nl80211_parse_bss_info()
736 if (bss[NL80211_BSS_BEACON_IES]) { in nl80211_parse_bss_info()
737 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]); in nl80211_parse_bss_info()
738 beacon_ie_len = nla_len(bss[NL80211_BSS_BEACON_IES]); in nl80211_parse_bss_info()
H A Dnl80211_copy.h4263 * if the %NL80211_BSS_BEACON_IES attribute is present and the data is
4276 * @NL80211_BSS_BEACON_IES: binary attribute containing the raw information
4313 NL80211_BSS_BEACON_IES, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_scan.c722 [NL80211_BSS_BEACON_IES] = { .type = NLA_UNSPEC }, in nl80211_parse_bss_info()
746 if (bss[NL80211_BSS_BEACON_IES]) { in nl80211_parse_bss_info()
747 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]); in nl80211_parse_bss_info()
748 beacon_ie_len = nla_len(bss[NL80211_BSS_BEACON_IES]); in nl80211_parse_bss_info()
H A Dnl80211_copy.h4679 * if the %NL80211_BSS_BEACON_IES attribute is present and the data is
4692 * @NL80211_BSS_BEACON_IES: binary attribute containing the raw information
4732 NL80211_BSS_BEACON_IES, enumerator

Completed in 26 milliseconds