Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A 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()
H A Dwpa_auth.h175 int wpa_group_rekey; member
H A Dwpa_auth_glue.c45 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()
H A Dap_config.h369 int wpa_group_rekey; member
H A Dwpa_auth.c305 if (wpa_auth->conf.wpa_group_rekey) { in wpa_rekey_gtk()
306 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, in wpa_rekey_gtk()
497 if (wpa_auth->conf.wpa_group_rekey) { in wpa_init()
498 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0, in wpa_init()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A 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()
H A Dmesh_rsn.c165 conf.wpa_group_rekey = -1; in __mesh_rsn_auth_init()
H A Dibss_rsn.c436 conf.wpa_group_rekey = ssid->group_rekey ? ssid->group_rekey : 600; in ibss_rsn_auth_init_group()
/netbsd/external/bsd/wpa/dist/hostapd/
H A DREADME336 #wpa_group_rekey=600
H A Dconfig_file.c2874 bss->wpa_group_rekey = atoi(pos);
H A DChangeLog1246 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,