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