Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h179 int wpa_gmk_rekey; member
Dwpa_auth_glue.c52 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey; in hostapd_wpa_auth_conf()
Dap_config.h382 int wpa_gmk_rekey; member
Dwpa_auth.c356 if (wpa_auth->conf.wpa_gmk_rekey) { in wpa_rekey_gmk()
357 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0, in wpa_rekey_gmk()
572 if (wpa_auth->conf.wpa_gmk_rekey) { in wpa_init()
573 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0, in wpa_init()
Dap_config.c70 bss->wpa_gmk_rekey = 86400; in hostapd_config_defaults_bss()
/external/wpa_supplicant_8/hostapd/
DREADME340 #wpa_gmk_rekey=86400
Dconfig_file.c2865 bss->wpa_gmk_rekey = atoi(pos); in hostapd_config_fill()
DChangeLog1289 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,