Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h69 int wpa_ptk_rekey; member
Dwpa.c809 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk()
811 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk()
2353 sm->wpa_ptk_rekey = 0; in wpa_set_bss()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dap_config.h219 int wpa_ptk_rekey; member
Dwpa_auth.h135 int wpa_ptk_rekey; member
Dwpa_auth.c1969 if (sm->wpa_auth->conf.wpa_ptk_rekey) { in SM_STATE()
1972 wpa_ptk_rekey, 0, wpa_rekey_ptk, in SM_STATE()