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

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_madwifi.c 412 int authmode; local
416 authmode = IEEE80211_AUTH_AUTO;
418 authmode = IEEE80211_AUTH_SHARED;
420 authmode = IEEE80211_AUTH_OPEN;
422 return set80211param(drv, IEEE80211_PARAM_AUTHMODE, authmode, 1);
driver_bsd.c 420 int authmode; local
424 authmode = IEEE80211_AUTH_AUTO;
426 authmode = IEEE80211_AUTH_SHARED;
428 authmode = IEEE80211_AUTH_OPEN;
430 return set80211param(drv, IEEE80211_IOC_AUTHMODE, authmode);
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 165 return "AUTHMODE";
1381 int authmode; local
    [all...]
driver_bsd.c 991 int authmode; local
995 authmode = IEEE80211_AUTH_AUTO;
997 authmode = IEEE80211_AUTH_SHARED;
999 authmode = IEEE80211_AUTH_OPEN;
1001 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);
    [all...]

Completed in 56 milliseconds