Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_ssid.h537 int wpa_ptk_rekey; member
Dwpa_supplicant.conf1562 wpa_ptk_rekey=600
Dwpas_glue.c1277 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
Dconfig_file.c885 INT(wpa_ptk_rekey); in wpa_config_write_network()
Dconfig.c2337 { INT(wpa_ptk_rekey) },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_ssid.h575 int wpa_ptk_rekey; member
Dwpa_supplicant.conf1713 wpa_ptk_rekey=600
Dwpas_glue.c1461 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
Dconfig_file.c827 INT(wpa_ptk_rekey); in wpa_config_write_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_i.h65 int wpa_ptk_rekey; member
Dwpa.h112 int wpa_ptk_rekey; member
Dwpa.c842 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk()
844 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk()
2934 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config()
2953 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_i.h70 int wpa_ptk_rekey; member
Dwpa.h131 int wpa_ptk_rekey; member
Dwpa.c972 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk()
974 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk()
3222 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config()
3244 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth.h178 int wpa_ptk_rekey; member
Dwpa_auth_glue.c48 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
Dap_config.h373 int wpa_ptk_rekey; member
Dwpa_auth.c331 if (sm && sm->wpa_auth->conf.wpa_ptk_rekey) { in wpa_auth_set_ptk_rekey_timer()
334 sm->wpa_auth->conf.wpa_ptk_rekey); in wpa_auth_set_ptk_rekey_timer()
336 eloop_register_timeout(sm->wpa_auth->conf.wpa_ptk_rekey, 0, in wpa_auth_set_ptk_rekey_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth.h180 int wpa_ptk_rekey; member
Dap_config.h376 int wpa_ptk_rekey; member
Dwpa_auth_glue.c52 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.c376 if (sm && sm->wpa_auth->conf.wpa_ptk_rekey) { in wpa_auth_set_ptk_rekey_timer()
379 sm->wpa_auth->conf.wpa_ptk_rekey); in wpa_auth_set_ptk_rekey_timer()
381 eloop_register_timeout(sm->wpa_auth->conf.wpa_ptk_rekey, 0, in wpa_auth_set_ptk_rekey_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c2881 bss->wpa_ptk_rekey = atoi(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c2899 bss->wpa_ptk_rekey = atoi(pos); in hostapd_config_fill()

12