Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/wps/
H A Dwps_defs.h201 #define WPS_ENCR_NONE 0x0001 macro
205 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
H A Dwps_attr_process.c176 cred->encr_type == WPS_ENCR_NONE) { in wps_process_cred_network_key()
H A Dwps_enrollee.c740 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_process_cred_e()
838 if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) in wps_process_ap_settings_e()
H A Dwps_registrar.c1702 if (wps->encr_type & WPS_ENCR_NONE) in wps_build_cred()
1703 wps->encr_type = WPS_ENCR_NONE; in wps_build_cred()
3627 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | in wps_registrar_config_ap()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_wsc.c104 cred->encr_type = WPS_ENCR_NONE; in eap_wsc_new_ap_settings()
/freebsd/contrib/wpa/src/ap/
H A Dwps_hostapd.c1221 wps->encr_types |= WPS_ENCR_NONE; in hostapd_init_wps()
1948 cred.encr_type = WPS_ENCR_NONE; in hostapd_wps_config_ap()
1958 cred.encr_type = WPS_ENCR_NONE; in hostapd_wps_config_ap()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c497 case WPS_ENCR_NONE: in wpa_supplicant_wps_cred()
2111 cred->encr_type = WPS_ENCR_NONE; in wpas_wps_network_to_cred()
2186 cred.encr_type = WPS_ENCR_NONE; in wpas_wps_er_config()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c764 if (cred->encr_type & WPS_ENCR_NONE) in wpas_dbus_signal_wps_cred()