Searched refs:wpa_group_rekey (Results 1 – 22 of 22) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_config.c | 64 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()
|
D | wpa_auth.h | 175 int wpa_group_rekey; member
|
D | wpa_auth_glue.c | 45 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()
|
D | ap_config.h | 369 int wpa_group_rekey; member
|
D | wpa_auth.c | 311 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/ |
D | ap_config.c | 69 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()
|
D | wpa_auth.h | 177 int wpa_group_rekey; member
|
D | ap_config.h | 372 int wpa_group_rekey; member
|
D | wpa_auth_glue.c | 49 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()
|
D | wpa_auth.c | 356 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/ |
D | ap.c | 491 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()
|
D | mesh_rsn.c | 165 conf.wpa_group_rekey = -1; in __mesh_rsn_auth_init()
|
D | ibss_rsn.c | 436 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/ |
D | mesh_rsn.c | 166 conf.wpa_group_rekey = -1; in __mesh_rsn_auth_init()
|
D | ibss_rsn.c | 455 conf.wpa_group_rekey = ssid->group_rekey ? ssid->group_rekey : 600; in ibss_rsn_auth_init_group()
|
D | ap.c | 692 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/ |
D | README | 336 #wpa_group_rekey=600
|
D | ap_config_file.c | 2892 bss->wpa_group_rekey = atoi(pos); in hostapd_config_fill()
|
D | ChangeLog | 1289 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | README | 336 #wpa_group_rekey=600
|
D | ap_config_file.c | 2874 bss->wpa_group_rekey = atoi(pos);
|
D | ChangeLog | 1246 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,
|