/external/wpa_supplicant_8/src/eap_common/ |
eap_common.c | 27 const struct eap_hdr *hdr; 69 const struct eap_hdr *hdr; 132 struct eap_hdr *hdr; 135 len = sizeof(struct eap_hdr) + (vendor == EAP_VENDOR_IETF ? 1 : 8) + 169 struct eap_hdr *hdr; 184 const struct eap_hdr *eap; 201 if (wpabuf_len(msg) < sizeof(struct eap_hdr) + 1) 204 return ((const u8 *) wpabuf_head(msg))[sizeof(struct eap_hdr)];
|
eap_defs.h | 18 struct eap_hdr { struct
|
eap_sim_common.c | 982 struct eap_hdr *eap; 1012 struct eap_hdr *eap;
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_peap.c | 616 struct eap_hdr *hdr = wpabuf_mhead(req); 622 if (len <= sizeof(struct eap_hdr)) { 757 const struct eap_hdr *req, 763 struct eap_hdr *hdr, *rhdr; 822 struct eap_hdr *nhdr; 823 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + 833 nhdr->length = host_to_be16(sizeof(struct eap_hdr) + 864 hdr = (struct eap_hdr *) (tlv + 1); 951 resp = wpabuf_alloc(sizeof(struct eap_hdr)); 976 resp = wpabuf_alloc(sizeof(struct eap_hdr)); [all...] |
eap_tls_common.h | 129 struct eap_hdr *hdr, struct wpabuf **resp);
|
eap_gtc.c | 115 wpabuf_head_u8(resp) + sizeof(struct eap_hdr) +
|
eap_ttls.c | 275 struct eap_hdr *hdr, size_t len, 301 struct eap_hdr *hdr, size_t len, 373 struct eap_hdr *hdr, 380 if (len <= sizeof(struct eap_hdr)) { 728 struct eap_hdr *hdr, 958 struct eap_hdr *hdr; 970 hdr = (struct eap_hdr *) buf; 1009 struct eap_hdr *hdr; 1020 hdr = (struct eap_hdr *) parse->eapdata; [all...] |
eap_fast.c | 402 struct eap_hdr *hdr, 411 if (len <= sizeof(struct eap_hdr)) { 546 struct eap_hdr *hdr; 556 hdr = (struct eap_hdr *) eap_payload_tlv; 1160 const struct eap_hdr *req, [all...] |
eap_psk.c | 286 sizeof(struct eap_hdr) + 1 + 350 sizeof(struct eap_hdr) + 1 + sizeof(*hdr4),
|
eap_leap.c | 274 const struct eap_hdr *eap;
|
eap.c | 868 sizeof(struct eap_hdr) + 1 + count + 1, [all...] |
eap_sim.c | 922 const struct eap_hdr *req;
|
eap_tls_common.c | [all...] |
eap_aka.c | [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_peap.c | 254 req += sizeof(struct eap_hdr); 255 req_len -= sizeof(struct eap_hdr); 294 req += sizeof(struct eap_hdr); 295 req_len -= sizeof(struct eap_hdr); 467 struct eap_hdr *hdr; 897 const struct eap_hdr *hdr; 1033 const struct eap_hdr *hdr; 1062 const struct eap_hdr *resp; 1063 struct eap_hdr *nhdr; 1065 wpabuf_alloc(sizeof(struct eap_hdr) [all...] |
eap_server_ttls.c | 797 struct eap_hdr *hdr; 810 hdr = (struct eap_hdr *) in_data; 902 struct eap_hdr *hdr; 921 hdr = (struct eap_hdr *) eap;
|
eap_server.c | 378 const struct eap_hdr *nak; 881 const struct eap_hdr *hdr; 938 const struct eap_hdr *hdr; 952 struct eap_hdr *resp; 970 struct eap_hdr *resp; [all...] |
eap_server_fast.c | 969 struct eap_hdr *hdr; 982 hdr = (struct eap_hdr *) in_data; 1090 struct eap_hdr *hdr; 1093 hdr = (struct eap_hdr *) in_data; [all...] |
eap_server_pax.c | 198 mlen = sizeof(struct eap_hdr) + 1 + len;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
eapol_test.c | 174 const struct eap_hdr *hdr; 190 hdr = (const struct eap_hdr *) eap; 560 struct eap_hdr *eap; 567 eap = (struct eap_hdr *) (hdr + 1); 613 const struct eap_hdr *hdr; [all...] |
/external/wpa_supplicant_8/src/ap/ |
ieee802_1x.c | 282 if (len <= sizeof(struct eap_hdr) || 283 eap[sizeof(struct eap_hdr)] != EAP_TYPE_IDENTITY) 535 struct sta_info *sta, struct eap_hdr *eap, 570 struct eap_hdr *eap; 578 eap = (struct eap_hdr *) buf; 974 const struct eap_hdr *hdr; [all...] |
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.c | [all...] |
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.c | 87 struct eap_hdr eap; 108 wpabuf_len(sm->eap_if->eapReqData) < sizeof(struct eap_hdr)) {
|
/external/wpa_supplicant_8/src/radius/ |
radius_server.c | 639 struct eap_hdr eapfail; [all...] |