Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/wpa/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.c288 else if (encr_type & WPS_ENCR_NONE) in wps_build_cred_encr_type()
289 encr_type = WPS_ENCR_NONE; in wps_build_cred_encr_type()
684 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_process_cred_e()
784 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.c1613 else if (wps->encr_type & WPS_ENCR_NONE) in wps_build_cred()
1614 wps->encr_type = WPS_ENCR_NONE; in wps_build_cred()
3439 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | in wps_registrar_config_ap()
/freebsd-10-stable/contrib/wpa/src/ap/
Dwps_hostapd.c891 wps->encr_types |= WPS_ENCR_NONE; in hostapd_init_wps()
904 wps->encr_types |= WPS_ENCR_NONE; in hostapd_init_wps()
1455 cred.encr_type = WPS_ENCR_NONE; in hostapd_wps_config_ap()
1465 cred.encr_type = WPS_ENCR_NONE; in hostapd_wps_config_ap()
/freebsd-10-stable/contrib/wpa/src/eap_peer/
Deap_wsc.c100 cred->encr_type = WPS_ENCR_NONE; in eap_wsc_new_ap_settings()
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
Dwps_supplicant.c311 case WPS_ENCR_NONE: in wpa_supplicant_wps_cred()
1652 cred.encr_type = WPS_ENCR_NONE; in wpas_wps_er_set_config()
1694 cred.encr_type = WPS_ENCR_NONE; in wpas_wps_er_config()
/freebsd-10-stable/contrib/wpa/wpa_supplicant/dbus/
Ddbus_new.c747 if (cred->encr_type & WPS_ENCR_NONE) in wpas_dbus_signal_wps_cred()