Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_defs.h192 #define WPS_ENCR_TKIP 0x0004 macro
194 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_enrollee.c710 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_process_cred_e()
808 if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) in wps_process_ap_settings_e()
824 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_process_ap_settings_e()
825 WPS_ENCR_TKIP || in wps_process_ap_settings_e()
837 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == WPS_ENCR_TKIP) in wps_process_ap_settings_e()
Dwps_registrar.c1613 else if (wps->encr_type & WPS_ENCR_TKIP) in wps_build_cred()
1614 wps->encr_type = WPS_ENCR_TKIP; in wps_build_cred()
2777 else if (wps->cred.encr_type & WPS_ENCR_TKIP) in wps_sta_cred_cb()
2778 wps->cred.encr_type = WPS_ENCR_TKIP; in wps_sta_cred_cb()
3216 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_process_wsc_done()
3510 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | in wps_registrar_config_ap()
3523 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_registrar_config_ap()
3524 WPS_ENCR_TKIP) { in wps_registrar_config_ap()
Dwps_common.c393 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_get_oob_cred()
Dwps_validate.c721 (num_bits_set(val) > 1 && val != (WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_validate_encr_type()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c352 if (cred->encr_type & WPS_ENCR_TKIP) in hapd_wps_reconfig_in_memory()
537 if (cred->encr_type & WPS_ENCR_TKIP) { in hapd_wps_cred_cb()
1055 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
1067 wps->encr_types |= WPS_ENCR_TKIP; in hostapd_init_wps()
1106 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
1634 cred.encr_type = WPS_ENCR_TKIP; in hostapd_wps_config_ap()
/external/wpa_supplicant_8/src/eap_peer/
Deap_wsc.c114 cred->encr_type = WPS_ENCR_TKIP; in eap_wsc_new_ap_settings()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c469 case WPS_ENCR_TKIP: in wpa_supplicant_wps_cred()
1466 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()
1883 cred->encr_type = WPS_ENCR_TKIP; in wpas_wps_network_to_cred()
1974 cred.encr_type = WPS_ENCR_TKIP; in wpas_wps_er_config()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.c747 if (cred->encr_type & WPS_ENCR_TKIP) in wpas_dbus_signal_wps_cred()