Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_defs.h167 #define WPS_ENCR_NONE 0x0001 macro
171 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_attr_process.c182 (cred->encr_type == WPS_ENCR_NONE)) { in wps_process_cred_network_key()
Dwps_registrar.c1120 else if (wps->encr_type & WPS_ENCR_NONE) in wps_build_cred()
1121 wps->encr_type = WPS_ENCR_NONE; in wps_build_cred()
/external/wpa_supplicant_8/src/wps/
Dwps_defs.h191 #define WPS_ENCR_NONE 0x0001 macro
195 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_enrollee.c287 else if (encr_type & WPS_ENCR_NONE) in wps_build_cred_encr_type()
288 encr_type = WPS_ENCR_NONE; in wps_build_cred_encr_type()
699 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_process_cred_e()
799 if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) in wps_process_ap_settings_e()
Dwps_attr_process.c175 cred->encr_type == WPS_ENCR_NONE) { in wps_process_cred_network_key()
Dwps_registrar.c1496 else if (wps->encr_type & WPS_ENCR_NONE) in wps_build_cred()
1497 wps->encr_type = WPS_ENCR_NONE; in wps_build_cred()
3318 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | in wps_registrar_config_ap()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c869 wps->encr_types |= WPS_ENCR_NONE; in hostapd_init_wps()
882 wps->encr_types |= WPS_ENCR_NONE; in hostapd_init_wps()
1452 cred.encr_type = WPS_ENCR_NONE; in hostapd_wps_config_ap()
1462 cred.encr_type = WPS_ENCR_NONE; in hostapd_wps_config_ap()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c285 case WPS_ENCR_NONE: in wpa_supplicant_wps_cred()
1594 cred.encr_type = WPS_ENCR_NONE; in wpas_wps_er_set_config()
1636 cred.encr_type = WPS_ENCR_NONE; in wpas_wps_er_config()
/external/wpa_supplicant_8/src/eap_peer/
Deap_wsc.c100 cred->encr_type = WPS_ENCR_NONE; in eap_wsc_new_ap_settings()
/external/wpa_supplicant_6/wpa_supplicant/
Dwps_supplicant.c268 case WPS_ENCR_NONE: in wpa_supplicant_wps_cred()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.c660 if (cred->encr_type & WPS_ENCR_NONE) in wpas_dbus_signal_wps_cred()