Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/wps/
Dwps_defs.h172 #define WPS_ENCR_TKIP 0x0004 macro
174 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_registrar.c1212 else if (wps->encr_type & WPS_ENCR_TKIP) in wps_build_cred()
1213 wps->encr_type = WPS_ENCR_TKIP; in wps_build_cred()
2242 else if (wps->cred.encr_type & WPS_ENCR_TKIP) in wps_sta_cred_cb()
2243 wps->cred.encr_type = WPS_ENCR_TKIP; in wps_sta_cred_cb()
2658 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_process_wsc_done()
/freebsd-9-stable/contrib/wpa/src/ap/
Dwps_hostapd.c328 if (cred->encr_type & WPS_ENCR_TKIP) { in hostapd_wps_cred_cb()
566 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
578 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
631 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dwps_supplicant.c294 case WPS_ENCR_TKIP: in wpa_supplicant_wps_cred()
852 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()
/freebsd-9-stable/contrib/wpa/src/eap_peer/
Deap_wsc.c110 cred->encr_type = WPS_ENCR_TKIP; in eap_wsc_new_ap_settings()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/dbus/
Ddbus_new.c615 if (cred->encr_type & WPS_ENCR_TKIP) in wpas_dbus_signal_wps_cred()