Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_defs.h203 #define WPS_ENCR_TKIP 0x0004 macro
205 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
H A Dwps_enrollee.c289 else if (encr_type & WPS_ENCR_TKIP) in wps_build_cred_encr_type()
290 encr_type = WPS_ENCR_TKIP; in wps_build_cred_encr_type()
741 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_process_cred_e()
840 if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) in wps_process_ap_settings_e()
856 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_process_ap_settings_e()
857 WPS_ENCR_TKIP || in wps_process_ap_settings_e()
869 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == WPS_ENCR_TKIP) in wps_process_ap_settings_e()
H A Dwps_registrar.c1711 else if (wps->encr_type & WPS_ENCR_TKIP) in wps_build_cred()
1712 wps->encr_type = WPS_ENCR_TKIP; in wps_build_cred()
2898 else if (wps->cred.encr_type & WPS_ENCR_TKIP) in wps_sta_cred_cb()
2899 wps->cred.encr_type = WPS_ENCR_TKIP; in wps_sta_cred_cb()
3341 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_process_wsc_done()
3636 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | in wps_registrar_config_ap()
3649 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_registrar_config_ap()
3650 WPS_ENCR_TKIP) { in wps_registrar_config_ap()
H A Dwps_common.c394 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_get_oob_cred()
H A Dwps_validate.c723 (num_bits_set(val) > 1 && val != (WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_validate_encr_type()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwps_hostapd.c350 if (cred->encr_type & WPS_ENCR_TKIP) in hapd_wps_reconfig_in_memory()
582 if (cred->encr_type & WPS_ENCR_TKIP) { in hapd_wps_cred_cb()
1113 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
1114 wps->encr_types_rsn |= WPS_ENCR_TKIP; in hostapd_init_wps()
1129 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
1130 wps->encr_types_wpa |= WPS_ENCR_TKIP; in hostapd_init_wps()
1170 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
1171 wps->encr_types_rsn = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
1172 wps->encr_types_wpa = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
1762 cred.encr_type = WPS_ENCR_TKIP; in hostapd_wps_config_ap()
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c110 cred->encr_type = WPS_ENCR_TKIP; in eap_wsc_new_ap_settings()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwps_supplicant.c486 case WPS_ENCR_TKIP: in wpa_supplicant_wps_cred()
1608 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()
2022 cred->encr_type = WPS_ENCR_TKIP; in wpas_wps_network_to_cred()
2116 cred.encr_type = WPS_ENCR_TKIP; in wpas_wps_er_config()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new.c764 if (cred->encr_type & WPS_ENCR_TKIP) in wpas_dbus_signal_wps_cred()