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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c51 struct ieee802_1x_hdr *xhdr; local
55 len = sizeof(*xhdr) + datalen;
64 xhdr = (struct ieee802_1x_hdr *) buf;
65 xhdr->version = hapd->conf->eapol_version;
66 xhdr->type = type;
67 xhdr->length = host_to_be16(datalen);
70 os_memcpy(xhdr + 1, data, datalen);
2355 const struct ieee802_1x_hdr *xhdr = local
2357 const u8 *pos = buf + sizeof(*xhdr);
2360 if (len < (int) sizeof(*xhdr))
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c51 struct ieee802_1x_hdr *xhdr; local
55 len = sizeof(*xhdr) + datalen;
64 xhdr = (struct ieee802_1x_hdr *) buf;
65 xhdr->version = hapd->conf->eapol_version;
66 xhdr->type = type;
67 xhdr->length = host_to_be16(datalen);
70 os_memcpy(xhdr + 1, data, datalen);
2355 const struct ieee802_1x_hdr *xhdr = local
2357 const u8 *pos = buf + sizeof(*xhdr);
2360 if (len < (int) sizeof(*xhdr))
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c51 struct ieee802_1x_hdr *xhdr; local
55 len = sizeof(*xhdr) + datalen;
64 xhdr = (struct ieee802_1x_hdr *) buf;
65 xhdr->version = hapd->conf->eapol_version;
66 xhdr->type = type;
67 xhdr->length = host_to_be16(datalen);
70 os_memcpy(xhdr + 1, data, datalen);
2355 const struct ieee802_1x_hdr *xhdr = local
2357 const u8 *pos = buf + sizeof(*xhdr);
2360 if (len < (int) sizeof(*xhdr))
[all...]

Completed in 626 milliseconds