Searched defs:authmode (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c1872 int authmode; local
1876 authmode = IEEE80211_AUTH_AUTO;
1878 authmode = IEEE80211_AUTH_OPEN;
1880 authmode = IEEE80211_AUTH_SHARED;
1884 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode);
H A Ddriver_bsd.c1004 int authmode; local
1008 authmode = IEEE80211_AUTH_AUTO;
1010 authmode = IEEE80211_AUTH_SHARED;
1012 authmode = IEEE80211_AUTH_OPEN;
1014 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c1872 int authmode; local
1876 authmode = IEEE80211_AUTH_AUTO;
1878 authmode = IEEE80211_AUTH_OPEN;
1880 authmode = IEEE80211_AUTH_SHARED;
1884 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode);
H A Ddriver_bsd.c1004 int authmode; local
1008 authmode = IEEE80211_AUTH_AUTO;
1010 authmode = IEEE80211_AUTH_SHARED;
1012 authmode = IEEE80211_AUTH_OPEN;
1014 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c1872 int authmode; local
1876 authmode = IEEE80211_AUTH_AUTO;
1878 authmode = IEEE80211_AUTH_OPEN;
1880 authmode = IEEE80211_AUTH_SHARED;
1884 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode);
H A Ddriver_bsd.c1004 int authmode; local
1008 authmode = IEEE80211_AUTH_AUTO;
1010 authmode = IEEE80211_AUTH_SHARED;
1012 authmode = IEEE80211_AUTH_OPEN;
1014 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);

Completed in 241 milliseconds