Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h218 int wpa_group_rekey; member
Dwpa_auth_glue.c41 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.h136 int wpa_group_rekey; member
Dwpa_auth.c251 if (wpa_auth->conf.wpa_group_rekey) { in wpa_rekey_gtk()
252 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, in wpa_rekey_gtk()
438 if (wpa_auth->conf.wpa_group_rekey) { in wpa_init()
439 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0, in wpa_init()
Dap_config.c60 bss->wpa_group_rekey = 600; in hostapd_config_defaults_bss()
/external/wpa_supplicant_8/wpa_supplicant/
Dibss_rsn.c326 conf.wpa_group_rekey = 600; in ibss_rsn_auth_init_group()
/external/wpa_supplicant_8/hostapd/
DREADME369 #wpa_group_rekey=600
Dconfig_file.c1553 bss->wpa_group_rekey = atoi(pos); in hostapd_config_read()
DChangeLog615 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,