Home
last modified time | relevance | path

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

/hostap-latest/src/wps/
Dwps_attr_build.c335 u16 encr_types = WPS_ENCR_TYPES; in wps_build_encr_type_flags() local
336 encr_types &= ~WPS_ENCR_WEP; in wps_build_encr_type_flags()
338 encr_types &= ~WPS_ENCR_TKIP; in wps_build_encr_type_flags()
344 encr_types, wps_force_encr_types); in wps_build_encr_type_flags()
345 encr_types = wps_force_encr_types; in wps_build_encr_type_flags()
349 encr_types); in wps_build_encr_type_flags()
352 wpabuf_put_be16(msg, encr_types); in wps_build_encr_type_flags()
Dwps_registrar.c1682 wps->wps->encr_types, wps->wps->encr_types_rsn, in wps_build_cred()
2467 u16 encr_types; in wps_process_encr_type_flags() local
2475 encr_types = WPA_GET_BE16(encr); in wps_process_encr_type_flags()
2478 encr_types); in wps_process_encr_type_flags()
2479 wps->encr_type = wps->wps->encr_types & encr_types; in wps_process_encr_type_flags()
2483 wps->wps->encr_types, encr_types); in wps_process_encr_type_flags()
2495 wps->encr_type = wps->wps->encr_types; in wps_process_encr_type_flags()
Dwps.h711 u16 encr_types; member
Dwps_common.c372 data.encr_type = wps->encr_types; in wps_get_oob_cred()
/hostap-latest/src/ap/
Dwps_hostapd.c502 hapd->wps->encr_types = cred->encr_type; in hapd_wps_cred_cb()
1182 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
1190 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
1210 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
1214 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
1221 wps->encr_types |= WPS_ENCR_NONE; in hostapd_init_wps()
1254 wps->ap_encr_type = wps->encr_types; in hostapd_init_wps()
1259 wps->encr_types = WPS_ENCR_AES; in hostapd_init_wps()
1264 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
/hostap-latest/wpa_supplicant/
Dwps_supplicant.c1651 wps->encr_types = WPS_ENCR_AES; in wpas_wps_init()
1654 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()