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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h387 int rkh_neg_timeout; member in struct:hostapd_bss_config
H A Dwpa_auth.h207 int rkh_neg_timeout; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c90 wconf->rkh_neg_timeout = conf->rkh_neg_timeout;
H A Dap_config.c107 bss->rkh_neg_timeout = 60;
H A Dwpa_auth_ft.c1888 if (!wpa_auth->conf.rkh_neg_timeout)
1904 wpa_auth->conf.rkh_neg_timeout);
1909 wpa_auth->conf.rkh_neg_timeout);
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3030 } else if (os_strcmp(buf, "rkh_neg_timeout") == 0) {
3031 bss->rkh_neg_timeout = atoi(pos);

Completed in 137 milliseconds