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 595 struct eap_hdr *hdr = wpabuf_mhead(req);
601 if (len <= sizeof(struct eap_hdr)) {
736 const struct eap_hdr *req,
742 struct eap_hdr *hdr, *rhdr;
801 struct eap_hdr *nhdr;
802 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) +
812 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
887 resp = wpabuf_alloc(sizeof(struct eap_hdr));
912 resp = wpabuf_alloc(sizeof(struct eap_hdr));
942 sizeof(struct eap_hdr),
    [all...]
eap_gtc.c 115 wpabuf_head_u8(resp) + sizeof(struct eap_hdr) +
eap_ttls.c 284 struct eap_hdr *hdr, size_t len,
310 struct eap_hdr *hdr, size_t len,
382 struct eap_hdr *hdr,
389 if (len <= sizeof(struct eap_hdr)) {
727 struct eap_hdr *hdr,
957 struct eap_hdr *hdr;
969 hdr = (struct eap_hdr *) buf;
1008 struct eap_hdr *hdr;
1019 hdr = (struct eap_hdr *) parse->eapdata;
    [all...]
eap_fast.c 414 struct eap_hdr *hdr,
423 if (len <= sizeof(struct eap_hdr)) {
558 struct eap_hdr *hdr;
568 hdr = (struct eap_hdr *) eap_payload_tlv;
1175 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 893 sizeof(struct eap_hdr) + 1 + count + 1,
    [all...]
eap_tls_common.c     [all...]
eap_aka.c     [all...]
eap_sim.c 1029 const struct eap_hdr *req;
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 224 req += sizeof(struct eap_hdr);
225 req_len -= sizeof(struct eap_hdr);
264 req += sizeof(struct eap_hdr);
265 req_len -= sizeof(struct eap_hdr);
435 struct eap_hdr *hdr;
864 const struct eap_hdr *hdr;
1000 const struct eap_hdr *hdr;
1029 const struct eap_hdr *resp;
1030 struct eap_hdr *nhdr;
1032 wpabuf_alloc(sizeof(struct eap_hdr)
    [all...]
eap_server_ttls.c 801 struct eap_hdr *hdr;
814 hdr = (struct eap_hdr *) in_data;
906 struct eap_hdr *hdr;
925 hdr = (struct eap_hdr *) eap;
eap_server.c 414 const struct eap_hdr *nak;
927 const struct eap_hdr *hdr;
984 const struct eap_hdr *hdr;
998 struct eap_hdr *resp;
1016 struct eap_hdr *resp;
    [all...]
eap_server_fast.c 970 struct eap_hdr *hdr;
983 hdr = (struct eap_hdr *) in_data;
1091 struct eap_hdr *hdr;
1094 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 178 const struct eap_hdr *hdr;
194 hdr = (const struct eap_hdr *) eap;
646 struct eap_hdr *eap;
653 eap = (struct eap_hdr *) (hdr + 1);
699 const struct eap_hdr *hdr;
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 286 if (len <= sizeof(struct eap_hdr) ||
287 eap[sizeof(struct eap_hdr)] != EAP_TYPE_IDENTITY)
669 struct sta_info *sta, struct eap_hdr *eap,
704 struct eap_hdr *eap;
712 eap = (struct eap_hdr *) buf;
1109 const struct eap_hdr *hdr;
    [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 917 struct eap_hdr eapfail;
    [all...]

Completed in 636 milliseconds