Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.c64 bss->wpa_group_rekey = 600; in hostapd_config_defaults_bss()
1302 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ? in hostapd_set_security_params()
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()
Dap_config.h369 int wpa_group_rekey; member
Dwpa_auth.c311 if (wpa_auth->conf.wpa_group_rekey) { in wpa_rekey_gtk()
312 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, in wpa_rekey_gtk()
503 if (wpa_auth->conf.wpa_group_rekey) { in wpa_init()
504 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0, in wpa_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.c69 bss->wpa_group_rekey = 600; in hostapd_config_defaults_bss()
1532 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ? in hostapd_set_security_params()
Dwpa_auth.h177 int wpa_group_rekey; member
Dap_config.h372 int wpa_group_rekey; member
Dwpa_auth_glue.c49 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.c356 if (wpa_auth->conf.wpa_group_rekey) { in wpa_rekey_gtk()
357 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, in wpa_rekey_gtk()
547 if (wpa_auth->conf.wpa_group_rekey) { in wpa_init()
548 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0, in wpa_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dap.c491 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) && in wpa_supplicant_conf_ap()
500 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c692 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) && in wpa_supplicant_conf_ap()
701 bss->wpa_group_rekey = 86400; in wpa_supplicant_conf_ap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DREADME336 #wpa_group_rekey=600
Dap_config_file.c2892 bss->wpa_group_rekey = atoi(pos); in hostapd_config_fill()
DChangeLog1289 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DREADME336 #wpa_group_rekey=600
Dap_config_file.c2874 bss->wpa_group_rekey = atoi(pos);
DChangeLog1246 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,