Home
last modified time | relevance | path

Searched refs:encr_types (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_attr_build.c311 u16 encr_types = WPS_ENCR_TYPES; in wps_build_encr_type_flags() local
312 encr_types &= ~WPS_ENCR_WEP; in wps_build_encr_type_flags()
316 wpabuf_put_be16(msg, encr_types); in wps_build_encr_type_flags()
Dwps_registrar.c2374 u16 encr_types; in wps_process_encr_type_flags() local
2382 encr_types = WPA_GET_BE16(encr); in wps_process_encr_type_flags()
2385 encr_types); in wps_process_encr_type_flags()
2386 wps->encr_type = wps->wps->encr_types & encr_types; in wps_process_encr_type_flags()
2390 wps->wps->encr_types, encr_types); in wps_process_encr_type_flags()
2402 wps->encr_type = wps->wps->encr_types; in wps_process_encr_type_flags()
Dwps.h664 u16 encr_types; member
Dwps_common.c371 data.encr_type = wps->encr_types; in wps_get_oob_cred()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c447 hapd->wps->encr_types = cred->encr_type; in hapd_wps_cred_cb()
1066 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
1068 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
1078 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
1080 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
1084 wps->encr_types |= WPS_ENCR_NONE; in hostapd_init_wps()
1115 wps->ap_encr_type = wps->encr_types; in hostapd_init_wps()
1119 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1520 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()