Searched refs:IEEE80211_AUTH_SHARED (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A D_ieee80211.h110 IEEE80211_AUTH_SHARED = 2, /* shared-key */ enumerator in enum:ieee80211_authmode
H A Dieee80211_sta.c946 if (ni->ni_authmode == IEEE80211_AUTH_SHARED) {
997 ni->ni_authmode != IEEE80211_AUTH_SHARED) {
H A Dieee80211_hostap.c899 if (ni->ni_authmode == IEEE80211_AUTH_SHARED) {
1001 ni->ni_authmode != IEEE80211_AUTH_SHARED) {
H A Dieee80211_proto.c435 "wlan_internal", /* IEEE80211_AUTH_SHARED */
457 ieee80211_authenticator_register(IEEE80211_AUTH_SHARED, &auth_internal);
H A Dieee80211_ioctl.c2754 case IEEE80211_AUTH_SHARED: /* shared-key */
2771 case IEEE80211_AUTH_SHARED: /* shared-key */
H A Dieee80211_output.c2255 bss->ni_authmode == IEEE80211_AUTH_SHARED);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1043 authmode = IEEE80211_AUTH_SHARED;
H A Ddriver_atheros.c1921 authmode = IEEE80211_AUTH_SHARED;
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c2527 if (ni->ni_authmode == IEEE80211_AUTH_SHARED) {
2844 ni->ni_authmode = IEEE80211_AUTH_SHARED;
/freebsd-11-stable/sys/dev/an/
H A Dif_an.c2235 ireq->i_val = IEEE80211_AUTH_SHARED;
2490 case IEEE80211_AUTH_SHARED:
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c2175 security.authmode = (ni->ni_authmode == IEEE80211_AUTH_SHARED) ?
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c783 mode = IEEE80211_AUTH_SHARED;
4465 case IEEE80211_AUTH_SHARED:
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c2931 ni->ni_authmode == IEEE80211_AUTH_SHARED) {

Completed in 288 milliseconds