Home
last modified time | relevance | path

Searched refs:WPA_GET_LE16 (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c440 WPA_GET_LE16(hdr->version) != RSN_VERSION) { in wpa_parse_wpa_ie_rsn()
461 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
482 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
502 data->capabilities = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
508 u16 num_pmkid = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
580 WPA_GET_LE16(hdr->version) != WPA_VERSION) { in wpa_parse_wpa_ie_wpa()
601 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa()
622 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa()
642 data->capabilities = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa()
1278 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN; in wpa_insert_pmkid()
[all …]
Dwnm_sta.c50 rep->tsf_offset = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem()
51 rep->beacon_int = WPA_GET_LE16(pos + 2); in wnm_parse_neighbor_report_elem()
79 rep->bss_term_dur = WPA_GET_LE16(pos + 8); in wnm_parse_neighbor_report_elem()
88 rep->bearing = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem()
90 rep->rel_height = WPA_GET_LE16(pos + 2 + 4); in wnm_parse_neighbor_report_elem()
858 wpa_s->wnm_dissoc_timer = WPA_GET_LE16(pos + 2); in ieee802_11_rx_bss_trans_mgmt_req()
Dmbo.c640 disallowed_sec = WPA_GET_LE16(pos); in wpas_mbo_ie_trans_req()
Ddpp.c270 id = WPA_GET_LE16(pos); in dpp_get_attr()
272 alen = WPA_GET_LE16(pos); in dpp_get_attr()
296 pos = prev + WPA_GET_LE16(prev - 2); in dpp_get_attr_next()
298 id = WPA_GET_LE16(pos); in dpp_get_attr_next()
300 alen = WPA_GET_LE16(pos); in dpp_get_attr_next()
325 id = WPA_GET_LE16(pos); in dpp_check_attrs()
327 alen = WPA_GET_LE16(pos); in dpp_check_attrs()
Dsae.c2063 res = sae_group_allowed(sae, allowed_groups, WPA_GET_LE16(pos)); in sae_parse_commit()
2273 wpa_printf(MSG_DEBUG, "SAE: peer-send-confirm %u", WPA_GET_LE16(data)); in sae_check_confirm()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_scan.c145 res->beacon_int = WPA_GET_LE16(frame); in esp_handle_beacon_probe()
149 res->caps = WPA_GET_LE16(frame); in esp_handle_beacon_probe()
Desp_wpa3.c280 group = WPA_GET_LE16(pos); in wpa3_check_sae_rejected_groups()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_11.c451 group = WPA_GET_LE16(pos); in check_sae_rejected_groups()
516 WPA_GET_LE16(pos)) == in handle_auth_sae()
611 peer_send_confirm = WPA_GET_LE16(var); in handle_auth_sae()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c630 keyidx = WPA_GET_LE16(gtk_elem) & 0x03; in wpa_ft_process_gtk_subelem()
700 keyidx = WPA_GET_LE16(igtk_elem);
Dwpa.c1028 u16 keyidx = WPA_GET_LE16(igtk->keyid); in wpa_supplicant_install_igtk()
2922 group = WPA_GET_LE16(dh_ie); in owe_process_assoc_resp()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dccmp.c91 fc = WPA_GET_LE16(hdr); in ccmp_aad_nonce_pv1()
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h139 static inline u16 WPA_GET_LE16(const u8 *a) in WPA_GET_LE16() function