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

/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c712 [NL80211_BSS_BEACON_IES] = { .type = NLA_UNSPEC },
736 if (bss[NL80211_BSS_BEACON_IES]) {
737 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]);
738 beacon_ie_len = nla_len(bss[NL80211_BSS_BEACON_IES]);
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 in enum:nl80211_bss

Completed in 135 milliseconds