Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDconfig.h757 int wps_cred_add_sae; member
HDconfig_file.c1193 if (config->wps_cred_add_sae) in wpa_config_write_global()
1195 config->wps_cred_add_sae); in wpa_config_write_global()
HDwps_supplicant.c533 if (wpa_s->conf->wps_cred_add_sae && in wpa_supplicant_wps_cred()
HDconfig.c4761 { INT_RANGE(wps_cred_add_sae, 0, 1), 0 },
HDChangeLog94 for PSK (wps_cred_add_sae=1)
/freebsd-11-stable/contrib/wpa/src/ap/
HDap_config.h488 int wps_cred_add_sae; member
HDwps_hostapd.c357 if (hapd->conf->wps_cred_add_sae && in hapd_wps_reconfig_in_memory()
552 if (hapd->conf->wps_cred_add_sae && in hapd_wps_cred_cb()
/freebsd-11-stable/contrib/wpa/hostapd/
HDconfig_file.c3664 bss->wps_cred_add_sae = atoi(pos);
HDChangeLog74 for PSK (wps_cred_add_sae=1)