HomeSort by relevance Sort by last modified time
    Searched defs:authmode (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 166 return "AUTHMODE";
1795 int authmode; local
    [all...]
driver_bsd.c 1029 int authmode; local
1033 authmode = IEEE80211_AUTH_AUTO;
1035 authmode = IEEE80211_AUTH_SHARED;
1037 authmode = IEEE80211_AUTH_OPEN;
1039 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);
    [all...]

Completed in 310 milliseconds