Home
last modified time | relevance | path

Searched refs:WLAN_EID_VENDOR_SPECIFIC (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dieee802_11_common.c60 for_each_element_id(elem, WLAN_EID_VENDOR_SPECIFIC, ies, len) { in get_vendor_ie()
83 *buf++ = WLAN_EID_VENDOR_SPECIFIC; in mbo_add_ie()
290 case WLAN_EID_VENDOR_SPECIFIC: in ieee802_11_parse_elems()
320 for_each_element_id(elem, WLAN_EID_VENDOR_SPECIFIC, ies, ies_len) { in ieee802_11_vendor_ie_concat()
339 for_each_element_id(elem, WLAN_EID_VENDOR_SPECIFIC, ies, ies_len) { in ieee802_11_vendor_ie_concat()
Dmbo.c165 wpabuf_put_u8(mbo, WLAN_EID_VENDOR_SPECIFIC); in wpas_mbo_non_pref_chan_subelem_hdr()
297 wpabuf_put_u8(buf, WLAN_EID_VENDOR_SPECIFIC); /* Type */ in wpas_mbo_send_wnm_notification()
487 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC); in wpas_mbo_scan_ie()
716 cell_capa[0] = WLAN_EID_VENDOR_SPECIFIC; in wpas_mbo_update_cell_capa()
Dbss.c491 for_each_element_id(elem, WLAN_EID_VENDOR_SPECIFIC, ies, bss->ie_len) { in wpa_bss_get_vendor_ie()
Ddpp.h69 #define WLAN_EID_VENDOR_SPECIFIC 221 macro
Dieee802_11_defs.h230 #define WLAN_EID_VENDOR_SPECIFIC 221 macro
Dwnm_sta.c926 vendor = get_ie(pos, end - pos, WLAN_EID_VENDOR_SPECIFIC); in ieee802_11_rx_bss_trans_mgmt_req()
Dwpa_common.c577 if (hdr->elem_id != WLAN_EID_VENDOR_SPECIFIC || in wpa_parse_wpa_ie_wpa()
Ddpp.c1765 wpabuf_put_u8(buf, WLAN_EID_VENDOR_SPECIFIC); in dpp_write_adv_proto()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ie.c61 hdr->elem_id = WLAN_EID_VENDOR_SPECIFIC; in wpa_gen_wpa_ie_wpa()
437 } else if (*pos == WLAN_EID_VENDOR_SPECIFIC) { in wpa_supplicant_parse_ies()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_ie.c32 hdr->elem_id = WLAN_EID_VENDOR_SPECIFIC; in wpa_write_wpa_ie()
378 *pos++ = WLAN_EID_VENDOR_SPECIFIC; in wpa_add_kde()
758 } else if (*pos == WLAN_EID_VENDOR_SPECIFIC) { in wpa_parse_kde_ies()
Dwpa_auth.c1558 pmkid[0] = WLAN_EID_VENDOR_SPECIFIC; in SM_STATE()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps.c504 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC); in wps_build_assoc_req_ie()
538 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC); in wps_build_assoc_resp_ie()
Dwps_attr_build.c488 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC); in wps_ie_encapsulate()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c322 if (pos[1] == WLAN_EID_VENDOR_SPECIFIC && pos[2] == 5 && in gas_query_resp_rx()