Searched refs:wps_cred_add_sae (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h750 * wps_cred_add_sae - Whether to enable SAE automatically for WPS
757 int wps_cred_add_sae; member in struct:wpa_config
H A Dconfig_file.c1193 if (config->wps_cred_add_sae)
1194 fprintf(f, "wps_cred_add_sae=%d\n",
1195 config->wps_cred_add_sae);
H A Dwps_supplicant.c533 if (wpa_s->conf->wps_cred_add_sae &&
H A Dconfig.c4761 { INT_RANGE(wps_cred_add_sae, 0, 1), 0 },
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_config.h488 int wps_cred_add_sae; member in struct:hostapd_bss_config
H A Dwps_hostapd.c357 if (hapd->conf->wps_cred_add_sae &&
552 if (hapd->conf->wps_cred_add_sae &&
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3663 } else if (os_strcmp(buf, "wps_cred_add_sae") == 0) {
3664 bss->wps_cred_add_sae = atoi(pos);

Completed in 200 milliseconds