Home
last modified time | relevance | path

Searched refs:WPS_ENCR_WEP (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_defs.h168 #define WPS_ENCR_WEP 0x0002 macro
171 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_registrar.c1118 if (wps->encr_type & WPS_ENCR_WEP) in wps_build_cred()
1119 wps->encr_type = WPS_ENCR_WEP; in wps_build_cred()
/external/wpa_supplicant_6/wpa_supplicant/
Dwps_supplicant.c270 case WPS_ENCR_WEP: in wpa_supplicant_wps_cred()