Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h661 unsigned int anti_clogging_threshold; member
H A Dap_config.c124 bss->anti_clogging_threshold = 5; in hostapd_config_defaults_bss()
H A Dieee802_11.c700 if (hapd->conf->anti_clogging_threshold == 0) in use_anti_clogging()
714 if (open >= hapd->conf->anti_clogging_threshold) in use_anti_clogging()
723 hapd->conf->anti_clogging_threshold) in use_anti_clogging()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4317 bss->anti_clogging_threshold = atoi(pos); in hostapd_config_fill()