Searched refs:bss_load_update_period (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dbss_load.c22 unsigned int update_period = hapd->conf->bss_load_update_period;
66 hapd->conf->bss_load_update_period;
72 hapd->conf->bss_load_update_period);
H A Dap_config.h285 unsigned int bss_load_update_period; member in struct:hostapd_bss_config
H A Dbeacon.c74 if (hapd->conf->bss_load_update_period) {
H A Dhostapd.c1322 if (conf->bss_load_update_period && bss_load_update_init(hapd)) {
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3193 } else if (os_strcmp(buf, "bss_load_update_period") == 0) {
3198 "Line %d: invalid bss_load_update_period %d",
3202 bss->bss_load_update_period = val;

Completed in 117 milliseconds