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

1 2 3

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_common.c 40 const struct eap_hdr *hdr;
111 struct eap_hdr *hdr;
114 len = sizeof(struct eap_hdr) + (vendor == EAP_VENDOR_IETF ? 1 : 8) +
148 struct eap_hdr *hdr;
163 const struct eap_hdr *eap;
180 if (wpabuf_len(msg) < sizeof(struct eap_hdr) + 1)
183 return ((const u8 *) wpabuf_head(msg))[sizeof(struct eap_hdr)];
eap_defs.h 24 struct eap_hdr { struct
  /external/wpa_supplicant_8/src/eap_common/
eap_common.c 40 const struct eap_hdr *hdr;
111 struct eap_hdr *hdr;
114 len = sizeof(struct eap_hdr) + (vendor == EAP_VENDOR_IETF ? 1 : 8) +
148 struct eap_hdr *hdr;
163 const struct eap_hdr *eap;
180 if (wpabuf_len(msg) < sizeof(struct eap_hdr) + 1)
183 return ((const u8 *) wpabuf_head(msg))[sizeof(struct eap_hdr)];
eap_defs.h 24 struct eap_hdr { struct
  /external/wpa_supplicant/
eap_otp.c 40 const struct eap_hdr *req;
41 struct eap_hdr *resp;
53 req = (const struct eap_hdr *) reqData;
eap_defs.h 24 struct eap_hdr { struct
eap_tlv.c 34 struct eap_hdr *hdr;
71 struct eap_hdr *hdr;
106 const struct eap_hdr *hdr, u8 **resp, size_t *resp_len,
116 left = be_to_host16(hdr->length) - sizeof(struct eap_hdr) - 1;
eap_leap.c 70 const struct eap_hdr *req;
71 struct eap_hdr *resp;
83 req = (const struct eap_hdr *) reqData;
144 const struct eap_hdr *req;
145 struct eap_hdr *resp;
163 req = (const struct eap_hdr *) reqData;
197 const struct eap_hdr *resp;
209 resp = (const struct eap_hdr *) reqData;
277 const struct eap_hdr *eap;
289 eap = (const struct eap_hdr *) reqData
    [all...]
eap_gtc.c 55 const struct eap_hdr *req;
56 struct eap_hdr *resp;
68 req = (const struct eap_hdr *) reqData;
eap_md5.c 41 const struct eap_hdr *req;
42 struct eap_hdr *resp;
70 req = (const struct eap_hdr *) reqData;
eap_peap.c 208 struct eap_hdr *resp;
214 resp = os_malloc(sizeof(struct eap_hdr) + 2 + data->ssl.tls_out_limit);
235 *out_len = sizeof(struct eap_hdr) + 2 + res;
242 static int eap_peap_phase2_nak(struct eap_peap_data *data, struct eap_hdr *hdr,
245 struct eap_hdr *resp_hdr;
254 *resp_len = sizeof(struct eap_hdr) + 1;
259 resp_hdr = (struct eap_hdr *) (*resp);
280 struct eap_hdr *hdr,
288 if (len <= sizeof(struct eap_hdr)) {
393 const struct eap_hdr *req
    [all...]
eap_vendor_test.c 74 const struct eap_hdr *req;
75 struct eap_hdr *resp;
123 req = (const struct eap_hdr *) reqData;
eap_tlv.h 93 const struct eap_hdr *hdr, u8 **resp, size_t *resp_len,
eap_aka.c 182 const struct eap_hdr *req,
199 const struct eap_hdr *req,
218 const struct eap_hdr *req,
240 const struct eap_hdr *req,
285 const struct eap_hdr *req,
304 const struct eap_hdr *req,
344 const struct eap_hdr *req,
381 const struct eap_hdr *req,
423 const struct eap_hdr *req,
551 const struct eap_hdr *req
    [all...]
eap_sim.c 233 const struct eap_hdr *req,
251 const struct eap_hdr *req,
306 const struct eap_hdr *req,
324 const struct eap_hdr *req,
363 const struct eap_hdr *req,
401 const struct eap_hdr *req,
480 const struct eap_hdr *req,
630 const struct eap_hdr *req,
660 const struct eap_hdr *req,
697 const struct eap_hdr *req
    [all...]
eap_ttls.c 230 struct eap_hdr *resp;
234 resp = os_malloc(sizeof(struct eap_hdr) + 2 + data->ssl.tls_out_limit);
255 *out_len = sizeof(struct eap_hdr) + 2 + res;
483 static int eap_ttls_phase2_nak(struct eap_ttls_data *data, struct eap_hdr *hdr,
486 struct eap_hdr *resp_hdr;
495 *resp_len = sizeof(struct eap_hdr) + 1;
500 resp_hdr = (struct eap_hdr *) (*resp);
521 struct eap_hdr *hdr,
529 if (len <= sizeof(struct eap_hdr)) {
972 const struct eap_hdr *req
    [all...]
eap.c 713 struct eap_hdr *resp;
721 *len = sizeof(struct eap_hdr) + 8;
774 struct eap_hdr *resp;
790 *len = sizeof(struct eap_hdr) + 1;
831 const struct eap_hdr *hdr = (const struct eap_hdr *) req;
945 struct eap_hdr *resp;
992 *len = sizeof(struct eap_hdr) + 1 + identity_len;
1010 const struct eap_hdr *hdr = (const struct eap_hdr *) req
    [all...]
eap_gpsk.c 266 const struct eap_hdr *req;
287 req = (const struct eap_hdr *) reqData;
304 struct eap_hdr *resp;
572 const struct eap_hdr *req;
600 req = (const struct eap_hdr *) reqData;
616 struct eap_hdr *resp;
eap_sake.c 163 const struct eap_hdr *hdr = (const struct eap_hdr *) reqData;
210 const struct eap_hdr *hdr = (const struct eap_hdr *) reqData;
312 const struct eap_hdr *hdr = (const struct eap_hdr *) reqData;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_peap.c 617 struct eap_hdr *hdr = wpabuf_mhead(req);
623 if (len <= sizeof(struct eap_hdr)) {
758 const struct eap_hdr *req,
764 struct eap_hdr *hdr, *rhdr;
823 struct eap_hdr *nhdr;
824 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) +
834 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
865 hdr = (struct eap_hdr *) (tlv + 1);
952 resp = wpabuf_alloc(sizeof(struct eap_hdr));
977 resp = wpabuf_alloc(sizeof(struct eap_hdr));
    [all...]
eap_tls_common.h 137 struct eap_hdr *hdr, struct wpabuf **resp);
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 617 struct eap_hdr *hdr = wpabuf_mhead(req);
623 if (len <= sizeof(struct eap_hdr)) {
758 const struct eap_hdr *req,
764 struct eap_hdr *hdr, *rhdr;
823 struct eap_hdr *nhdr;
824 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) +
834 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
865 hdr = (struct eap_hdr *) (tlv + 1);
952 resp = wpabuf_alloc(sizeof(struct eap_hdr));
977 resp = wpabuf_alloc(sizeof(struct eap_hdr));
    [all...]
eap_tls_common.h 124 struct eap_hdr *hdr, struct wpabuf **resp);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_peap.c 259 req += sizeof(struct eap_hdr);
260 req_len -= sizeof(struct eap_hdr);
298 req += sizeof(struct eap_hdr);
299 req_len -= sizeof(struct eap_hdr);
467 struct eap_hdr *hdr;
896 const struct eap_hdr *hdr;
1033 const struct eap_hdr *hdr;
1089 const struct eap_hdr *resp;
1090 struct eap_hdr *nhdr;
1092 wpabuf_alloc(sizeof(struct eap_hdr)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 260 req += sizeof(struct eap_hdr);
261 req_len -= sizeof(struct eap_hdr);
300 req += sizeof(struct eap_hdr);
301 req_len -= sizeof(struct eap_hdr);
469 struct eap_hdr *hdr;
899 const struct eap_hdr *hdr;
1035 const struct eap_hdr *hdr;
1066 const struct eap_hdr *resp;
1067 struct eap_hdr *nhdr;
1069 wpabuf_alloc(sizeof(struct eap_hdr)
    [all...]

Completed in 181 milliseconds

1 2 3