Searched refs:send_probe_response (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h530 u8 send_probe_response; member in struct:hostapd_config
H A Dap_config.c157 conf->send_probe_response = 1;
H A Dbeacon.c523 if (!hapd->iconf->send_probe_response)
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h530 u8 send_probe_response; member in struct:hostapd_config
H A Dap_config.c157 conf->send_probe_response = 1;
H A Dbeacon.c523 if (!hapd->iconf->send_probe_response)
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h530 u8 send_probe_response; member in struct:hostapd_config
H A Dap_config.c157 conf->send_probe_response = 1;
H A Dbeacon.c523 if (!hapd->iconf->send_probe_response)
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2506 } else if (os_strcmp(buf, "send_probe_response") == 0) {
2509 wpa_printf(MSG_ERROR, "Line %d: invalid send_probe_response %d (expected 0 or 1)",
2513 conf->send_probe_response = val;

Completed in 216 milliseconds