Home
last modified time | relevance | path

Searched refs:sae_anti_clogging_threshold (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_11.c198 if (hapd->conf->sae_anti_clogging_threshold == 0) { in use_sae_anti_clogging()
208 if (open >= hapd->conf->sae_anti_clogging_threshold) { in use_sae_anti_clogging()
217 hapd->conf->sae_anti_clogging_threshold) { in use_sae_anti_clogging()
Dap_config.h303 unsigned int sae_anti_clogging_threshold; member
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c120 hapd->conf->sae_anti_clogging_threshold = SAE_ANTI_CLOGGING_THRESHOLD; in hostap_init()