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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h369 int wpa_group_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h175 int wpa_group_rekey; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c45 wconf->wpa_group_rekey = conf->wpa_group_rekey;
H A Dap_config.c64 bss->wpa_group_rekey = 600;
1302 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ?
H A Dwpa_auth.c305 if (wpa_auth->conf.wpa_group_rekey) {
306 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
497 if (wpa_auth->conf.wpa_group_rekey) {
498 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dap.c491 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) &&
500 bss->wpa_group_rekey = 86400;
H A Dmesh_rsn.c165 conf.wpa_group_rekey = -1;
H A Dibss_rsn.c436 conf.wpa_group_rekey = ssid->group_rekey ? ssid->group_rekey : 600;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2873 } else if (os_strcmp(buf, "wpa_group_rekey") == 0) {
2874 bss->wpa_group_rekey = atoi(pos);

Completed in 284 milliseconds