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.h599 int wpa_ptk_rekey; member
Dwpa_supplicant.conf1720 wpa_ptk_rekey=600
Dwpas_glue.c1463 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
Dconfig_file.c877 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.c987 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk()
989 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk()
3270 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config()
3292 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/
Dap_config.h376 int wpa_ptk_rekey; member
Dwpa_auth.h180 int wpa_ptk_rekey; member
Dwpa_auth_glue.c54 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.c379 if (sm && sm->wpa_auth->conf.wpa_ptk_rekey) { in wpa_auth_set_ptk_rekey_timer()
382 sm->wpa_auth->conf.wpa_ptk_rekey); in wpa_auth_set_ptk_rekey_timer()
384 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.c2984 bss->wpa_ptk_rekey = atoi(pos); in hostapd_config_fill()

12