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.c320 u16 encr_types = WPS_ENCR_TYPES; in wps_build_encr_type_flags() local
321 encr_types &= ~WPS_ENCR_WEP; in wps_build_encr_type_flags()
326 encr_types, wps_force_encr_types); in wps_build_encr_type_flags()
327 encr_types = wps_force_encr_types; in wps_build_encr_type_flags()
331 encr_types); in wps_build_encr_type_flags()
334 wpabuf_put_be16(msg, encr_types); in wps_build_encr_type_flags()
Dwps_registrar.c1628 wps->wps->encr_types, wps->wps->encr_types_rsn, in wps_build_cred()
2404 u16 encr_types; in wps_process_encr_type_flags() local
2412 encr_types = WPA_GET_BE16(encr); in wps_process_encr_type_flags()
2415 encr_types); in wps_process_encr_type_flags()
2416 wps->encr_type = wps->wps->encr_types & encr_types; in wps_process_encr_type_flags()
2420 wps->wps->encr_types, encr_types); in wps_process_encr_type_flags()
2432 wps->encr_type = wps->wps->encr_types; in wps_process_encr_type_flags()
Dwps.h664 u16 encr_types; member
Dwps_common.c372 data.encr_type = wps->encr_types; in wps_get_oob_cred()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c441 hapd->wps->encr_types = cred->encr_type; in hapd_wps_cred_cb()
1068 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
1072 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
1084 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
1088 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
1094 wps->encr_types |= WPS_ENCR_NONE; in hostapd_init_wps()
1125 wps->ap_encr_type = wps->encr_types; in hostapd_init_wps()
1129 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1583 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()