Home
last modified time | relevance | path

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

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_ioctl.h158 #define IEEE80211_AUTH_SHARED 2 macro
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A D_ieee80211.h113 IEEE80211_AUTH_SHARED = 2, /* shared-key */ enumerator
H A Dieee80211_sta.c1004 if (ni->ni_authmode == IEEE80211_AUTH_SHARED) { in sta_auth_open()
1055 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.c2855 case IEEE80211_AUTH_SHARED: /* shared-key */ in ieee80211_ioctl_set80211()
2872 case IEEE80211_AUTH_SHARED: /* shared-key */ in ieee80211_ioctl_set80211()
H A Dieee80211_proto.c474 ieee80211_authenticator_register(IEEE80211_AUTH_SHARED, &auth_internal); in ieee80211_auth_setup()
H A Dieee80211_output.c2736 bss->ni_authmode == IEEE80211_AUTH_SHARED); in ieee80211_send_mgmt()
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c2238 ireq->i_val = IEEE80211_AUTH_SHARED; in an_ioctl()
2493 case IEEE80211_AUTH_SHARED: in an_ioctl()
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c2180 security.authmode = (ni->ni_authmode == IEEE80211_AUTH_SHARED) ? in ipw_assoc()
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c2936 ni->ni_authmode == IEEE80211_AUTH_SHARED) { in iwi_auth_and_assoc()