/external/wpa_supplicant_8/src/p2p/ |
D | p2p_sd.c | 383 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() 511 status_code = WPA_GET_LE16(pos); in p2p_rx_gas_initial_resp() 513 comeback_delay = WPA_GET_LE16(pos); in p2p_rx_gas_initial_resp() 549 slen = WPA_GET_LE16(pos); in p2p_rx_gas_initial_resp() 572 if (WPA_GET_LE16(pos) != ANQP_VENDOR_SPECIFIC) { in p2p_rx_gas_initial_resp() 573 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos)); in p2p_rx_gas_initial_resp() [all …]
|
D | p2p_parse.c | 269 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()
|
D | p2p.c | 608 dev->ext_listen_period = WPA_GET_LE16(msg->ext_listen_timing); in p2p_copy_wps_info() 610 WPA_GET_LE16(msg->ext_listen_timing + 2); in p2p_copy_wps_info()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 590 WPA_GET_LE16(hdr->version) != RSN_VERSION) { in wpa_parse_wpa_ie_rsn() 619 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn() 647 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn() 667 data->capabilities = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn() 673 u16 num_pmkid = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn() 768 WPA_GET_LE16(hdr->version) != WPA_VERSION) { in wpa_parse_wpa_ie_wpa() 789 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa() 810 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa() 830 data->capabilities = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa() 1313 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN; in wpa_insert_pmkid() [all …]
|
D | sae.c | 1105 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/ |
D | hs20_supplicant.c | 436 data_len = WPA_GET_LE16(pos); in hs20_process_icon_binary_file() 562 pos[9], pos[10], WPA_GET_LE16(pos + 11)); in hs20_parse_rx_hs20_anqp_resp() 779 len2 = WPA_GET_LE16(pos); in hs20_osu_add_prov() 843 len2 = WPA_GET_LE16(pos); in hs20_osu_add_prov() 863 icon->width = WPA_GET_LE16(pos2); in hs20_osu_add_prov() 865 icon->height = WPA_GET_LE16(pos2); in hs20_osu_add_prov() 914 len2 = WPA_GET_LE16(pos); in hs20_osu_add_prov() 1001 len = WPA_GET_LE16(pos); in hs20_osu_icon_fetch()
|
D | wnm_sta.c | 268 key_len_total = WPA_GET_LE16(frm + 1); in ieee802_11_rx_wnmsleep_resp() 350 rep->tsf_offset = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem() 351 rep->beacon_int = WPA_GET_LE16(pos + 2); in wnm_parse_neighbor_report_elem() 374 rep->bss_term_dur = WPA_GET_LE16(pos + 8); in wnm_parse_neighbor_report_elem() 383 rep->bearing = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem() 385 rep->rel_height = WPA_GET_LE16(pos + 2 + 4); in wnm_parse_neighbor_report_elem() 1046 wpa_s->wnm_dissoc_timer = WPA_GET_LE16(pos + 2); in ieee802_11_rx_bss_trans_mgmt_req() 1316 reauth_delay = WPA_GET_LE16(pos); in ieee802_11_rx_wnm_notif_req_wfa()
|
D | gas_query.c | 546 query->status_code = WPA_GET_LE16(pos); in gas_query_rx() 571 comeback_delay = WPA_GET_LE16(pos); in gas_query_rx() 597 resp_len = WPA_GET_LE16(pos); in gas_query_rx()
|
D | mesh_mpm.c | 1041 WPA_GET_LE16(ies)); in mesh_mpm_action_rx() 1046 wpa_printf(MSG_DEBUG, "MPM: AID 0x%x", WPA_GET_LE16(ies)); in mesh_mpm_action_rx() 1085 plid = WPA_GET_LE16(peer_mgmt_ie.llid); in mesh_mpm_action_rx() 1087 llid = WPA_GET_LE16(peer_mgmt_ie.plid); in mesh_mpm_action_rx()
|
D | p2p_supplicant_sd.c | 727 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()
|
D | sme.c | 714 group = WPA_GET_LE16(data); in sme_sae_auth() 1331 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0; in sme_proc_obss_scan() 1497 !(WPA_GET_LE16(ie + 2) & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET)) in sme_sched_obss_scan() 1505 wpa_s->sme.obss_scan_int = WPA_GET_LE16(ie + 6); in sme_sched_obss_scan()
|
D | interworking.c | 469 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() 1211 lmd = WPA_GET_LE16(wan + 11); in cred_below_min_backhaul() 1288 if (pos[0] == proto && WPA_GET_LE16(&pos[1]) == port && in has_proto_port_match() 2997 info_id = WPA_GET_LE16(pos); in anqp_resp_cb() 2999 slen = WPA_GET_LE16(pos); in anqp_resp_cb()
|
D | mbo.c | 692 disallowed_sec = WPA_GET_LE16(pos); in wpas_mbo_ie_trans_req()
|
D | events.c | 1835 WPA_GET_LE16(elems.bss_max_idle_period); in wnm_process_assoc_resp() 2928 status = WPA_GET_LE16(data + 1 + 2 * ETH_ALEN);
|
/external/wpa_supplicant_8/src/ap/ |
D | gas_serv.c | 1014 rx_anqp_query_list_id(hapd, WPA_GET_LE16(pos), qi); in rx_anqp_query_list() 1300 slen = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req() 1313 info_id = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req() 1315 elen = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req()
|
D | ieee802_1x.c | 698 id = WPA_GET_LE16(pos + 1); in ieee802_1x_encapsulate_radius() 1508 *pos, WPA_GET_LE16(pos + 1)); in ieee802_1x_hs20_deauth_req()
|
D | wpa_auth_ft.c | 1696 status_code = WPA_GET_LE16(pos); in wpa_ft_rrb_rx()
|
D | ieee802_11.c | 771 WPA_GET_LE16(pos)); in handle_auth_sae()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | tdls.c | 942 reason_code = WPA_GET_LE16(pos); in wpa_tdls_recv_teardown() 1830 peer->capability = WPA_GET_LE16(cpos); in wpa_tdls_process_tpk_m1() 2028 rsn_ver = WPA_GET_LE16(hdr->version); in wpa_tdls_process_tpk_m1() 2196 status = WPA_GET_LE16(pos); in wpa_tdls_process_tpk_m2() 2219 peer->capability = WPA_GET_LE16(pos); in wpa_tdls_process_tpk_m2() 2462 status = WPA_GET_LE16(pos); in wpa_tdls_process_tpk_m3()
|
D | wpa_ft.c | 585 keyidx = WPA_GET_LE16(gtk_elem) & 0x03; in wpa_ft_process_gtk_subelem() 651 keyidx = WPA_GET_LE16(igtk_elem); in wpa_ft_process_igtk_subelem()
|
D | wpa_ie.c | 561 ie->aid = WPA_GET_LE16(pos + 2) & 0x3fff; in wpa_supplicant_parse_ies()
|
D | wpa.c | 872 keyidx = WPA_GET_LE16(igtk->keyid); in ieee80211w_set_keys() 2928 keyinfo = WPA_GET_LE16(buf + 2); in wpa_wnmsleep_install_key() 2960 keyidx = WPA_GET_LE16(igd.keyid); in wpa_wnmsleep_install_key()
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 214 static inline u16 WPA_GET_LE16(const u8 *a) in WPA_GET_LE16() function
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis.c | 881 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()
|
D | driver_nl80211.c | 7624 u16 mdid = WPA_GET_LE16(md); in wpa_driver_nl80211_update_ft_ies()
|