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

  /external/wpa_supplicant_8/src/wps/
wps_defs.h 193 #define WPS_ENCR_TKIP 0x0004
195 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
wps_enrollee.c 283 else if (encr_type & WPS_ENCR_TKIP)
284 encr_type = WPS_ENCR_TKIP;
684 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) {
784 if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES)))
801 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) ==
802 WPS_ENCR_TKIP ||
815 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == WPS_ENCR_TKIP)
    [all...]
wps_registrar.c     [all...]
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 322 if (cred->encr_type & WPS_ENCR_TKIP)
534 if (cred->encr_type & WPS_ENCR_TKIP) {
993 wps->encr_types |= WPS_ENCR_TKIP;
1005 wps->encr_types |= WPS_ENCR_TKIP;
1058 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_TKIP;
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 368 case WPS_ENCR_TKIP:
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 751 if (cred->encr_type & WPS_ENCR_TKIP)
    [all...]

Completed in 186 milliseconds