Home
last modified time | relevance | path

Searched refs:WPS_ENCR_NONE (Results 1 – 16 of 16) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_defs.h201 #define WPS_ENCR_NONE 0x0001 macro
205 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_attr_process.c176 cred->encr_type == WPS_ENCR_NONE) { in wps_process_cred_network_key()
Dwps_enrollee.c741 (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()
Dwps_registrar.c1703 if (wps->encr_type & WPS_ENCR_NONE) in wps_build_cred()
1704 wps->encr_type = WPS_ENCR_NONE; in wps_build_cred()
3628 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | in wps_registrar_config_ap()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_defs.h201 #define WPS_ENCR_NONE 0x0001 macro
205 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_attr_process.c175 cred->encr_type == WPS_ENCR_NONE) { in wps_process_cred_network_key()
Dwps_enrollee.c741 (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()
Dwps_registrar.c1719 if (wps->encr_type & WPS_ENCR_NONE) in wps_build_cred()
1720 wps->encr_type = WPS_ENCR_NONE; in wps_build_cred()
3636 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | in wps_registrar_config_ap()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_wsc.c104 cred->encr_type = WPS_ENCR_NONE; in eap_wsc_new_ap_settings()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_wsc.c104 cred->encr_type = WPS_ENCR_NONE; in eap_wsc_new_ap_settings()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwps_hostapd.c1135 wps->encr_types |= WPS_ENCR_NONE; in hostapd_init_wps()
1760 cred.encr_type = WPS_ENCR_NONE; in hostapd_wps_config_ap()
1768 cred.encr_type = WPS_ENCR_NONE; in hostapd_wps_config_ap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwps_hostapd.c1220 wps->encr_types |= WPS_ENCR_NONE; in hostapd_init_wps()
1947 cred.encr_type = WPS_ENCR_NONE; in hostapd_wps_config_ap()
1957 cred.encr_type = WPS_ENCR_NONE; in hostapd_wps_config_ap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwps_supplicant.c489 case WPS_ENCR_NONE: in wpa_supplicant_wps_cred()
2075 cred->encr_type = WPS_ENCR_NONE; in wpas_wps_network_to_cred()
2150 cred.encr_type = WPS_ENCR_NONE; in wpas_wps_er_config()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwps_supplicant.c484 case WPS_ENCR_NONE: in wpa_supplicant_wps_cred()
2035 cred->encr_type = WPS_ENCR_NONE; in wpas_wps_network_to_cred()
2110 cred.encr_type = WPS_ENCR_NONE; in wpas_wps_er_config()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new.c762 if (cred->encr_type & WPS_ENCR_NONE) in wpas_dbus_signal_wps_cred()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new.c764 if (cred->encr_type & WPS_ENCR_NONE) in wpas_dbus_signal_wps_cred()