Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_config.c69 bss->wpa_group_rekey = 600; in hostapd_config_defaults_bss()
1627 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ? in hostapd_set_security_params()
H A Dwpa_auth.h178 int wpa_group_rekey; member
H A Dap_config.h380 int wpa_group_rekey; member
H A Dwpa_auth_glue.c50 wconf->wpa_group_rekey = conf->wpa_group_rekey; in hostapd_wpa_auth_conf()
H A Dwpa_auth.c593 if (wpa_auth->conf.wpa_group_rekey) { in wpa_rekey_gtk()
594 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, in wpa_rekey_gtk()
802 wpa_auth->conf.wpa_group_rekey) {
804 if (wpa_auth->conf.wpa_group_rekey) {
806 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c184 conf.wpa_group_rekey = -1; in __mesh_rsn_auth_init()
H A Dibss_rsn.c456 conf.wpa_group_rekey = ssid->group_rekey ? ssid->group_rekey : 600; in ibss_rsn_auth_init_group()
H A Dap.c729 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) && in wpa_supplicant_conf_ap()
738 bss->wpa_group_rekey = 86400; in wpa_supplicant_conf_ap()
/freebsd/contrib/wpa/hostapd/
H A DREADME336 #wpa_group_rekey=600
H A Dconfig_file.c3077 bss->wpa_group_rekey = atoi(pos); in hostapd_config_fill()
H A DChangeLog1326 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,