Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Dwpa_common.c195 WPA_GET_LE16(hdr->version) != RSN_VERSION) { in wpa_parse_wpa_ie_rsn()
220 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
245 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
269 data->capabilities = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
275 data->num_pmkid = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
351 WPA_GET_LE16(hdr->version) != WPA_VERSION) { in wpa_parse_wpa_ie_wpa()
372 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa()
393 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa()
413 data->capabilities = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa()
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()
853 wpa_s->wnm_dissoc_timer = WPA_GET_LE16(pos + 2); in ieee802_11_rx_bss_trans_mgmt_req()
Dmbo.c652 disallowed_sec = WPA_GET_LE16(pos); in wpas_mbo_ie_trans_req()
Dsae.c1216 res = sae_group_allowed(sae, allowed_groups, WPA_GET_LE16(pos)); in sae_parse_commit()
1398 wpa_printf(MSG_DEBUG, "SAE: peer-send-confirm %u", WPA_GET_LE16(data)); in sae_check_confirm()
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()
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_scan.c133 res->beacon_int = WPA_GET_LE16(frame); in esp_handle_beacon_probe()
137 res->caps = WPA_GET_LE16(frame); in esp_handle_beacon_probe()
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dccmp.c91 fc = WPA_GET_LE16(hdr); in ccmp_aad_nonce_pv1()
/hal_espressif-3.6.0/components/wpa_supplicant/src/utils/
Dcommon.h139 static inline u16 WPA_GET_LE16(const u8 *a) in WPA_GET_LE16() function
/hal_espressif-3.6.0/components/wpa_supplicant/src/rsn_supp/
Dwpa.c996 keyidx = WPA_GET_LE16(igtk->keyid); in ieee80211w_set_keys()