Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/src/p2p/
Dp2p_sd.c383 slen = WPA_GET_LE16(pos); in p2p_rx_gas_initial_req()
392 if (WPA_GET_LE16(pos) != ANQP_VENDOR_SPECIFIC) { in p2p_rx_gas_initial_req()
393 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos)); in p2p_rx_gas_initial_req()
398 slen = WPA_GET_LE16(pos); in p2p_rx_gas_initial_req()
414 update_indic = WPA_GET_LE16(pos); in p2p_rx_gas_initial_req()
513 status_code = WPA_GET_LE16(pos); in p2p_rx_gas_initial_resp()
515 comeback_delay = WPA_GET_LE16(pos); in p2p_rx_gas_initial_resp()
551 slen = WPA_GET_LE16(pos); in p2p_rx_gas_initial_resp()
574 if (WPA_GET_LE16(pos) != ANQP_VENDOR_SPECIFIC) { in p2p_rx_gas_initial_resp()
575 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos)); in p2p_rx_gas_initial_resp()
[all …]
Dp2p_parse.c269 WPA_GET_LE16(msg->ext_listen_timing), in p2p_parse_attribute()
270 WPA_GET_LE16(msg->ext_listen_timing + 2)); in p2p_parse_attribute()
436 attr_len = WPA_GET_LE16(pos); in p2p_parse_p2p_ie()
/external/wpa_supplicant_8/wpa_supplicant/
Dpasn_supplicant.c142 len = WPA_GET_LE16(data); in wpas_pasn_wd_sae_rx()
151 alg = WPA_GET_LE16(data); in wpas_pasn_wd_sae_rx()
152 seq = WPA_GET_LE16(data + 2); in wpas_pasn_wd_sae_rx()
153 status = WPA_GET_LE16(data + 4); in wpas_pasn_wd_sae_rx()
187 len = WPA_GET_LE16(data); in wpas_pasn_wd_sae_rx()
196 alg = WPA_GET_LE16(data); in wpas_pasn_wd_sae_rx()
197 seq = WPA_GET_LE16(data + 2); in wpas_pasn_wd_sae_rx()
198 status = WPA_GET_LE16(data + 4); in wpas_pasn_wd_sae_rx()
381 fils_info = WPA_GET_LE16(indic + 2); in wpas_pasn_wd_fils_auth()
423 alg = WPA_GET_LE16(data); in wpas_pasn_wd_fils_rx()
[all …]
Dhs20_supplicant.c530 data_len = WPA_GET_LE16(pos); in hs20_process_icon_binary_file()
656 pos[9], pos[10], WPA_GET_LE16(pos + 11)); in hs20_parse_rx_hs20_anqp_resp()
905 len2 = WPA_GET_LE16(pos); in hs20_osu_add_prov()
980 len2 = WPA_GET_LE16(pos); in hs20_osu_add_prov()
1000 icon->width = WPA_GET_LE16(pos2); in hs20_osu_add_prov()
1002 icon->height = WPA_GET_LE16(pos2); in hs20_osu_add_prov()
1051 len2 = WPA_GET_LE16(pos); in hs20_osu_add_prov()
1150 len = WPA_GET_LE16(pos); in hs20_osu_icon_fetch()
Dwnm_sta.c334 key_len_total = WPA_GET_LE16(frm + 1); in ieee802_11_rx_wnmsleep_resp()
448 rep->tsf_offset = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem()
449 rep->beacon_int = WPA_GET_LE16(pos + 2); in wnm_parse_neighbor_report_elem()
477 rep->bss_term_dur = WPA_GET_LE16(pos + 8); in wnm_parse_neighbor_report_elem()
486 rep->bearing = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem()
488 rep->rel_height = WPA_GET_LE16(pos + 2 + 4); in wnm_parse_neighbor_report_elem()
1413 wpa_s->wnm_dissoc_timer = WPA_GET_LE16(pos + 2); in ieee802_11_rx_bss_trans_mgmt_req()
1745 reauth_delay = WPA_GET_LE16(pos); in ieee802_11_rx_wnm_notif_req_wfa()
Drobust_av.c151 status = WPA_GET_LE16(mscs_status + 2); in wpas_handle_assoc_resp_mscs()
Dmesh_mpm.c1154 WPA_GET_LE16(ies)); in mesh_mpm_action_rx()
1159 aid = WPA_GET_LE16(ies); in mesh_mpm_action_rx()
1199 plid = WPA_GET_LE16(peer_mgmt_ie.llid); in mesh_mpm_action_rx()
1201 llid = WPA_GET_LE16(peer_mgmt_ie.plid); in mesh_mpm_action_rx()
1206 WPA_GET_LE16(peer_mgmt_ie.reason)); in mesh_mpm_action_rx()
Dgas_query.c576 query->status_code = WPA_GET_LE16(pos); in gas_query_rx()
601 comeback_delay = WPA_GET_LE16(pos); in gas_query_rx()
627 resp_len = WPA_GET_LE16(pos); in gas_query_rx()
Dp2p_supplicant_sd.c736 slen = WPA_GET_LE16(pos); in wpas_sd_request()
863 buf_len = WPA_GET_LE16(pos); in wpas_sd_p2ps_serv_response()
933 slen = WPA_GET_LE16(pos); in wpas_sd_response()
Dinterworking.c475 len = WPA_GET_LE16(pos); /* NAI Realm Data field Length */ in nai_realm_parse_realm()
538 num = WPA_GET_LE16(pos); in nai_realm_parse()
1236 lmd = WPA_GET_LE16(wan + 11); in cred_below_min_backhaul()
1313 if (pos[0] == proto && WPA_GET_LE16(&pos[1]) == port && in has_proto_port_match()
3131 info_id = WPA_GET_LE16(pos); in anqp_resp_cb()
3133 slen = WPA_GET_LE16(pos); in anqp_resp_cb()
Dsme.c809 fils_info = WPA_GET_LE16(indic + 2); in sme_send_authentication()
1216 group = WPA_GET_LE16(pos); in sme_check_sae_rejected_groups()
1259 group = WPA_GET_LE16(data); in sme_sae_auth()
2594 !(WPA_GET_LE16(ie + 2) & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET)) in sme_sched_obss_scan()
2602 wpa_s->sme.obss_scan_int = WPA_GET_LE16(ie + 6); in sme_sched_obss_scan()
Dmbo.c520 wpa_s->wnm_mbo_assoc_retry_delay_sec = WPA_GET_LE16(pos); in wpas_mbo_ie_trans_req()
/external/wpa_supplicant_8/src/utils/
Dplatform.h15 #define get_unaligned_le16(p) WPA_GET_LE16((void *) (p))
/external/wpa_supplicant_8/src/ap/
Dtaxonomy.c158 WPA_GET_LE16(ie)); in ie_to_string()
216 WPA_GET_LE16(ie)); in ie_to_string()
Dgas_query_ap.c522 query->status_code = WPA_GET_LE16(pos); in gas_query_ap_rx()
547 comeback_delay = WPA_GET_LE16(pos); in gas_query_ap_rx()
573 resp_len = WPA_GET_LE16(pos); in gas_query_ap_rx()
Dieee802_11_he.c411 sta_rx_mcs_set = WPA_GET_LE16((const u8 *) &sta_mcs_set[i * 2]); in check_valid_he_mcs()
412 ap_tx_mcs_set = WPA_GET_LE16((const u8 *) in check_valid_he_mcs()
Dctrl_iface_ap.c296 j == 0 ? "" : " ", WPA_GET_LE16(pos)); in hostapd_ctrl_iface_sta_mib()
790 u16 rxmap = WPA_GET_LE16(&mode->vht_mcs_set[0]); in hostapd_ctrl_iface_status()
791 u16 txmap = WPA_GET_LE16(&mode->vht_mcs_set[4]); in hostapd_ctrl_iface_status()
Dieee802_11.c1257 group = WPA_GET_LE16(pos); in check_sae_rejected_groups()
1353 WPA_GET_LE16(pos)); in handle_auth_sae()
1418 WPA_GET_LE16(pos)) == in handle_auth_sae()
1514 peer_send_confirm = WPA_GET_LE16(var); in handle_auth_sae()
1790 group = WPA_GET_LE16(pos); in handle_auth_fils()
2385 alg = WPA_GET_LE16(data); in pasn_wd_handle_sae_commit()
2386 seq = WPA_GET_LE16(data + 2); in pasn_wd_handle_sae_commit()
2387 status = WPA_GET_LE16(data + 4); in pasn_wd_handle_sae_commit()
2462 alg = WPA_GET_LE16(data); in pasn_wd_handle_sae_confirm()
2463 seq = WPA_GET_LE16(data + 2); in pasn_wd_handle_sae_confirm()
[all …]
Dgas_serv.c1213 rx_anqp_query_list_id(hapd, WPA_GET_LE16(pos), qi); in rx_anqp_query_list()
1677 slen = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req()
1703 info_id = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req()
1705 elen = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req()
/external/wpa_supplicant_8/src/common/
Dwpa_common.c1584 WPA_GET_LE16(hdr->version) != RSN_VERSION) { in wpa_parse_wpa_ie_rsn()
1614 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
1642 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
1662 data->capabilities = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
1668 u16 num_pmkid = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
1761 WPA_GET_LE16(hdr->version) != WPA_VERSION) { in wpa_parse_wpa_ie_wpa()
1782 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa()
1803 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa()
1823 data->capabilities = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa()
2511 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN; in wpa_insert_pmkid()
[all …]
Ddpp_tcp.c886 group = WPA_GET_LE16(fcgroup); in dpp_controller_rx_reconfig_announcement()
1121 slen = WPA_GET_LE16(pos); in dpp_controller_rx_gas_req()
1292 status = WPA_GET_LE16(pos); in dpp_rx_gas_resp()
1300 comeback_delay = WPA_GET_LE16(pos); in dpp_rx_gas_resp()
1321 slen = WPA_GET_LE16(pos); in dpp_rx_gas_resp()
Ddpp.c88 id = WPA_GET_LE16(pos); in dpp_get_attr()
90 alen = WPA_GET_LE16(pos); in dpp_get_attr()
114 pos = prev + WPA_GET_LE16(prev - 2); in dpp_get_attr_next()
116 id = WPA_GET_LE16(pos); in dpp_get_attr_next()
118 alen = WPA_GET_LE16(pos); in dpp_get_attr_next()
143 id = WPA_GET_LE16(pos); in dpp_check_attrs()
145 alen = WPA_GET_LE16(pos); in dpp_check_attrs()
Dgas_server.c202 query_req_len = WPA_GET_LE16(pos); in gas_server_rx_initial_req()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c827 keyidx = WPA_GET_LE16(gtk_elem) & 0x03; in wpa_ft_process_gtk_subelem()
907 keyidx = WPA_GET_LE16(igtk_elem); in wpa_ft_process_igtk_subelem()
975 keyidx = WPA_GET_LE16(bigtk_elem); in wpa_ft_process_bigtk_subelem()
Dtdls.c959 reason_code = WPA_GET_LE16(pos); in wpa_tdls_recv_teardown()
1862 peer->capability = WPA_GET_LE16(cpos); in wpa_tdls_process_tpk_m1()
2065 rsn_ver = WPA_GET_LE16(hdr->version); in wpa_tdls_process_tpk_m1()
2240 status = WPA_GET_LE16(pos); in wpa_tdls_process_tpk_m2()
2263 peer->capability = WPA_GET_LE16(pos); in wpa_tdls_process_tpk_m2()
2506 status = WPA_GET_LE16(pos); in wpa_tdls_process_tpk_m3()

12