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/
Dwpa_auth_glue.c40 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.h143 int wpa_group_rekey; member
Dap_config.h318 int wpa_group_rekey; member
Dwpa_auth.c290 if (wpa_auth->conf.wpa_group_rekey) { in wpa_rekey_gtk()
291 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, in wpa_rekey_gtk()
463 if (wpa_auth->conf.wpa_group_rekey) { in wpa_init()
464 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0, in wpa_init()
Dap_config.c56 bss->wpa_group_rekey = 600; in hostapd_config_defaults_bss()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c154 conf.wpa_group_rekey = -1; in __mesh_rsn_auth_init()
Dap.c381 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) && in wpa_supplicant_conf_ap()
390 bss->wpa_group_rekey = 86400; in wpa_supplicant_conf_ap()
Dibss_rsn.c421 conf.wpa_group_rekey = 600; in ibss_rsn_auth_init_group()
/external/wpa_supplicant_8/hostapd/
DREADME348 #wpa_group_rekey=600
Dconfig_file.c2433 bss->wpa_group_rekey = atoi(pos); in hostapd_config_fill()
DChangeLog1039 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,