Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_defs.h170 #define WPS_ENCR_AES 0x0008 macro
172 WPS_ENCR_AES)
Dwps_registrar.c1108 if (wps->encr_type & WPS_ENCR_AES) in wps_build_cred()
1109 wps->encr_type = WPS_ENCR_AES; in wps_build_cred()
2065 if (wps->cred.encr_type & WPS_ENCR_AES) in wps_sta_cred_cb()
2066 wps->cred.encr_type = WPS_ENCR_AES; in wps_sta_cred_cb()
2463 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_process_wsc_done()
/external/wpa_supplicant_6/wpa_supplicant/
Dwps_supplicant.c305 case WPS_ENCR_AES: in wpa_supplicant_wps_cred()
707 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()