Searched refs:dot1x (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | eapol_test.c | 842 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 D | README | 689 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 D | wpa_cli.sgml | 41 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 D | if_rsureg.h | 465 uint8_t dot1x; member
|
H A D | if_rsu.c | 1941 auth.dot1x = (ni->ni_authmode == IEEE80211_AUTH_8021X); in rsu_join_bss()
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp.c | 3091 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 D | ChangeLog | 1263 * started adding dot11, dot1x, radius MIBs ('hostapd_cli mib',
|