Searched refs:authmode (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_bsd.c1038 int authmode; local
1042 authmode = IEEE80211_AUTH_AUTO;
1044 authmode = IEEE80211_AUTH_SHARED;
1046 authmode = IEEE80211_AUTH_OPEN;
1048 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);
H A Ddriver_atheros.c1784 int authmode; local
1788 authmode = IEEE80211_AUTH_AUTO;
1790 authmode = IEEE80211_AUTH_OPEN;
1792 authmode = IEEE80211_AUTH_SHARED;
1796 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode);
H A Ddriver.h2955 * @authmode: 1=Open System, 2=Shared Key, 3=both
2964 int (*set_authmode)(void *priv, int authmode);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c1038 int authmode; local
1042 authmode = IEEE80211_AUTH_AUTO;
1044 authmode = IEEE80211_AUTH_SHARED;
1046 authmode = IEEE80211_AUTH_OPEN;
1048 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);
H A Ddriver_atheros.c1784 int authmode; local
1788 authmode = IEEE80211_AUTH_AUTO;
1790 authmode = IEEE80211_AUTH_OPEN;
1792 authmode = IEEE80211_AUTH_SHARED;
1796 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode);
H A Ddriver.h2955 * @authmode: 1=Open System, 2=Shared Key, 3=both
2964 int (*set_authmode)(void *priv, int authmode);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c1038 int authmode; local
1042 authmode = IEEE80211_AUTH_AUTO;
1044 authmode = IEEE80211_AUTH_SHARED;
1046 authmode = IEEE80211_AUTH_OPEN;
1048 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);
H A Ddriver_atheros.c1784 int authmode; local
1788 authmode = IEEE80211_AUTH_AUTO;
1790 authmode = IEEE80211_AUTH_OPEN;
1792 authmode = IEEE80211_AUTH_SHARED;
1796 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode);
H A Ddriver.h2955 * @authmode: 1=Open System, 2=Shared Key, 3=both
2964 int (*set_authmode)(void *priv, int authmode);

Completed in 174 milliseconds