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

  /external/wpa_supplicant_8/src/wps/
wps_defs.h 203 #define WPS_ENCR_AES 0x0008
205 WPS_ENCR_AES)
wps_enrollee.c 283 if (encr_type & WPS_ENCR_AES)
284 encr_type = WPS_ENCR_AES;
737 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) {
836 if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES)))
852 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) ==
865 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == WPS_ENCR_TKIP)
869 cred.encr_type |= WPS_ENCR_AES;
    [all...]
wps_registrar.c     [all...]
wps_validate.c 700 if ((val & ~WPS_ENCR_TYPES) || !(val & WPS_ENCR_AES)) {
723 (num_bits_set(val) > 1 && val != (WPS_ENCR_TKIP | WPS_ENCR_AES))) {
    [all...]
wps_common.c 394 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES;
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 344 if (cred->encr_type & WPS_ENCR_AES) {
537 if (cred->encr_type & WPS_ENCR_AES) {
1068 wps->encr_types |= WPS_ENCR_AES;
1069 wps->encr_types_rsn |= WPS_ENCR_AES;
1084 wps->encr_types |= WPS_ENCR_AES;
1085 wps->encr_types_wpa |= WPS_ENCR_AES;
1129 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP;
1130 wps->encr_types_rsn = WPS_ENCR_AES | WPS_ENCR_TKIP;
1131 wps->encr_types_wpa = 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 486 case WPS_ENCR_AES:
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 764 if (cred->encr_type & WPS_ENCR_AES)
    [all...]

Completed in 710 milliseconds