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

  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 978 int authmode; local
982 authmode = IEEE80211_AUTH_AUTO;
984 authmode = IEEE80211_AUTH_SHARED;
986 authmode = IEEE80211_AUTH_OPEN;
988 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);
    [all...]
driver_atheros.c 166 return "AUTHMODE";
1795 int authmode; local
    [all...]
driver.h     [all...]

Completed in 246 milliseconds