Home
last modified time | relevance | path

Searched refs:wpa_ptk_rekey (Results 1 – 15 of 15) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h566 int wpa_ptk_rekey; member
Dwpa_supplicant.conf1716 wpa_ptk_rekey=600
Dwpas_glue.c1463 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
Dconfig_file.c825 INT(wpa_ptk_rekey); in wpa_config_write_network()
Dconfig.c2557 { INT(wpa_ptk_rekey) },
DChangeLog1309 * added a new network configuration option, wpa_ptk_rekey, that can be
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h70 int wpa_ptk_rekey; member
Dwpa.h128 int wpa_ptk_rekey; member
Dwpa.c969 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk()
971 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk()
3197 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config()
3219 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h180 int wpa_ptk_rekey; member
Dap_config.h373 int wpa_ptk_rekey; member
Dwpa_auth_glue.c52 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.c374 if (sm && sm->wpa_auth->conf.wpa_ptk_rekey) { in wpa_auth_set_ptk_rekey_timer()
377 sm->wpa_auth->conf.wpa_ptk_rekey); in wpa_auth_set_ptk_rekey_timer()
379 eloop_register_timeout(sm->wpa_auth->conf.wpa_ptk_rekey, 0, in wpa_auth_set_ptk_rekey_timer()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2874 bss->wpa_ptk_rekey = atoi(pos);
DChangeLog745 * added a new configuration option, wpa_ptk_rekey, that can be used to