Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth.h177 int wpa_gmk_rekey; member
H A Dwpa_auth_glue.c47 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey; in hostapd_wpa_auth_conf()
H A Dap_config.h372 int wpa_gmk_rekey; member
H A Dwpa_auth.c277 if (wpa_auth->conf.wpa_gmk_rekey) { in wpa_rekey_gmk()
278 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0, in wpa_rekey_gmk()
492 if (wpa_auth->conf.wpa_gmk_rekey) { in wpa_init()
493 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0, in wpa_init()
H A Dap_config.c65 bss->wpa_gmk_rekey = 86400; in hostapd_config_defaults_bss()