Home
last modified time | relevance | path

Searched refs:bc_ie (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_ht.c210 struct ieee80211_2040_bss_coex_ie *bc_ie; in hostapd_2040_coex_action() local
224 if (len < IEEE80211_HDRLEN + 2 + sizeof(*bc_ie)) in hostapd_2040_coex_action()
227 bc_ie = (struct ieee80211_2040_bss_coex_ie *) data; in hostapd_2040_coex_action()
228 if (bc_ie->element_id != WLAN_EID_20_40_BSS_COEXISTENCE || in hostapd_2040_coex_action()
229 bc_ie->length < 1) { in hostapd_2040_coex_action()
231 bc_ie->element_id, bc_ie->length); in hostapd_2040_coex_action()
234 if (len < IEEE80211_HDRLEN + 2 + 2 + bc_ie->length) in hostapd_2040_coex_action()
236 data += 2 + bc_ie->length; in hostapd_2040_coex_action()
239 bc_ie->coex_param); in hostapd_2040_coex_action()
240 if (bc_ie->coex_param & WLAN_20_40_BSS_COEX_20MHZ_WIDTH_REQ) { in hostapd_2040_coex_action()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c1178 struct ieee80211_2040_bss_coex_ie *bc_ie; in sme_send_2040_bss_coex() local
1198 bc_ie = wpabuf_put(buf, sizeof(*bc_ie)); in sme_send_2040_bss_coex()
1199 bc_ie->element_id = WLAN_EID_20_40_BSS_COEXISTENCE; in sme_send_2040_bss_coex()
1200 bc_ie->length = 1; in sme_send_2040_bss_coex()
1202 bc_ie->coex_param |= WLAN_20_40_BSS_COEX_20MHZ_WIDTH_REQ; in sme_send_2040_bss_coex()