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.h177 int wpa_group_rekey; member
Dap_config.c69 bss->wpa_group_rekey = 600; in hostapd_config_defaults_bss()
1518 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ? in hostapd_set_security_params()
Dap_config.h369 int wpa_group_rekey; member
Dwpa_auth_glue.c49 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.c354 if (wpa_auth->conf.wpa_group_rekey) { in wpa_rekey_gtk()
355 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, in wpa_rekey_gtk()
545 if (wpa_auth->conf.wpa_group_rekey) { in wpa_init()
546 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0, in wpa_init()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c166 conf.wpa_group_rekey = -1; in __mesh_rsn_auth_init()
Dibss_rsn.c455 conf.wpa_group_rekey = ssid->group_rekey ? ssid->group_rekey : 600; in ibss_rsn_auth_init_group()
Dap.c600 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) && in wpa_supplicant_conf_ap()
609 bss->wpa_group_rekey = 86400; in wpa_supplicant_conf_ap()
/external/wpa_supplicant_8/hostapd/
DREADME336 #wpa_group_rekey=600
Dconfig_file.c2867 bss->wpa_group_rekey = atoi(pos);
DChangeLog1246 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,