Searched refs:xhdr (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c49 struct ieee802_1x_hdr *xhdr; local
53 len = sizeof(*xhdr) + datalen;
62 xhdr = (struct ieee802_1x_hdr *) buf;
63 xhdr->version = hapd->conf->eapol_version;
64 xhdr->type = type;
65 xhdr->length = host_to_be16(datalen);
68 os_memcpy(xhdr + 1, data, datalen);
2316 const struct ieee802_1x_hdr *xhdr = local
2318 const u8 *pos = buf + sizeof(*xhdr);
2321 if (len < (int) sizeof(*xhdr))
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c49 struct ieee802_1x_hdr *xhdr; local
53 len = sizeof(*xhdr) + datalen;
62 xhdr = (struct ieee802_1x_hdr *) buf;
63 xhdr->version = hapd->conf->eapol_version;
64 xhdr->type = type;
65 xhdr->length = host_to_be16(datalen);
68 os_memcpy(xhdr + 1, data, datalen);
2316 const struct ieee802_1x_hdr *xhdr = local
2318 const u8 *pos = buf + sizeof(*xhdr);
2321 if (len < (int) sizeof(*xhdr))
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c49 struct ieee802_1x_hdr *xhdr; local
53 len = sizeof(*xhdr) + datalen;
62 xhdr = (struct ieee802_1x_hdr *) buf;
63 xhdr->version = hapd->conf->eapol_version;
64 xhdr->type = type;
65 xhdr->length = host_to_be16(datalen);
68 os_memcpy(xhdr + 1, data, datalen);
2316 const struct ieee802_1x_hdr *xhdr = local
2318 const u8 *pos = buf + sizeof(*xhdr);
2321 if (len < (int) sizeof(*xhdr))
[all...]

Completed in 104 milliseconds