Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Deapol_test.c842 struct ieee802_1x_hdr *dot1x; in ieee802_1x_decapsulate_radius() local
843 dot1x = os_malloc(sizeof(*dot1x) + wpabuf_len(eap)); in ieee802_1x_decapsulate_radius()
844 assert(dot1x != NULL); in ieee802_1x_decapsulate_radius()
845 dot1x->version = EAPOL_VERSION; in ieee802_1x_decapsulate_radius()
846 dot1x->type = IEEE802_1X_TYPE_EAP_PACKET; in ieee802_1x_decapsulate_radius()
847 dot1x->length = htons(wpabuf_len(eap)); in ieee802_1x_decapsulate_radius()
848 os_memcpy((u8 *) (dot1x + 1), wpabuf_head(eap), in ieee802_1x_decapsulate_radius()
851 (u8 *) dot1x, in ieee802_1x_decapsulate_radius()
852 sizeof(*dot1x) + wpabuf_len(eap), in ieee802_1x_decapsulate_radius()
854 os_free(dot1x); in ieee802_1x_decapsulate_radius()
H A DREADME689 mode, dot11 and dot1x MIBs, etc. In addition, it can configure some
751 mib = get MIB variables (dot1x, dot11)
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_cli.sgml41 security mode, dot11 and dot1x MIBs, etc. In addition, it can
208 <para>get MIB variables (dot1x, dot11)</para>
/freebsd/sys/dev/usb/wlan/
H A Dif_rsureg.h465 uint8_t dot1x; member
H A Dif_rsu.c1941 auth.dot1x = (ni->ni_authmode == IEEE80211_AUTH_8021X); in rsu_join_bss()
/freebsd/contrib/wpa/src/common/
H A Ddpp.c3091 int dpp = 0, psk = 0, sae = 0, dot1x = 0; in dpp_akm_from_str() local
3121 dot1x = 1; in dpp_akm_from_str()
3123 dot1x = 1; in dpp_akm_from_str()
3142 if (dot1x) in dpp_akm_from_str()
/freebsd/contrib/wpa/hostapd/
H A DChangeLog1263 * started adding dot11, dot1x, radius MIBs ('hostapd_cli mib',