/external/wpa_supplicant_8/src/eap_common/ |
eap_common.c | 40 len = be_to_host16(hdr->length); 77 len = be_to_host16(hdr->length);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_peap.c | 617 size_t len = be_to_host16(hdr->length); 810 be_to_host16(hdr->length) == 5 && 851 if ((be_to_host16(tlv->tlv_type) & 0x3fff) != 857 if (sizeof(*tlv) + be_to_host16(tlv->length) > 865 if (be_to_host16(hdr->length) > be_to_host16(tlv->length)) { 872 nmsg = wpabuf_alloc(be_to_host16(hdr->length)); 878 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length)); 891 len = be_to_host16(hdr->length); [all...] |
eap_fast.c | 405 size_t len = be_to_host16(hdr->length); 557 if (be_to_host16(hdr->length) > eap_payload_tlv_len) { 859 type = be_to_host16(hdr->type); 860 len = be_to_host16(hdr->len); 983 type = be_to_host16(hdr->type); 984 len = be_to_host16(hdr->len); [all...] |
eap_leap.c | 294 be_to_host16(eap->length) > wpabuf_len(reqData)) {
|
eap_ttls.c | 376 size_t len = be_to_host16(hdr->length); 1029 len = be_to_host16(hdr->length); [all...] |
eap_pwd.c | 203 data->group_num = be_to_host16(id->group_num);
|
eap_sim.c | 944 len = be_to_host16(req->length);
|
eap_aka.c | [all...] |
eap.c | [all...] |
/external/wpa_supplicant_8/src/ap/ |
iapp.c | 290 be_to_host16(add->seq_num), 346 hlen = be_to_host16(hdr->length); 351 be_to_host16(hdr->identifier), hlen);
|
peerkey_auth.c | 358 mui = be_to_host16(error.mui); 359 error_type = be_to_host16(error.error_type);
|
ieee802_1x.c | 555 eap->code, eap->identifier, be_to_host16(eap->length), 580 eap_len = be_to_host16(eap->length); 672 datalen = be_to_host16(hdr->length); 1042 hdr->code, hdr->identifier, be_to_host16(hdr->length), [all...] |
/external/wpa_supplicant_8/src/utils/ |
common.h | 164 #define be_to_host16(n) wpa_swap_16(n) macro 192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n)) macro 205 #define be_to_host16(n) (n) macro
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_peap.c | 1093 if ((be_to_host16(tlv->tlv_type) & EAP_TLV_TYPE_MASK) != 1099 if (sizeof(*tlv) + be_to_host16(tlv->length) > 1107 if (be_to_host16(hdr->length) > be_to_host16(tlv->length)) { 1114 nmsg = wpabuf_alloc(be_to_host16(hdr->length)); 1120 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length)); 1134 len = be_to_host16(hdr->length); [all...] |
eap_server_fast.c | 1100 len = be_to_host16(hdr->length); 1235 return be_to_host16(tlv->tlv_type) == PAC_TYPE_PAC_TYPE & [all...] |
eap_server.c | 396 len = be_to_host16(nak->length); 899 plen = be_to_host16(hdr->length); [all...] |
eap_server_ttls.c | 922 len = be_to_host16(hdr->length);
|
eap_server_pwd.c | 580 if ((data->group_num != be_to_host16(id->group_num)) ||
|
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.c | 668 plen = be_to_host16(hdr->length); 676 hdr->version, hdr->type, be_to_host16(hdr->length), 723 sm->last_rx_key, sizeof(*hdr) + be_to_host16(hdr->length), [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius.c | 335 msg->hdr->identifier, be_to_host16(msg->hdr->length)); 636 msg_len = be_to_host16(hdr->length); [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
peerkey.c | 627 error_type = be_to_host16(error.error_type); 631 be_to_host16(error.mui), error_type, [all...] |
wpa.c | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ibss_rsn.c | 717 plen = be_to_host16(hdr->length);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_test.c | 735 be_to_host16(eth->h_proto)); 738 if (be_to_host16(eth->h_proto) == ETH_P_RRB) { [all...] |