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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.h216 int wpa_group_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth_glue.c47 wconf->wpa_group_rekey = conf->wpa_group_rekey;
H A Dwpa_auth.h136 int wpa_group_rekey; member in struct:wpa_auth_config
H A Dap_config.c60 bss->wpa_group_rekey = 600;
H A Dwpa_auth.c246 if (wpa_auth->conf.wpa_group_rekey) {
247 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
399 if (wpa_auth->conf.wpa_group_rekey) {
400 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1520 } else if (os_strcmp(buf, "wpa_group_rekey") == 0) {
1521 bss->wpa_group_rekey = atoi(pos);

Completed in 122 milliseconds