Home
last modified time | relevance | path

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

/hostap-3.6.0/src/ap/
Dap_config.h984 unsigned int track_sta_max_num; member
Dbeacon.c785 if (iface->num_sta_seen >= iface->conf->track_sta_max_num) { in sta_track_add()
863 if (hapd->iconf->track_sta_max_num) in handle_probe_req()
Dieee802_11.c6286 if (hapd->iconf->track_sta_max_num) in ieee802_11_mgmt()
/hostap-3.6.0/hostapd/
Dconfig_file.c4406 conf->track_sta_max_num = atoi(pos); in hostapd_config_fill()