Home
last modified time | relevance | path

Searched refs:no_probe_resp_if_seen_on (Results 1 – 4 of 4) sorted by relevance

/hostap-3.7.0/src/ap/
Dbeacon.c1044 if (hapd->conf->no_probe_resp_if_seen_on && in handle_probe_req()
1048 hapd->conf->no_probe_resp_if_seen_on)) { in handle_probe_req()
1052 hapd->conf->no_probe_resp_if_seen_on); in handle_probe_req()
Dap_config.h707 char *no_probe_resp_if_seen_on; member
Dap_config.c941 os_free(conf->no_probe_resp_if_seen_on); in hostapd_config_free_bss()
/hostap-3.7.0/hostapd/
Dconfig_file.c4410 os_free(bss->no_probe_resp_if_seen_on); in hostapd_config_fill()
4411 bss->no_probe_resp_if_seen_on = os_strdup(pos); in hostapd_config_fill()