Home
last modified time | relevance | path

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

/hostap-3.7.0/src/ap/
Dap_config.h708 char *no_auth_if_seen_on; member
Dap_config.c942 os_free(conf->no_auth_if_seen_on); in hostapd_config_free_bss()
Dieee802_11.c3676 if (hapd->conf->no_auth_if_seen_on) { in handle_auth()
3680 hapd->conf->no_auth_if_seen_on); in handle_auth()
3689 hapd->conf->no_auth_if_seen_on); in handle_auth()
/hostap-3.7.0/hostapd/
Dconfig_file.c4413 os_free(bss->no_auth_if_seen_on); in hostapd_config_fill()
4414 bss->no_auth_if_seen_on = os_strdup(pos); in hostapd_config_fill()