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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h388 int rkh_pull_timeout; /* ms */ member in struct:hostapd_bss_config
H A Dwpa_auth.h208 int rkh_pull_timeout; /* ms */ member in struct:wpa_auth_config
H A Dwpa_auth_glue.c91 wconf->rkh_pull_timeout = conf->rkh_pull_timeout;
H A Dap_config.c108 bss->rkh_pull_timeout = 1000;
H A Dwpa_auth_ft.c1969 r0kh_timeout = sm->wpa_auth->conf.rkh_pull_timeout / 1000 +
2036 tsecs = sm->wpa_auth->conf.rkh_pull_timeout / 1000;
2037 tusecs = (sm->wpa_auth->conf.rkh_pull_timeout % 1000) * 1000;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3032 } else if (os_strcmp(buf, "rkh_pull_timeout") == 0) {
3033 bss->rkh_pull_timeout = atoi(pos);

Completed in 202 milliseconds