Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A D_ieee80211.h115 IEEE80211_AUTH_SHARED = 2, /* shared-key */ enumerator
H A Dieee80211_sta.c995 if (ni->ni_authmode == IEEE80211_AUTH_SHARED) { in sta_auth_open()
1046 ni->ni_authmode != IEEE80211_AUTH_SHARED) { in sta_auth_shared()
H A Dieee80211_hostap.c917 if (ni->ni_authmode == IEEE80211_AUTH_SHARED) { in hostap_auth_open()
1019 ni->ni_authmode != IEEE80211_AUTH_SHARED) { in hostap_auth_shared()
H A Dieee80211_ioctl.c2832 case IEEE80211_AUTH_SHARED: /* shared-key */ in ieee80211_ioctl_set80211()
2849 case IEEE80211_AUTH_SHARED: /* shared-key */ in ieee80211_ioctl_set80211()
H A Dieee80211_proto.c467 ieee80211_authenticator_register(IEEE80211_AUTH_SHARED, &auth_internal); in ieee80211_auth_setup()
H A Dieee80211_output.c2662 bss->ni_authmode == IEEE80211_AUTH_SHARED); in ieee80211_send_mgmt()
/f-stack/tools/ifconfig/
H A Difieee80211.c865 mode = IEEE80211_AUTH_SHARED; in set80211authmode()
4929 case IEEE80211_AUTH_SHARED: in ieee80211_status()