Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c603 static void wpa_sm_rekey_ptk(void *eloop_ctx, void *timeout_ctx) in wpa_sm_rekey_ptk() function
665 eloop_cancel_timeout(wpa_sm_rekey_ptk, sm, NULL); in wpa_supplicant_install_ptk()
666 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk()
2283 eloop_cancel_timeout(wpa_sm_rekey_ptk, sm, NULL); in wpa_sm_deinit()
2372 eloop_cancel_timeout(wpa_sm_rekey_ptk, sm, NULL); in wpa_sm_notify_disassoc()