Searched refs:wps_independent (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_config.h471 int wps_independent; member in struct:hostapd_bss_config
H A Dwps_hostapd.c65 (hapd->conf->wps_independent ||
66 data->calling_hapd->conf->wps_independent))
927 if (hapd->wps && !hapd->conf->wps_independent &&
1038 if (uuid && !conf->wps_independent) {
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3581 } else if (os_strcmp(buf, "wps_independent") == 0) {
3582 bss->wps_independent = atoi(pos);

Completed in 179 milliseconds