Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_mlme.c26 case WLAN_AUTH_OPEN: in mlme_auth_alg_str()
H A Dieee802_11_eht.c960 case WLAN_AUTH_OPEN: in auth_skip_fixed_fields()
H A Dieee802_11.c2958 auth_alg == WLAN_AUTH_OPEN) || in handle_auth()
3230 case WLAN_AUTH_OPEN: in handle_auth()
3236 sta->auth_alg = WLAN_AUTH_OPEN; in handle_auth()
4175 sta->auth_alg == WLAN_AUTH_OPEN) { in __check_assoc_ies()
5481 sta->auth_alg = WLAN_AUTH_OPEN; in handle_assoc()
6400 ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 2) || in handle_auth_cb()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c517 auth.u.auth.auth_alg = host_to_le16(WLAN_AUTH_OPEN); in ibss_rsn_send_auth()
931 if (le_to_host16(header->u.auth.auth_alg) != WLAN_AUTH_OPEN || in ibss_rsn_handle_auth()
H A Dsme.c1195 sme_associate(wpa_s, ssid->mode, bss->bssid, WLAN_AUTH_OPEN); in sme_send_authentication()
2093 case WLAN_AUTH_OPEN: in sme_event_auth()
2183 if ((data->auth.auth_type == WLAN_AUTH_OPEN || in sme_event_auth()
2335 if (auth_type == WLAN_AUTH_OPEN && in sme_associate()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h129 #define WLAN_AUTH_OPEN __LINE__ /* TODO FIXME brcmfmac */ macro
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h93 #define WLAN_AUTH_OPEN 0 macro