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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h400 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))
895 if (hapd->wps && !hapd->conf->wps_independent &&
1005 if (uuid && !conf->wps_independent) {
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h400 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))
895 if (hapd->wps && !hapd->conf->wps_independent &&
1005 if (uuid && !conf->wps_independent) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h400 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))
895 if (hapd->wps && !hapd->conf->wps_independent &&
1005 if (uuid && !conf->wps_independent) {
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2911 } else if (os_strcmp(buf, "wps_independent") == 0) {
2912 bss->wps_independent = atoi(pos);

Completed in 219 milliseconds