Home
last modified time | relevance | path

Searched refs:authmode (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1037 int authmode; in wpa_driver_bsd_set_auth_alg() local
1041 authmode = IEEE80211_AUTH_AUTO; in wpa_driver_bsd_set_auth_alg()
1043 authmode = IEEE80211_AUTH_SHARED; in wpa_driver_bsd_set_auth_alg()
1045 authmode = IEEE80211_AUTH_OPEN; in wpa_driver_bsd_set_auth_alg()
1047 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode); in wpa_driver_bsd_set_auth_alg()
H A Ddriver_atheros.c1913 int authmode; in atheros_set_authmode() local
1917 authmode = IEEE80211_AUTH_AUTO; in atheros_set_authmode()
1919 authmode = IEEE80211_AUTH_OPEN; in atheros_set_authmode()
1921 authmode = IEEE80211_AUTH_SHARED; in atheros_set_authmode()
1925 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode); in atheros_set_authmode()
H A Ddriver.h3506 int (*set_authmode)(void *priv, int authmode);
/freebsd-12.1/sys/dev/ipw/
H A Dif_ipwreg.h250 uint8_t authmode; member
H A Dif_ipw.c2179 security.authmode = (ni->ni_authmode == IEEE80211_AUTH_SHARED) ? in ipw_assoc()
2182 DPRINTF(("Setting authmode to %u\n", security.authmode)); in ipw_assoc()