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

  /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 981 struct eap_hdr *eap;
1011 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)) {
740 const struct eap_hdr *req,
746 struct eap_hdr *hdr, *rhdr;
805 struct eap_hdr *nhdr;
806 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) +
816 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
891 resp = wpabuf_alloc(sizeof(struct eap_hdr));
916 resp = wpabuf_alloc(sizeof(struct eap_hdr));
946 sizeof(struct eap_hdr),
    [all...]
eap_gtc.c 115 wpabuf_head_u8(resp) + sizeof(struct eap_hdr) +
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)) {
794 struct eap_hdr *hdr,
1024 struct eap_hdr *hdr;
1036 hdr = (struct eap_hdr *) buf;
1076 struct eap_hdr *hdr;
1087 hdr = (struct eap_hdr *) parse->eapdata;
    [all...]
eap_psk.c 286 sizeof(struct eap_hdr) + 1 +
350 sizeof(struct eap_hdr) + 1 + sizeof(*hdr4),
eap_fast.c 418 struct eap_hdr *hdr,
427 if (len <= sizeof(struct eap_hdr)) {
562 struct eap_hdr *hdr;
572 hdr = (struct eap_hdr *) eap_payload_tlv;
    [all...]
eap_leap.c 274 const struct eap_hdr *eap;
eap.c 575 const struct eap_hdr *hdr, size_t len)
    [all...]
eap_tls_common.c     [all...]
eap_aka.c     [all...]
eap_sim.c 1031 const struct eap_hdr *req;
    [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 589 const struct eap_hdr *nak;
787 const struct eap_hdr *ehdr;
    [all...]
eap_server_fast.c 979 struct eap_hdr *hdr;
992 hdr = (struct eap_hdr *) in_data;
1100 struct eap_hdr *hdr;
1103 hdr = (struct eap_hdr *) in_data;
    [all...]
eap_server_ttls.c 852 struct eap_hdr *hdr;
865 hdr = (struct eap_hdr *) in_data;
958 struct eap_hdr *hdr;
977 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 308 const struct eap_hdr *hdr = (const struct eap_hdr *) eap;
310 if (len <= sizeof(struct eap_hdr) ||
312 eap[sizeof(struct eap_hdr)] != EAP_TYPE_IDENTITY) ||
314 eap[sizeof(struct eap_hdr)] != EAP_ERP_TYPE_REAUTH) ||
726 struct sta_info *sta, struct eap_hdr *eap,
758 struct sta_info *sta, struct eap_hdr *eap,
794 struct eap_hdr *eap;
802 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...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 935 struct eap_hdr eapfail;
    [all...]

Completed in 324 milliseconds