Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_bsd.c1013 int authmode; in wpa_driver_bsd_set_auth_alg() local
1017 authmode = IEEE80211_AUTH_AUTO; in wpa_driver_bsd_set_auth_alg()
1019 authmode = IEEE80211_AUTH_SHARED; in wpa_driver_bsd_set_auth_alg()
1021 authmode = IEEE80211_AUTH_OPEN; in wpa_driver_bsd_set_auth_alg()
1023 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode); in wpa_driver_bsd_set_auth_alg()
Ddriver_atheros.c1776 int authmode; in atheros_set_authmode() local
1780 authmode = IEEE80211_AUTH_AUTO; in atheros_set_authmode()
1782 authmode = IEEE80211_AUTH_OPEN; in atheros_set_authmode()
1784 authmode = IEEE80211_AUTH_SHARED; in atheros_set_authmode()
1788 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode); in atheros_set_authmode()
Ddriver.h2852 int (*set_authmode)(void *priv, int authmode);