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

  /external/wpa_supplicant_8/src/wps/
wps_defs.h 191 #define WPS_ENCR_NONE 0x0001
195 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
wps_attr_process.c 175 cred->encr_type == WPS_ENCR_NONE) {
wps_enrollee.c 279 else if (encr_type & WPS_ENCR_NONE)
280 encr_type = WPS_ENCR_NONE;
675 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) {
775 if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES)))
    [all...]
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 1089 wps->encr_types |= WPS_ENCR_NONE;
1102 wps->encr_types |= WPS_ENCR_NONE;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 108 cred->encr_type = WPS_ENCR_NONE;
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 408 case WPS_ENCR_NONE:
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 747 if (cred->encr_type & WPS_ENCR_NONE)
    [all...]

Completed in 248 milliseconds