Searched refs:authmode (Results 1 – 3 of 3) sorted by relevance
1038 int authmode; in wpa_driver_bsd_set_auth_alg() local1042 authmode = IEEE80211_AUTH_AUTO; in wpa_driver_bsd_set_auth_alg()1044 authmode = IEEE80211_AUTH_SHARED; in wpa_driver_bsd_set_auth_alg()1046 authmode = IEEE80211_AUTH_OPEN; in wpa_driver_bsd_set_auth_alg()1048 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode); in wpa_driver_bsd_set_auth_alg()
1784 int authmode; in atheros_set_authmode() local1788 authmode = IEEE80211_AUTH_AUTO; in atheros_set_authmode()1790 authmode = IEEE80211_AUTH_OPEN; in atheros_set_authmode()1792 authmode = IEEE80211_AUTH_SHARED; in atheros_set_authmode()1796 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode); in atheros_set_authmode()
2964 int (*set_authmode)(void *priv, int authmode);