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

1 2

  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 383 slen = WPA_GET_LE16(pos);
392 if (WPA_GET_LE16(pos) != ANQP_VENDOR_SPECIFIC) {
393 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos));
398 slen = WPA_GET_LE16(pos);
414 update_indic = WPA_GET_LE16(pos);
513 status_code = WPA_GET_LE16(pos);
515 comeback_delay = WPA_GET_LE16(pos);
551 slen = WPA_GET_LE16(pos);
574 if (WPA_GET_LE16(pos) != ANQP_VENDOR_SPECIFIC) {
575 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos))
    [all...]
p2p_parse.c 269 WPA_GET_LE16(msg->ext_listen_timing),
270 WPA_GET_LE16(msg->ext_listen_timing + 2));
436 attr_len = WPA_GET_LE16(pos);
  /external/wpa_supplicant_8/src/ap/
taxonomy.c 158 WPA_GET_LE16(ie));
216 WPA_GET_LE16(ie));
gas_serv.c 1074 rx_anqp_query_list_id(hapd, WPA_GET_LE16(pos), qi);
    [all...]
rrm.c 150 return WPA_GET_LE16(subelem + 2);
ieee802_1x.c 702 id = WPA_GET_LE16(pos + 1);
    [all...]
wpa_auth_ft.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 481 data_len = WPA_GET_LE16(pos);
607 pos[9], pos[10], WPA_GET_LE16(pos + 11));
826 len2 = WPA_GET_LE16(pos);
890 len2 = WPA_GET_LE16(pos);
910 icon->width = WPA_GET_LE16(pos2);
912 icon->height = WPA_GET_LE16(pos2);
961 len2 = WPA_GET_LE16(pos);
1048 len = WPA_GET_LE16(pos);
wnm_sta.c 269 key_len_total = WPA_GET_LE16(frm + 1);
353 rep->tsf_offset = WPA_GET_LE16(pos);
354 rep->beacon_int = WPA_GET_LE16(pos + 2);
377 rep->bss_term_dur = WPA_GET_LE16(pos + 8);
386 rep->bearing = WPA_GET_LE16(pos);
388 rep->rel_height = WPA_GET_LE16(pos + 2 + 4);
1154 wpa_s->wnm_dissoc_timer = WPA_GET_LE16(pos + 2);
    [all...]
mesh_mpm.c 1091 WPA_GET_LE16(ies));
1096 aid = WPA_GET_LE16(ies);
1136 plid = WPA_GET_LE16(peer_mgmt_ie.llid);
1138 llid = WPA_GET_LE16(peer_mgmt_ie.plid);
1143 WPA_GET_LE16(peer_mgmt_ie.reason));
    [all...]
gas_query.c 564 query->status_code = WPA_GET_LE16(pos);
589 comeback_delay = WPA_GET_LE16(pos);
615 resp_len = WPA_GET_LE16(pos);
p2p_supplicant_sd.c 727 slen = WPA_GET_LE16(pos);
854 buf_len = WPA_GET_LE16(pos);
924 slen = WPA_GET_LE16(pos);
interworking.c 469 len = WPA_GET_LE16(pos); /* NAI Realm Data field Length */
532 num = WPA_GET_LE16(pos);
1209 lmd = WPA_GET_LE16(wan + 11);
1286 if (pos[0] == proto && WPA_GET_LE16(&pos[1]) == port &&
    [all...]
mbo.c 434 disallowed_sec = WPA_GET_LE16(pos);
sme.c 743 group = WPA_GET_LE16(data);
    [all...]
mesh_rsn.c 763 sta->igtk_key_id = WPA_GET_LE16(pos);
rrm.c 335 max_age = WPA_GET_LE16(subelem + 2);
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 845 WPA_GET_LE16(hdr->version) != RSN_VERSION) {
874 count = WPA_GET_LE16(pos);
902 count = WPA_GET_LE16(pos);
922 data->capabilities = WPA_GET_LE16(pos);
928 u16 num_pmkid = WPA_GET_LE16(pos);
1023 WPA_GET_LE16(hdr->version) != WPA_VERSION) {
1044 count = WPA_GET_LE16(pos);
1065 count = WPA_GET_LE16(pos);
1085 data->capabilities = WPA_GET_LE16(pos);
    [all...]
sae.c 1105 res = sae_group_allowed(sae, allowed_groups, WPA_GET_LE16(pos));
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 960 reason_code = WPA_GET_LE16(pos);
    [all...]
wpa_ft.c 586 keyidx = WPA_GET_LE16(gtk_elem) & 0x03;
652 keyidx = WPA_GET_LE16(igtk_elem);
wpa_ie.c 573 ie->aid = WPA_GET_LE16(pos + 2) & 0x3fff;
wpa.c 955 u16 keyidx = WPA_GET_LE16(igtk->keyid);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 214 static inline u16 WPA_GET_LE16(const u8 *a)
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 881 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval);
882 r->caps = WPA_GET_LE16((u8 *) &fixed->Capabilities);
    [all...]

Completed in 1268 milliseconds

1 2