Home
last modified time | relevance | path

Searched refs:wpa_gmk_rekey (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h180 int wpa_gmk_rekey; member
H A Dap_config.h383 int wpa_gmk_rekey; member
H A Dwpa_auth_glue.c52 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey; in hostapd_wpa_auth_conf()
H A Dap_config.c70 bss->wpa_gmk_rekey = 86400; in hostapd_config_defaults_bss()
H A Dwpa_auth.c486 if (wpa_auth->conf.wpa_gmk_rekey) { in wpa_rekey_gmk()
487 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0, in wpa_rekey_gmk()
792 if (wpa_auth->conf.wpa_gmk_rekey) {
793 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
/freebsd/contrib/wpa/hostapd/
H A DREADME340 #wpa_gmk_rekey=86400
H A Dconfig_file.c3082 bss->wpa_gmk_rekey = atoi(pos); in hostapd_config_fill()
H A DChangeLog1326 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,