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_glue.c42 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.h145 int wpa_gmk_rekey; member
Dap_config.h320 int wpa_gmk_rekey; member
Dwpa_auth.c262 if (wpa_auth->conf.wpa_gmk_rekey) { in wpa_rekey_gmk()
263 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0, in wpa_rekey_gmk()
458 if (wpa_auth->conf.wpa_gmk_rekey) { in wpa_init()
459 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0, in wpa_init()
Dap_config.c57 bss->wpa_gmk_rekey = 86400; in hostapd_config_defaults_bss()
/external/wpa_supplicant_8/hostapd/
DREADME352 #wpa_gmk_rekey=86400
Dconfig_file.c2437 bss->wpa_gmk_rekey = atoi(pos); in hostapd_config_fill()
DChangeLog1039 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,