Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h764 unsigned int track_sta_max_num; member
Dbeacon.c673 if (iface->num_sta_seen >= iface->conf->track_sta_max_num) { in sta_track_add()
751 if (hapd->iconf->track_sta_max_num) in handle_probe_req()
Dieee802_11.c4500 if (hapd->iconf->track_sta_max_num) in ieee802_11_mgmt()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c4214 conf->track_sta_max_num = atoi(pos); in hostapd_config_fill()