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

1 2

  /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 978 struct eap_hdr *eap;
1008 struct eap_hdr *eap;
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.h 130 struct eap_hdr *hdr, struct wpabuf **resp);
eap_peap.c 598 struct eap_hdr *hdr = wpabuf_mhead(req);
604 if (len <= sizeof(struct eap_hdr)) {
741 const struct eap_hdr *req,
747 struct eap_hdr *hdr, *rhdr;
806 struct eap_hdr *nhdr;
807 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) +
817 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
892 resp = wpabuf_alloc(sizeof(struct eap_hdr));
917 resp = wpabuf_alloc(sizeof(struct eap_hdr));
947 sizeof(struct eap_hdr),
    [all...]
eap_gtc.c 115 wpabuf_head_u8(resp) + sizeof(struct eap_hdr) +
eap.h 377 void eap_peer_finish(struct eap_sm *sm, const struct eap_hdr *hdr, size_t len);
eap_ttls.c 336 struct eap_hdr *hdr, size_t len,
362 struct eap_hdr *hdr, size_t len,
434 struct eap_hdr *hdr,
441 if (len <= sizeof(struct eap_hdr)) {
810 struct eap_hdr *hdr,
1039 struct eap_hdr *hdr;
1051 hdr = (struct eap_hdr *) buf;
1091 struct eap_hdr *hdr;
1102 hdr = (struct eap_hdr *) parse->eapdata;
    [all...]
eap_psk.c 284 sizeof(struct eap_hdr) + 1 +
348 sizeof(struct eap_hdr) + 1 + sizeof(*hdr4),
eap_fast.c 417 struct eap_hdr *hdr,
426 if (len <= sizeof(struct eap_hdr)) {
562 struct eap_hdr *hdr;
572 hdr = (struct eap_hdr *) eap_payload_tlv;
    [all...]
eap_leap.c 281 const struct eap_hdr *eap;
eap_proxy_qmi_oc.c     [all...]
eap.c     [all...]
eap_tls_common.c     [all...]
eap_sim.c 1048 const struct eap_hdr *req;
    [all...]
eap_aka.c     [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 255 req += sizeof(struct eap_hdr);
256 req_len -= sizeof(struct eap_hdr);
295 req += sizeof(struct eap_hdr);
296 req_len -= sizeof(struct eap_hdr);
479 struct eap_hdr *hdr;
911 const struct eap_hdr *hdr;
1060 const struct eap_hdr *hdr;
1089 const struct eap_hdr *resp;
1090 struct eap_hdr *nhdr;
1092 wpabuf_alloc(sizeof(struct eap_hdr)
    [all...]
eap_server.c 591 const struct eap_hdr *nak;
789 const struct eap_hdr *ehdr;
    [all...]
eap_server_fast.c 977 struct eap_hdr *hdr;
990 hdr = (struct eap_hdr *) in_data;
1098 struct eap_hdr *hdr;
1101 hdr = (struct eap_hdr *) in_data;
    [all...]
eap_server_ttls.c 854 struct eap_hdr *hdr;
867 hdr = (struct eap_hdr *) in_data;
960 struct eap_hdr *hdr;
979 hdr = (struct eap_hdr *) eap;
    [all...]
eap_server_pax.c 198 mlen = sizeof(struct eap_hdr) + 1 + len;
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 310 const struct eap_hdr *hdr = (const struct eap_hdr *) eap;
312 if (len <= sizeof(struct eap_hdr) ||
314 eap[sizeof(struct eap_hdr)] != EAP_TYPE_IDENTITY) ||
316 eap[sizeof(struct eap_hdr)] != EAP_ERP_TYPE_REAUTH) ||
730 struct sta_info *sta, struct eap_hdr *eap,
762 struct sta_info *sta, struct eap_hdr *eap,
798 struct eap_hdr *eap;
806 eap = (struct eap_hdr *) buf;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 182 const struct eap_hdr *hdr;
198 hdr = (const struct eap_hdr *) eap;
705 struct eap_hdr *eap;
712 eap = (struct eap_hdr *) (hdr + 1);
758 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 88 struct eap_hdr eap;
109 wpabuf_len(sm->eap_if->eapReqData) < sizeof(struct eap_hdr)) {
    [all...]

Completed in 359 milliseconds

1 2