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

/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c828 struct ieee802_1x_hdr *dot1x; local
829 dot1x = os_malloc(sizeof(*dot1x) + wpabuf_len(eap));
830 assert(dot1x != NULL);
831 dot1x->version = EAPOL_VERSION;
832 dot1x->type = IEEE802_1X_TYPE_EAP_PACKET;
833 dot1x->length = htons(wpabuf_len(eap));
834 os_memcpy((u8 *) (dot1x + 1), wpabuf_head(eap),
837 (u8 *) dot1x,
838 sizeof(*dot1x)
[all...]

Completed in 52 milliseconds