Home
last modified time | relevance | path

Searched refs:track_sta_max_age (Results 1 – 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h896 unsigned int track_sta_max_age; member
Dap_config.c230 conf->track_sta_max_age = 180; in hostapd_config_defaults()
Dbeacon.c626 iface->conf->track_sta_max_age)) in sta_track_expire()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h978 unsigned int track_sta_max_age; member
Dap_config.c252 conf->track_sta_max_age = 180; in hostapd_config_defaults()
Dbeacon.c736 iface->conf->track_sta_max_age)) in sta_track_expire()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c4253 conf->track_sta_max_age = atoi(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4408 conf->track_sta_max_age = atoi(pos); in hostapd_config_fill()