Searched refs:authmode (Results 1 – 3 of 3) sorted by relevance
1253 int authmode; in wpa_driver_bsd_set_auth_alg() local1257 authmode = IEEE80211_AUTH_AUTO; in wpa_driver_bsd_set_auth_alg()1259 authmode = IEEE80211_AUTH_SHARED; in wpa_driver_bsd_set_auth_alg()1261 authmode = IEEE80211_AUTH_OPEN; in wpa_driver_bsd_set_auth_alg()1263 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode); in wpa_driver_bsd_set_auth_alg()
249 uint8_t authmode; member
2180 security.authmode = (ni->ni_authmode == IEEE80211_AUTH_SHARED) ? in ipw_assoc()2183 DPRINTF(("Setting authmode to %u\n", security.authmode)); in ipw_assoc()