Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_defs.h169 #define WPS_ENCR_TKIP 0x0004 macro
171 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_registrar.c1110 else if (wps->encr_type & WPS_ENCR_TKIP) in wps_build_cred()
1111 wps->encr_type = WPS_ENCR_TKIP; in wps_build_cred()
2067 else if (wps->cred.encr_type & WPS_ENCR_TKIP) in wps_sta_cred_cb()
2068 wps->cred.encr_type = WPS_ENCR_TKIP; 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.c302 case WPS_ENCR_TKIP: in wpa_supplicant_wps_cred()
707 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()