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.h456 int wpa_ptk_rekey; member
Dwpa_supplicant.conf1176 wpa_ptk_rekey=600
Dwpas_glue.c1110 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
Dconfig_file.c781 INT(wpa_ptk_rekey); in wpa_config_write_network()
Dconfig.c1919 { INT(wpa_ptk_rekey) },
DChangeLog934 * added a new network configuration option, wpa_ptk_rekey, that can be
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c42 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.h135 int wpa_ptk_rekey; member
Dap_config.h303 int wpa_ptk_rekey; member
Dwpa_auth.c2346 if (sm->wpa_auth->conf.wpa_ptk_rekey) { in SM_STATE()
2349 wpa_ptk_rekey, 0, wpa_rekey_ptk, in SM_STATE()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h61 int wpa_ptk_rekey; member
Dwpa.h105 int wpa_ptk_rekey; member
Dwpa.c636 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk()
638 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk()
2417 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config()
2427 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2367 bss->wpa_ptk_rekey = atoi(pos); in hostapd_config_fill()
DChangeLog502 * added a new configuration option, wpa_ptk_rekey, that can be used to