Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h538 unsigned int sae_anti_clogging_threshold; member
Dap_config.c94 bss->sae_anti_clogging_threshold = 5; in hostapd_config_defaults_bss()
Dieee802_11.c409 if (hapd->conf->sae_anti_clogging_threshold == 0) in use_sae_anti_clogging()
419 if (open >= hapd->conf->sae_anti_clogging_threshold) in use_sae_anti_clogging()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3291 bss->sae_anti_clogging_threshold = atoi(pos); in hostapd_config_fill()