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

  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 365 slen = WPA_GET_LE16(pos);
374 if (WPA_GET_LE16(pos) != ANQP_VENDOR_SPECIFIC) {
375 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos));
380 slen = WPA_GET_LE16(pos);
396 update_indic = WPA_GET_LE16(pos);
486 status_code = WPA_GET_LE16(pos);
488 comeback_delay = WPA_GET_LE16(pos);
524 slen = WPA_GET_LE16(pos);
547 if (WPA_GET_LE16(pos) != ANQP_VENDOR_SPECIFIC) {
548 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));
316 attr_len = WPA_GET_LE16(pos + 1);
p2p.c 591 dev->ext_listen_period = WPA_GET_LE16(msg->ext_listen_timing);
593 WPA_GET_LE16(msg->ext_listen_timing + 2);
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 470 WPA_GET_LE16(hdr->version) != RSN_VERSION) {
496 count = WPA_GET_LE16(pos);
524 count = WPA_GET_LE16(pos);
544 data->capabilities = WPA_GET_LE16(pos);
550 data->num_pmkid = WPA_GET_LE16(pos);
653 WPA_GET_LE16(hdr->version) != WPA_VERSION) {
674 count = WPA_GET_LE16(pos);
695 count = WPA_GET_LE16(pos);
715 data->capabilities = WPA_GET_LE16(pos);
1096 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN
    [all...]
sae.c 902 res = sae_group_allowed(sae, allowed_groups, WPA_GET_LE16(pos));
1034 wpa_printf(MSG_DEBUG, "SAE: peer-send-confirm %u", WPA_GET_LE16(data));
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 258 data_len = WPA_GET_LE16(pos);
376 pos[9], pos[10], WPA_GET_LE16(pos + 11));
586 len2 = WPA_GET_LE16(pos);
638 len2 = WPA_GET_LE16(pos);
656 icon->width = WPA_GET_LE16(pos2);
658 icon->height = WPA_GET_LE16(pos2);
695 len2 = WPA_GET_LE16(pos);
779 len = WPA_GET_LE16(pos);
gas_query.c 492 query->status_code = WPA_GET_LE16(pos);
517 comeback_delay = WPA_GET_LE16(pos);
543 resp_len = WPA_GET_LE16(pos);
wnm_sta.c 250 key_len_total = WPA_GET_LE16(frm + 1);
628 wpa_s->wnm_dissoc_timer = WPA_GET_LE16(pos + 2);
848 reauth_delay = WPA_GET_LE16(pos);
interworking.c 458 len = WPA_GET_LE16(pos); /* NAI Realm Data field Length */
517 num = WPA_GET_LE16(pos);
1151 lmd = WPA_GET_LE16(wan + 11);
1225 if (pos[0] == proto && WPA_GET_LE16(&pos[1]) == port &&
    [all...]
sme.c 1098 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0;
    [all...]
events.c     [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 820 rx_anqp_query_list_id(hapd, WPA_GET_LE16(pos), qi);
1082 slen = WPA_GET_LE16(pos);
1095 info_id = WPA_GET_LE16(pos);
1097 elen = WPA_GET_LE16(pos);
    [all...]
ieee802_1x.c 641 id = WPA_GET_LE16(pos + 1);
    [all...]
wpa_auth_ft.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 922 reason_code = WPA_GET_LE16(pos);
    [all...]
wpa_ie.c 552 ie->aid = WPA_GET_LE16(pos + 2) & 0x3fff;
wpa_ft.c 591 keyidx = WPA_GET_LE16(gtk_elem) & 0x03;
657 keyidx = WPA_GET_LE16(igtk_elem);
wpa.c 762 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 294 milliseconds