HomeSort by relevance Sort by last modified time
    Searched refs:WPA_GET_LE16 (Results 1 - 22 of 22) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 326 slen = WPA_GET_LE16(pos);
335 if (WPA_GET_LE16(pos) != ANQP_VENDOR_SPECIFIC) {
336 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos));
341 slen = WPA_GET_LE16(pos);
362 update_indic = WPA_GET_LE16(pos);
460 status_code = WPA_GET_LE16(pos);
462 comeback_delay = WPA_GET_LE16(pos);
498 slen = WPA_GET_LE16(pos);
521 if (WPA_GET_LE16(pos) != ANQP_VENDOR_SPECIFIC) {
522 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos))
    [all...]
p2p_parse.c 258 WPA_GET_LE16(msg->ext_listen_timing),
259 WPA_GET_LE16(msg->ext_listen_timing + 2));
303 attr_len = WPA_GET_LE16(pos + 1);
p2p.c 606 dev->ext_listen_period = WPA_GET_LE16(msg->ext_listen_timing);
608 WPA_GET_LE16(msg->ext_listen_timing + 2);
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 432 WPA_GET_LE16(hdr->version) != RSN_VERSION) {
460 count = WPA_GET_LE16(pos);
488 count = WPA_GET_LE16(pos);
508 data->capabilities = WPA_GET_LE16(pos);
514 data->num_pmkid = WPA_GET_LE16(pos);
616 WPA_GET_LE16(hdr->version) != WPA_VERSION) {
637 count = WPA_GET_LE16(pos);
658 count = WPA_GET_LE16(pos);
678 data->capabilities = WPA_GET_LE16(pos);
1028 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN
    [all...]
sae.c 888 res = sae_group_allowed(sae, allowed_groups, WPA_GET_LE16(pos));
1017 wpa_printf(MSG_DEBUG, "SAE: peer-send-confirm %u", WPA_GET_LE16(data));
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 349 query->status_code = WPA_GET_LE16(pos);
371 comeback_delay = WPA_GET_LE16(pos);
397 resp_len = WPA_GET_LE16(pos);
hs20_supplicant.c 184 pos[9], pos[10], WPA_GET_LE16(pos + 11));
sme.c 988 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0;
1120 !(WPA_GET_LE16(ie + 2) & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET))
    [all...]
interworking.c 392 len = WPA_GET_LE16(pos); /* NAI Realm Data field Length */
451 num = WPA_GET_LE16(pos);
    [all...]
wnm_sta.c 596 wpa_s->wnm_dissoc_timer = WPA_GET_LE16(pos + 2);
events.c     [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 656 rx_anqp_query_list_id(hapd, WPA_GET_LE16(pos), qi);
889 slen = WPA_GET_LE16(pos);
902 info_id = WPA_GET_LE16(pos);
904 elen = WPA_GET_LE16(pos);
wpa_auth_ft.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 826 reason_code = WPA_GET_LE16(pos);
    [all...]
wpa_ie.c 431 ie->aid = WPA_GET_LE16(pos + 2);
wpa_ft.c 589 keyidx = WPA_GET_LE16(gtk_elem) & 0x03;
654 keyidx = WPA_GET_LE16(igtk_elem);
wpa.c 719 keyidx = WPA_GET_LE16(igtk->keyid);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 239 static inline u16 WPA_GET_LE16(const u8 *a)
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 173 extra_len = WPA_GET_LE16(pos);
driver_ndis.c 893 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval);
894 r->caps = WPA_GET_LE16((u8 *) &fixed->Capabilities);
    [all...]
driver_nl80211.c     [all...]

Completed in 406 milliseconds