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

/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c767 struct ieee802_1x_hdr *dot1x; local
768 dot1x = os_malloc(sizeof(*dot1x) + wpabuf_len(eap));
769 assert(dot1x != NULL);
770 dot1x->version = EAPOL_VERSION;
771 dot1x->type = IEEE802_1X_TYPE_EAP_PACKET;
772 dot1x->length = htons(wpabuf_len(eap));
773 os_memcpy((u8 *) (dot1x + 1), wpabuf_head(eap),
776 (u8 *) dot1x,
777 sizeof(*dot1x)
[all...]

Completed in 78 milliseconds