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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_config.h651 unsigned int sae_anti_clogging_threshold; member in struct:hostapd_bss_config
H A Dap_config.c115 bss->sae_anti_clogging_threshold = 5;
H A Dieee802_11.c512 if (hapd->conf->sae_anti_clogging_threshold == 0)
522 if (open >= hapd->conf->sae_anti_clogging_threshold)
530 hapd->conf->sae_anti_clogging_threshold)
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c4165 } else if (os_strcmp(buf, "sae_anti_clogging_threshold") == 0) {
4166 bss->sae_anti_clogging_threshold = atoi(pos);

Completed in 176 milliseconds