Searched refs:rkh_pull_retries (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h389 int rkh_pull_retries; member in struct:hostapd_bss_config
H A Dwpa_auth.h209 int rkh_pull_retries; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c92 wconf->rkh_pull_retries = conf->rkh_pull_retries;
H A Dap_config.c109 bss->rkh_pull_retries = 4;
H A Dwpa_auth_ft.c1962 sm->wpa_auth->conf.rkh_pull_retries;
3093 sm->ft_pending_pull_left_retries = sm->wpa_auth->conf.rkh_pull_retries;
3436 sm->ft_pending_pull_left_retries = sm->wpa_auth->conf.rkh_pull_retries;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3034 } else if (os_strcmp(buf, "rkh_pull_retries") == 0) {
3035 bss->rkh_pull_retries = atoi(pos);

Completed in 132 milliseconds