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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_defs.h 170 #define WPS_ENCR_AES 0x0008
172 WPS_ENCR_AES)
wps_registrar.c 1108 if (wps->encr_type & WPS_ENCR_AES)
1109 wps->encr_type = WPS_ENCR_AES;
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_defs.h 200 #define WPS_ENCR_AES 0x0008
202 WPS_ENCR_AES)
wps_enrollee.c 678 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) {
778 if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES)))
795 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) ==
809 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == WPS_ENCR_TKIP)
813 cred.encr_type |= WPS_ENCR_AES;
    [all...]
wps_registrar.c     [all...]
wps_validate.c 704 if ((val & ~WPS_ENCR_TYPES) || !(val & WPS_ENCR_AES)) {
727 (num_bits_set(val) > 1 && val != (WPS_ENCR_TKIP | WPS_ENCR_AES))) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 367 if (cred->encr_type & WPS_ENCR_AES) {
775 wps->encr_types |= WPS_ENCR_AES;
787 wps->encr_types |= WPS_ENCR_AES;
842 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 112 cred->encr_type = WPS_ENCR_AES;
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 319 case WPS_ENCR_AES:
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 305 case WPS_ENCR_AES:
707 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 620 if (cred->encr_type & WPS_ENCR_AES)
    [all...]

Completed in 980 milliseconds