Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_defs.h167 #define WPS_ENCR_NONE 0x0001 macro
171 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_registrar.c1120 else if (wps->encr_type & WPS_ENCR_NONE) in wps_build_cred()
1121 wps->encr_type = WPS_ENCR_NONE; in wps_build_cred()
/external/wpa_supplicant_6/wpa_supplicant/
Dwps_supplicant.c268 case WPS_ENCR_NONE: in wpa_supplicant_wps_cred()