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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_defs.h 169 #define WPS_ENCR_TKIP 0x0004
171 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
wps_registrar.c 1110 else if (wps->encr_type & WPS_ENCR_TKIP)
1111 wps->encr_type = WPS_ENCR_TKIP;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 302 case WPS_ENCR_TKIP:
707 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP;

Completed in 31 milliseconds