/external/wpa_supplicant_8/src/p2p/ |
D | p2p_sd.c | 375 slen = WPA_GET_LE16(pos); in p2p_rx_gas_initial_req() 384 if (WPA_GET_LE16(pos) != ANQP_VENDOR_SPECIFIC) { in p2p_rx_gas_initial_req() 385 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos)); in p2p_rx_gas_initial_req() 390 slen = WPA_GET_LE16(pos); in p2p_rx_gas_initial_req() 406 update_indic = WPA_GET_LE16(pos); in p2p_rx_gas_initial_req() 496 status_code = WPA_GET_LE16(pos); in p2p_rx_gas_initial_resp() 498 comeback_delay = WPA_GET_LE16(pos); in p2p_rx_gas_initial_resp() 534 slen = WPA_GET_LE16(pos); in p2p_rx_gas_initial_resp() 557 if (WPA_GET_LE16(pos) != ANQP_VENDOR_SPECIFIC) { in p2p_rx_gas_initial_resp() 558 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos)); in p2p_rx_gas_initial_resp() [all …]
|
D | p2p_parse.c | 258 WPA_GET_LE16(msg->ext_listen_timing), in p2p_parse_attribute() 259 WPA_GET_LE16(msg->ext_listen_timing + 2)); in p2p_parse_attribute() 425 attr_len = WPA_GET_LE16(pos); in p2p_parse_p2p_ie()
|
D | p2p.c | 616 dev->ext_listen_period = WPA_GET_LE16(msg->ext_listen_timing); in p2p_copy_wps_info() 618 WPA_GET_LE16(msg->ext_listen_timing + 2); in p2p_copy_wps_info()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 566 WPA_GET_LE16(hdr->version) != RSN_VERSION) { in wpa_parse_wpa_ie_rsn() 593 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn() 621 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn() 641 data->capabilities = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn() 647 u16 num_pmkid = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_rsn() 741 WPA_GET_LE16(hdr->version) != WPA_VERSION) { in wpa_parse_wpa_ie_wpa() 762 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa() 783 count = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa() 803 data->capabilities = WPA_GET_LE16(pos); in wpa_parse_wpa_ie_wpa() 1286 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN; in wpa_insert_pmkid() [all …]
|
D | sae.c | 1103 res = sae_group_allowed(sae, allowed_groups, WPA_GET_LE16(pos)); in sae_parse_commit() 1262 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 | 285 data_len = WPA_GET_LE16(pos); in hs20_process_icon_binary_file() 411 pos[9], pos[10], WPA_GET_LE16(pos + 11)); in hs20_parse_rx_hs20_anqp_resp() 625 len2 = WPA_GET_LE16(pos); in hs20_osu_add_prov() 689 len2 = WPA_GET_LE16(pos); in hs20_osu_add_prov() 709 icon->width = WPA_GET_LE16(pos2); in hs20_osu_add_prov() 711 icon->height = WPA_GET_LE16(pos2); in hs20_osu_add_prov() 760 len2 = WPA_GET_LE16(pos); in hs20_osu_add_prov() 847 len = WPA_GET_LE16(pos); in hs20_osu_icon_fetch()
|
D | wnm_sta.c | 252 key_len_total = WPA_GET_LE16(frm + 1); in ieee802_11_rx_wnmsleep_resp() 334 rep->tsf_offset = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem() 335 rep->beacon_int = WPA_GET_LE16(pos + 2); in wnm_parse_neighbor_report_elem() 358 rep->bss_term_dur = WPA_GET_LE16(pos + 8); in wnm_parse_neighbor_report_elem() 367 rep->bearing = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem() 369 rep->rel_height = WPA_GET_LE16(pos + 2 + 4); in wnm_parse_neighbor_report_elem() 803 wpa_s->wnm_dissoc_timer = WPA_GET_LE16(pos + 2); in ieee802_11_rx_bss_trans_mgmt_req() 1044 reauth_delay = WPA_GET_LE16(pos); in ieee802_11_rx_wnm_notif_req_wfa()
|
D | gas_query.c | 493 query->status_code = WPA_GET_LE16(pos); in gas_query_rx() 518 comeback_delay = WPA_GET_LE16(pos); in gas_query_rx() 544 resp_len = WPA_GET_LE16(pos); in gas_query_rx()
|
D | mesh_mpm.c | 904 WPA_GET_LE16(ies)); in mesh_mpm_action_rx() 909 wpa_printf(MSG_DEBUG, "MPM: AID 0x%x", WPA_GET_LE16(ies)); in mesh_mpm_action_rx() 948 plid = WPA_GET_LE16(peer_mgmt_ie.llid); in mesh_mpm_action_rx() 950 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 | 664 group = WPA_GET_LE16(data); in sme_sae_auth() 1267 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0; in sme_proc_obss_scan() 1448 !(WPA_GET_LE16(ie + 2) & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET)) in sme_sched_obss_scan() 1456 wpa_s->sme.obss_scan_int = WPA_GET_LE16(ie + 6); in sme_sched_obss_scan()
|
D | interworking.c | 464 len = WPA_GET_LE16(pos); /* NAI Realm Data field Length */ in nai_realm_parse_realm() 527 num = WPA_GET_LE16(pos); in nai_realm_parse() 1205 lmd = WPA_GET_LE16(wan + 11); in cred_below_min_backhaul() 1279 if (pos[0] == proto && WPA_GET_LE16(&pos[1]) == port && in has_proto_port_match() 2917 info_id = WPA_GET_LE16(pos); in anqp_resp_cb() 2919 slen = WPA_GET_LE16(pos); in anqp_resp_cb()
|
D | events.c | 1752 WPA_GET_LE16(elems.bss_max_idle_period); in wnm_process_assoc_resp() 2746 status = WPA_GET_LE16(data + 1 + 2 * ETH_ALEN);
|
/external/wpa_supplicant_8/src/ap/ |
D | gas_serv.c | 821 rx_anqp_query_list_id(hapd, WPA_GET_LE16(pos), qi); in rx_anqp_query_list() 1106 slen = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req() 1119 info_id = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req() 1121 elen = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req()
|
D | ieee802_1x.c | 662 id = WPA_GET_LE16(pos + 1); in ieee802_1x_encapsulate_radius() 1433 *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 | 730 WPA_GET_LE16(pos)); in handle_auth_sae()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | tdls.c | 935 reason_code = WPA_GET_LE16(pos); in wpa_tdls_recv_teardown() 1823 peer->capability = WPA_GET_LE16(cpos); in wpa_tdls_process_tpk_m1() 2021 rsn_ver = WPA_GET_LE16(hdr->version); in wpa_tdls_process_tpk_m1() 2181 status = WPA_GET_LE16(pos); in wpa_tdls_process_tpk_m2() 2204 peer->capability = WPA_GET_LE16(pos); in wpa_tdls_process_tpk_m2() 2446 status = WPA_GET_LE16(pos); in wpa_tdls_process_tpk_m3()
|
D | wpa_ft.c | 587 keyidx = WPA_GET_LE16(gtk_elem) & 0x03; in wpa_ft_process_gtk_subelem() 653 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 | 809 keyidx = WPA_GET_LE16(igtk->keyid); in ieee80211w_set_keys() 2835 keyinfo = WPA_GET_LE16(buf + 2); in wpa_wnmsleep_install_key() 2867 keyidx = WPA_GET_LE16(igd.keyid); in wpa_wnmsleep_install_key()
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 240 static inline u16 WPA_GET_LE16(const u8 *a) in WPA_GET_LE16() function
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_hostap.c | 173 extra_len = WPA_GET_LE16(pos); in handle_frame()
|
D | driver_ndis.c | 893 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval); in wpa_driver_ndis_get_scan_results() 894 r->caps = WPA_GET_LE16((u8 *) &fixed->Capabilities); in wpa_driver_ndis_get_scan_results()
|
D | driver_nl80211.c | 7307 u16 mdid = WPA_GET_LE16(md); in wpa_driver_nl80211_update_ft_ies()
|