HomeSort by relevance Sort by last modified time
    Searched refs:authmode (Results 1 - 5 of 5) 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_bsd.c 985 int authmode; local
989 authmode = IEEE80211_AUTH_AUTO;
991 authmode = IEEE80211_AUTH_SHARED;
993 authmode = IEEE80211_AUTH_OPEN;
995 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);
    [all...]
driver_atheros.c 166 return "AUTHMODE";
1792 int authmode; local
    [all...]
driver.h     [all...]

Completed in 271 milliseconds