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.c41 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.h134 int wpa_gmk_rekey; member
Dap_config.h302 int wpa_gmk_rekey; member
Dwpa_auth.c261 if (wpa_auth->conf.wpa_gmk_rekey) { in wpa_rekey_gmk()
262 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0, in wpa_rekey_gmk()
457 if (wpa_auth->conf.wpa_gmk_rekey) { in wpa_init()
458 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0, in wpa_init()
Dap_config.c55 bss->wpa_gmk_rekey = 86400; in hostapd_config_defaults_bss()
/external/wpa_supplicant_8/hostapd/
DREADME352 #wpa_gmk_rekey=86400
Dconfig_file.c2365 bss->wpa_gmk_rekey = atoi(pos); in hostapd_config_fill()
DChangeLog1003 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,