Home
last modified time | relevance | path

Searched refs:wpa_group_rekey (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_config.c62 bss->wpa_group_rekey = 600; in hostapd_config_defaults_bss()
1175 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ? in hostapd_set_security_params()
Dap_config.h355 int wpa_group_rekey; member
Dwpa_auth.h175 int wpa_group_rekey; member
Dwpa_auth_glue.c45 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.c305 if (wpa_auth->conf.wpa_group_rekey) { in wpa_rekey_gtk()
306 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, in wpa_rekey_gtk()
484 if (wpa_auth->conf.wpa_group_rekey) { in wpa_init()
485 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0, in wpa_init()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c486 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) && in wpa_supplicant_conf_ap()
495 bss->wpa_group_rekey = 86400; in wpa_supplicant_conf_ap()
Dmesh_rsn.c165 conf.wpa_group_rekey = -1; in __mesh_rsn_auth_init()
Dibss_rsn.c436 conf.wpa_group_rekey = ssid->group_rekey ? ssid->group_rekey : 600; in ibss_rsn_auth_init_group()
/external/wpa_supplicant_8/hostapd/
DREADME336 #wpa_group_rekey=600
Dconfig_file.c2853 bss->wpa_group_rekey = atoi(pos); in hostapd_config_fill()
DChangeLog1167 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,