Searched refs:track_sta_max_age (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_config.h896 unsigned int track_sta_max_age; member in struct:hostapd_config
H A Dap_config.c230 conf->track_sta_max_age = 180;
H A Dbeacon.c626 iface->conf->track_sta_max_age))
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c4252 } else if (os_strcmp(buf, "track_sta_max_age") == 0) {
4253 conf->track_sta_max_age = atoi(pos);

Completed in 124 milliseconds