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

  /external/wpa_supplicant_8/src/wps/
wps_defs.h 192 #define WPS_ENCR_TKIP 0x0004
194 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
wps_enrollee.c 710 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) {
808 if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES)))
824 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) ==
825 WPS_ENCR_TKIP ||
837 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == WPS_ENCR_TKIP)
    [all...]
wps_registrar.c     [all...]
wps_common.c 393 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES;
wps_validate.c 721 (num_bits_set(val) > 1 && val != (WPS_ENCR_TKIP | WPS_ENCR_AES))) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 352 if (cred->encr_type & WPS_ENCR_TKIP)
537 if (cred->encr_type & WPS_ENCR_TKIP) {
1055 wps->encr_types |= WPS_ENCR_TKIP;
1067 wps->encr_types |= WPS_ENCR_TKIP;
1106 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 114 cred->encr_type = WPS_ENCR_TKIP;
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 469 case WPS_ENCR_TKIP:
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 747 if (cred->encr_type & WPS_ENCR_TKIP)
    [all...]

Completed in 1005 milliseconds