Home
last modified time | relevance | path

Searched refs:eap_hdr (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_common.c27 const struct eap_hdr *hdr; in eap_hdr_len_valid()
69 const struct eap_hdr *hdr; in eap_hdr_validate()
132 struct eap_hdr *hdr; in eap_msg_alloc()
135 len = sizeof(struct eap_hdr) + (vendor == EAP_VENDOR_IETF ? 1 : 8) + in eap_msg_alloc()
169 struct eap_hdr *hdr; in eap_update_len()
184 const struct eap_hdr *eap; in eap_get_id()
201 if (wpabuf_len(msg) < sizeof(struct eap_hdr) + 1) in eap_get_type()
204 return ((const u8 *) wpabuf_head(msg))[sizeof(struct eap_hdr)]; in eap_get_type()
Deap_peap.c659 struct eap_hdr *hdr = wpabuf_mhead(req); in eap_peap_phase2_request()
664 if (len <= sizeof(struct eap_hdr)) { in eap_peap_phase2_request()
806 const struct eap_hdr *req, in eap_peap_decrypt()
812 struct eap_hdr *hdr, *rhdr; in eap_peap_decrypt()
871 struct eap_hdr *nhdr; in eap_peap_decrypt()
872 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + in eap_peap_decrypt()
882 nhdr->length = host_to_be16(sizeof(struct eap_hdr) + in eap_peap_decrypt()
913 hdr = (struct eap_hdr *) (tlv + 1); in eap_peap_decrypt()
999 resp = wpabuf_alloc(sizeof(struct eap_hdr)); in eap_peap_decrypt()
1024 resp = wpabuf_alloc(sizeof(struct eap_hdr)); in eap_peap_decrypt()
[all …]
Deap_defs.h18 struct eap_hdr { struct
Deap_ttls.c273 struct eap_hdr *hdr, size_t len, in eap_ttls_phase2_eap_process()
299 struct eap_hdr *hdr, size_t len, in eap_ttls_phase2_request_eap_method()
371 struct eap_hdr *hdr, in eap_ttls_phase2_request_eap()
378 if (len <= sizeof(struct eap_hdr)) { in eap_ttls_phase2_request_eap()
741 struct eap_hdr *hdr, in eap_ttls_phase2_request()
968 struct eap_hdr *hdr; in eap_ttls_fake_identity_request()
980 hdr = (struct eap_hdr *) buf; in eap_ttls_fake_identity_request()
1016 struct eap_hdr *hdr; in eap_ttls_process_phase2_eap()
1027 hdr = (struct eap_hdr *) parse->eapdata; in eap_ttls_process_phase2_eap()
1239 struct eap_hdr *hdr; in eap_ttls_implicit_identity_request()
[all …]
Deap_tls_common.h134 struct eap_hdr *hdr, struct wpabuf **resp);
Deap_fast.c416 struct eap_hdr *hdr, in eap_fast_phase2_request()
425 if (len <= sizeof(struct eap_hdr)) { in eap_fast_phase2_request()
561 struct eap_hdr *hdr; in eap_fast_process_eap_payload_tlv()
571 hdr = (struct eap_hdr *) eap_payload_tlv; in eap_fast_process_eap_payload_tlv()
1516 const struct eap_hdr *req; in eap_fast_process()
Deap_tls_common.c1026 struct eap_hdr *hdr, struct wpabuf **resp) in eap_peer_tls_phase2_nak()
Deap.c470 sizeof(struct eap_hdr) + 1 + count + 1, in eap_sm_build_nak()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_1x.c66 struct sta_info *sta, struct eap_hdr *eap, in handle_eap_response()
95 struct eap_hdr *eap; in handle_eap()
103 eap = (struct eap_hdr *) buf; in handle_eap()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_eap_client.c343 struct eap_hdr *ehdr; in eap_sm_process_request()
353 ehdr = (struct eap_hdr *)wpabuf_head(reqData); in eap_sm_process_request()
526 struct eap_hdr *ehdr; in eap_sm_rx_eapol_internal()
546 ehdr = (struct eap_hdr *) (hdr + 1); in eap_sm_rx_eapol_internal()
Desp_wps.c967 struct eap_hdr *ehdr; in wps_sm_rx_eapol_internal()
989 ehdr = (struct eap_hdr *) (hdr + 1); in wps_sm_rx_eapol_internal()
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server.c600 const struct eap_hdr *nak; in SM_STATE()
802 const struct eap_hdr *ehdr; in SM_STATE()
1500 const struct eap_hdr *hdr; in eap_sm_parseEapResp()
1561 const struct eap_hdr *hdr; in eap_sm_getId()
1575 struct eap_hdr *resp; in eap_sm_buildSuccess()
1593 struct eap_hdr *resp; in eap_sm_buildFailure()
2026 const struct eap_hdr *hdr; in eap_erp_update_identity()
2032 hdr = (const struct eap_hdr *) eap; in eap_erp_update_identity()
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.c93 struct eap_hdr eap; in eapol_auth_tx_canned_eap()
114 wpabuf_len(sm->eap_if->eapReqData) < sizeof(struct eap_hdr)) { in eapol_auth_tx_req()