Home
last modified time | relevance | path

Searched refs:IEEE80211_AUTH_SHARED (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/net80211/
H A D_ieee80211.h113 IEEE80211_AUTH_SHARED = 2, /* shared-key */ enumerator
H A Dieee80211_sta.c1005 if (ni->ni_authmode == IEEE80211_AUTH_SHARED) { in sta_auth_open()
1056 ni->ni_authmode != IEEE80211_AUTH_SHARED) { in sta_auth_shared()
H A Dieee80211_hostap.c923 if (ni->ni_authmode == IEEE80211_AUTH_SHARED) { in hostap_auth_open()
1025 ni->ni_authmode != IEEE80211_AUTH_SHARED) { in hostap_auth_shared()
H A Dieee80211_ioctl.c2837 case IEEE80211_AUTH_SHARED: /* shared-key */ in ieee80211_ioctl_set80211()
2854 case IEEE80211_AUTH_SHARED: /* shared-key */ in ieee80211_ioctl_set80211()
H A Dieee80211_proto.c465 ieee80211_authenticator_register(IEEE80211_AUTH_SHARED, &auth_internal); in ieee80211_auth_setup()
H A Dieee80211_output.c2731 bss->ni_authmode == IEEE80211_AUTH_SHARED); in ieee80211_send_mgmt()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1219 authmode = IEEE80211_AUTH_SHARED; in wpa_driver_bsd_set_auth_alg()
H A Ddriver_atheros.c1910 authmode = IEEE80211_AUTH_SHARED; in atheros_set_authmode()
/freebsd/sys/dev/ipw/
H A Dif_ipw.c2176 security.authmode = (ni->ni_authmode == IEEE80211_AUTH_SHARED) ? in ipw_assoc()
/freebsd/sbin/ifconfig/
H A Difieee80211.c864 mode = IEEE80211_AUTH_SHARED; in set80211authmode()
4958 case IEEE80211_AUTH_SHARED: in ieee80211_status()
/freebsd/sys/dev/iwi/
H A Dif_iwi.c2930 ni->ni_authmode == IEEE80211_AUTH_SHARED) { in iwi_auth_and_assoc()