/external/wpa_supplicant/ |
eap_psk.c | 96 be_to_host16(hdr1->length) < sizeof(*hdr1) || 97 be_to_host16(hdr1->length) > reqDataLen) { 101 be_to_host16(hdr1->length), 117 data->id_s_len = be_to_host16(hdr1->length) - sizeof(*hdr1); 192 left = be_to_host16(hdr3->length); 197 be_to_host16(hdr3->length),
|
common.h | 77 #define be_to_host16(n) wpa_swap_16(n) macro 100 #define be_to_host16(n) bswap_16(n) macro 112 #define be_to_host16(n) (n) macro
|
eap_tlv.c | 116 left = be_to_host16(hdr->length) - sizeof(struct eap_hdr) - 1;
|
eap_fast.c | 1049 size_t len = be_to_host16(hdr->length); [all...] |
eapol_sm.c | 643 if (sizeof(*hdr) + be_to_host16(hdr->length) > sm->last_rx_key_len) { 650 hdr->version, hdr->type, be_to_host16(hdr->length), 697 sm->last_rx_key, sizeof(*hdr) + be_to_host16(hdr->length), 709 key_len = be_to_host16(hdr->length) - sizeof(*key); 1143 plen = be_to_host16(hdr->length); [all...] |
eap_leap.c | 292 (len = be_to_host16(eap->length)) > reqDataLen) {
|
eap_peap.c | 283 size_t len = be_to_host16(hdr->length); 475 be_to_host16(hdr->length) == 5 && 511 len = be_to_host16(hdr->length);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_common.c | 51 len = be_to_host16(hdr->length);
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_common.c | 51 len = be_to_host16(hdr->length);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_peap.c | 618 size_t len = be_to_host16(hdr->length); 811 be_to_host16(hdr->length) == 5 && 852 if ((be_to_host16(tlv->tlv_type) & 0x3fff) != 858 if (sizeof(*tlv) + be_to_host16(tlv->length) > 866 if (be_to_host16(hdr->length) > be_to_host16(tlv->length)) { 873 nmsg = wpabuf_alloc(be_to_host16(hdr->length)); 879 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length)); 892 len = be_to_host16(hdr->length); [all...] |
eap_fast.c | 408 size_t len = be_to_host16(hdr->length); 559 if (be_to_host16(hdr->length) > eap_payload_tlv_len) { 846 type = be_to_host16(hdr->type); 847 len = be_to_host16(hdr->len); 970 type = be_to_host16(hdr->type); 971 len = be_to_host16(hdr->len); [all...] |
eap_leap.c | 293 be_to_host16(eap->length) > wpabuf_len(reqData)) {
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_peap.c | 618 size_t len = be_to_host16(hdr->length); 811 be_to_host16(hdr->length) == 5 && 852 if ((be_to_host16(tlv->tlv_type) & 0x3fff) != 858 if (sizeof(*tlv) + be_to_host16(tlv->length) > 866 if (be_to_host16(hdr->length) > be_to_host16(tlv->length)) { 873 nmsg = wpabuf_alloc(be_to_host16(hdr->length)); 879 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length)); 892 len = be_to_host16(hdr->length); [all...] |
eap_fast.c | 408 size_t len = be_to_host16(hdr->length); 559 if (be_to_host16(hdr->length) > eap_payload_tlv_len) { 846 type = be_to_host16(hdr->type); 847 len = be_to_host16(hdr->len); 970 type = be_to_host16(hdr->type); 971 len = be_to_host16(hdr->len); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
common.h | 186 #define be_to_host16(n) wpa_swap_16(n) macro 214 #define be_to_host16(n) bswap_16((__force u16) (be16) (n)) macro 227 #define be_to_host16(n) (n) macro
|
/external/wpa_supplicant_8/src/ap/ |
iapp.c | 296 be_to_host16(add->seq_num), 352 hlen = be_to_host16(hdr->length); 357 be_to_host16(hdr->identifier), hlen);
|
peerkey_auth.c | 364 mui = be_to_host16(error.mui); 365 error_type = be_to_host16(error.error_type);
|
ieee802_1x.c | 622 eap->code, eap->identifier, be_to_host16(eap->length), 647 eap_len = be_to_host16(eap->length); 737 datalen = be_to_host16(hdr->length); 1082 hdr->code, hdr->identifier, be_to_host16(hdr->length), [all...] |
/external/wpa_supplicant_8/src/utils/ |
common.h | 186 #define be_to_host16(n) wpa_swap_16(n) macro 214 #define be_to_host16(n) bswap_16((__force u16) (be16) (n)) macro 227 #define be_to_host16(n) (n) macro
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_peap.c | 1120 if ((be_to_host16(tlv->tlv_type) & EAP_TLV_TYPE_MASK) != 1126 if (sizeof(*tlv) + be_to_host16(tlv->length) > 1134 if (be_to_host16(hdr->length) > be_to_host16(tlv->length)) { 1141 nmsg = wpabuf_alloc(be_to_host16(hdr->length)); 1147 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length)); 1161 len = be_to_host16(hdr->length); [all...] |
eap_fast.c | 1101 len = be_to_host16(hdr->length); [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_peap.c | 1097 if ((be_to_host16(tlv->tlv_type) & EAP_TLV_TYPE_MASK) != 1103 if (sizeof(*tlv) + be_to_host16(tlv->length) > 1111 if (be_to_host16(hdr->length) > be_to_host16(tlv->length)) { 1118 nmsg = wpabuf_alloc(be_to_host16(hdr->length)); 1124 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length)); 1138 len = be_to_host16(hdr->length); [all...] |
eap_server_fast.c | 1106 len = be_to_host16(hdr->length); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
eapol_supp_sm.c | 668 if (sizeof(*hdr) + be_to_host16(hdr->length) > sm->last_rx_key_len) { 675 hdr->version, hdr->type, be_to_host16(hdr->length), 722 sm->last_rx_key, sizeof(*hdr) + be_to_host16(hdr->length), 734 key_len = be_to_host16(hdr->length) - sizeof(*key); 1168 plen = be_to_host16(hdr->length); 1182 elen = be_to_host16(ehdr->length); [all...] |
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.c | 676 if (sizeof(*hdr) + be_to_host16(hdr->length) > sm->last_rx_key_len) { 683 hdr->version, hdr->type, be_to_host16(hdr->length), 730 sm->last_rx_key, sizeof(*hdr) + be_to_host16(hdr->length), 742 key_len = be_to_host16(hdr->length) - sizeof(*key); 1205 plen = be_to_host16(hdr->length); [all...] |