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

/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Deapol_test.c682 struct ieee802_1x_hdr *dot1x; local
683 dot1x = os_malloc(sizeof(*dot1x) + wpabuf_len(eap));
684 assert(dot1x != NULL);
685 dot1x->version = EAPOL_VERSION;
686 dot1x->type = IEEE802_1X_TYPE_EAP_PACKET;
687 dot1x->length = htons(wpabuf_len(eap));
688 os_memcpy((u8 *) (dot1x + 1), wpabuf_head(eap),
691 (u8 *) dot1x,
692 sizeof(*dot1x)
[all...]
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_rsureg.h366 uint8_t dot1x; member in struct:r92s_fw_cmd_auth
H A Dif_rsu.c1074 auth.dot1x = (ni->ni_authmode == IEEE80211_AUTH_8021X);

Completed in 101 milliseconds