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";
1872 int authmode; local
    [all...]
driver_bsd.c 1004 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);
    [all...]

Completed in 1603 milliseconds