Searched refs:authmode (Results 1 – 5 of 5) sorted by relevance
1231 int authmode; in wpa_driver_bsd_set_auth_alg() local1235 authmode = IEEE80211_AUTH_AUTO; in wpa_driver_bsd_set_auth_alg()1237 authmode = IEEE80211_AUTH_SHARED; in wpa_driver_bsd_set_auth_alg()1239 authmode = IEEE80211_AUTH_OPEN; in wpa_driver_bsd_set_auth_alg()1241 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode); in wpa_driver_bsd_set_auth_alg()
1903 int authmode; in atheros_set_authmode() local1907 authmode = IEEE80211_AUTH_AUTO; in atheros_set_authmode()1909 authmode = IEEE80211_AUTH_OPEN; in atheros_set_authmode()1911 authmode = IEEE80211_AUTH_SHARED; in atheros_set_authmode()1915 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode); in atheros_set_authmode()
4342 int (*set_authmode)(void *priv, int authmode);
249 uint8_t authmode; member
2176 security.authmode = (ni->ni_authmode == IEEE80211_AUTH_SHARED) ? in ipw_assoc()2179 DPRINTF(("Setting authmode to %u\n", security.authmode)); in ipw_assoc()