Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/wps/
HDwps_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()
HDwps_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()
HDwps.h664 u16 encr_types; member
HDwps_common.c371 data.encr_type = wps->encr_types; in wps_get_oob_cred()
/NextBSD/contrib/wpa/src/ap/
HDwps_hostapd.c447 hapd->wps->encr_types = cred->encr_type; in hapd_wps_cred_cb()
1071 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
1073 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
1083 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
1085 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
1089 wps->encr_types |= WPS_ENCR_NONE; in hostapd_init_wps()
1120 wps->ap_encr_type = wps->encr_types; in hostapd_init_wps()
1124 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
/NextBSD/contrib/wpa/wpa_supplicant/
HDwps_supplicant.c1548 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()