Home
last modified time | relevance | path

Searched refs:WPA_GET_LE16 (Results 1 – 25 of 30) 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/src/common/
Dwpa_common.c845 WPA_GET_LE16(hdr->version) != RSN_VERSION) { in wpa_parse_wpa_ie_rsn()
874 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
902 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
922 data->capabilities = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
928 u16 num_pmkid = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn()
1023 WPA_GET_LE16(hdr->version) != WPA_VERSION) { in wpa_parse_wpa_ie_wpa()
1044 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa()
1065 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa()
1085 data->capabilities = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa()
1595 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN; in wpa_insert_pmkid()
[all …]
Dsae.c1105 res = sae_group_allowed(sae, allowed_groups, WPA_GET_LE16(pos)); in sae_parse_commit()
1264 wpa_printf(MSG_DEBUG, "SAE: peer-send-confirm %u", WPA_GET_LE16(data)); in sae_check_confirm()
/external/wpa_supplicant_8/wpa_supplicant/
Dhs20_supplicant.c481 data_len = WPA_GET_LE16(pos); in hs20_process_icon_binary_file()
607 pos[9], pos[10], WPA_GET_LE16(pos + 11)); in hs20_parse_rx_hs20_anqp_resp()
826 len2 = WPA_GET_LE16(pos); in hs20_osu_add_prov()
890 len2 = WPA_GET_LE16(pos); in hs20_osu_add_prov()
910 icon->width = WPA_GET_LE16(pos2); in hs20_osu_add_prov()
912 icon->height = WPA_GET_LE16(pos2); in hs20_osu_add_prov()
961 len2 = WPA_GET_LE16(pos); in hs20_osu_add_prov()
1048 len = WPA_GET_LE16(pos); in hs20_osu_icon_fetch()
Dwnm_sta.c269 key_len_total = WPA_GET_LE16(frm + 1); in ieee802_11_rx_wnmsleep_resp()
353 rep->tsf_offset = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem()
354 rep->beacon_int = WPA_GET_LE16(pos + 2); in wnm_parse_neighbor_report_elem()
381 rep->bss_term_dur = WPA_GET_LE16(pos + 8); in wnm_parse_neighbor_report_elem()
390 rep->bearing = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem()
392 rep->rel_height = WPA_GET_LE16(pos + 2 + 4); in wnm_parse_neighbor_report_elem()
1158 wpa_s->wnm_dissoc_timer = WPA_GET_LE16(pos + 2); in ieee802_11_rx_bss_trans_mgmt_req()
1455 reauth_delay = WPA_GET_LE16(pos); in ieee802_11_rx_wnm_notif_req_wfa()
Dmesh_mpm.c1091 WPA_GET_LE16(ies)); in mesh_mpm_action_rx()
1096 aid = WPA_GET_LE16(ies); in mesh_mpm_action_rx()
1136 plid = WPA_GET_LE16(peer_mgmt_ie.llid); in mesh_mpm_action_rx()
1138 llid = WPA_GET_LE16(peer_mgmt_ie.plid); in mesh_mpm_action_rx()
1143 WPA_GET_LE16(peer_mgmt_ie.reason)); in mesh_mpm_action_rx()
Dgas_query.c564 query->status_code = WPA_GET_LE16(pos); in gas_query_rx()
589 comeback_delay = WPA_GET_LE16(pos); in gas_query_rx()
615 resp_len = WPA_GET_LE16(pos); in gas_query_rx()
Dp2p_supplicant_sd.c727 slen = WPA_GET_LE16(pos); in wpas_sd_request()
854 buf_len = WPA_GET_LE16(pos); in wpas_sd_p2ps_serv_response()
924 slen = WPA_GET_LE16(pos); in wpas_sd_response()
Dinterworking.c469 len = WPA_GET_LE16(pos); /* NAI Realm Data field Length */ in nai_realm_parse_realm()
532 num = WPA_GET_LE16(pos); in nai_realm_parse()
1209 lmd = WPA_GET_LE16(wan + 11); in cred_below_min_backhaul()
1286 if (pos[0] == proto && WPA_GET_LE16(&pos[1]) == port && in has_proto_port_match()
3017 info_id = WPA_GET_LE16(pos); in anqp_resp_cb()
3019 slen = WPA_GET_LE16(pos); in anqp_resp_cb()
Dsme.c743 group = WPA_GET_LE16(data); in sme_sae_auth()
1446 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0; in sme_proc_obss_scan()
1612 !(WPA_GET_LE16(ie + 2) & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET)) in sme_sched_obss_scan()
1620 wpa_s->sme.obss_scan_int = WPA_GET_LE16(ie + 6); in sme_sched_obss_scan()
Dmbo.c434 disallowed_sec = WPA_GET_LE16(pos); in wpas_mbo_ie_trans_req()
Dmesh_rsn.c763 sta->igtk_key_id = WPA_GET_LE16(pos); in mesh_rsn_process_ampe()
Drrm.c335 max_age = WPA_GET_LE16(subelem + 2); in wpas_rrm_build_lci_report()
Devents.c2036 WPA_GET_LE16(elems.bss_max_idle_period); in wnm_process_assoc_resp()
3165 status = WPA_GET_LE16(data + 1 + 2 * ETH_ALEN); in ft_rx_action()
/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_serv.c1074 rx_anqp_query_list_id(hapd, WPA_GET_LE16(pos), qi); in rx_anqp_query_list()
1375 slen = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req()
1388 info_id = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req()
1390 elen = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req()
Drrm.c150 return WPA_GET_LE16(subelem + 2); in hostapd_parse_location_lci_req_age()
Dieee802_1x.c702 id = WPA_GET_LE16(pos + 1); in ieee802_1x_encapsulate_radius()
1534 *pos, WPA_GET_LE16(pos + 1)); in ieee802_1x_hs20_deauth_req()
/external/wpa_supplicant_8/src/rsn_supp/
Dtdls.c960 reason_code = WPA_GET_LE16(pos); in wpa_tdls_recv_teardown()
1863 peer->capability = WPA_GET_LE16(cpos); in wpa_tdls_process_tpk_m1()
2063 rsn_ver = WPA_GET_LE16(hdr->version); in wpa_tdls_process_tpk_m1()
2231 status = WPA_GET_LE16(pos); in wpa_tdls_process_tpk_m2()
2254 peer->capability = WPA_GET_LE16(pos); in wpa_tdls_process_tpk_m2()
2497 status = WPA_GET_LE16(pos); in wpa_tdls_process_tpk_m3()
Dwpa_ft.c586 keyidx = WPA_GET_LE16(gtk_elem) & 0x03; in wpa_ft_process_gtk_subelem()
652 keyidx = WPA_GET_LE16(igtk_elem); in wpa_ft_process_igtk_subelem()
Dwpa_ie.c573 ie->aid = WPA_GET_LE16(pos + 2) & 0x3fff; in wpa_supplicant_parse_ies()
Dwpa.c955 u16 keyidx = WPA_GET_LE16(igtk->keyid); in wpa_supplicant_install_igtk()
3176 keyinfo = WPA_GET_LE16(buf + 2); in wpa_wnmsleep_install_key()
/external/wpa_supplicant_8/src/utils/
Dcommon.h214 static inline u16 WPA_GET_LE16(const u8 *a) in WPA_GET_LE16() function
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c881 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval); in wpa_driver_ndis_get_scan_results()
882 r->caps = WPA_GET_LE16((u8 *) &fixed->Capabilities); in wpa_driver_ndis_get_scan_results()

12