Searched refs:wpa_group_rekey (Results 1 – 11 of 11) sorted by relevance
69 bss->wpa_group_rekey = 600; in hostapd_config_defaults_bss()1627 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ? in hostapd_set_security_params()
178 int wpa_group_rekey; member
380 int wpa_group_rekey; member
50 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()
593 if (wpa_auth->conf.wpa_group_rekey) { in wpa_rekey_gtk()594 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, in wpa_rekey_gtk()802 wpa_auth->conf.wpa_group_rekey) {804 if (wpa_auth->conf.wpa_group_rekey) {806 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
184 conf.wpa_group_rekey = -1; in __mesh_rsn_auth_init()
456 conf.wpa_group_rekey = ssid->group_rekey ? ssid->group_rekey : 600; in ibss_rsn_auth_init_group()
729 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) && in wpa_supplicant_conf_ap()738 bss->wpa_group_rekey = 86400; in wpa_supplicant_conf_ap()
336 #wpa_group_rekey=600
3077 bss->wpa_group_rekey = atoi(pos); in hostapd_config_fill()
1326 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,