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

/freebsd-10-stable/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c37 wconf->wpa_group_rekey = conf->wpa_group_rekey;
H A Dap_config.h265 int wpa_group_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h130 int wpa_group_rekey; member in struct:wpa_auth_config
H A Dap_config.c54 bss->wpa_group_rekey = 600;
H A Dwpa_auth.c248 if (wpa_auth->conf.wpa_group_rekey) {
249 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
417 if (wpa_auth->conf.wpa_group_rekey) {
418 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c379 conf.wpa_group_rekey = 600;
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2121 } else if (os_strcmp(buf, "wpa_group_rekey") == 0) {
2122 bss->wpa_group_rekey = atoi(pos);

Completed in 76 milliseconds