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

  /external/wpa_supplicant_8/src/wps/
wps_defs.h 201 #define WPS_ENCR_WEP 0x0002 /* deprecated */
204 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
wps_attr_build.c 321 encr_types &= ~WPS_ENCR_WEP;
wps_enrollee.c 738 if (wps->cred.encr_type & WPS_ENCR_WEP) {
838 if (cred.encr_type & WPS_ENCR_WEP) {
    [all...]
wps_validate.c 998 if (((encr_type == NULL || WPA_GET_BE16(encr_type) != WPS_ENCR_WEP) &&
    [all...]
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 107 cred->encr_type = WPS_ENCR_WEP;
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 99 milliseconds