Searched refs:wpa_rekey_gtk (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 333 static void wpa_rekey_gtk(void *eloop_ctx, void *timeout_ctx) in wpa_rekey_gtk() function 356 0, wpa_rekey_gtk, wpa_auth, NULL); in wpa_rekey_gtk() 547 wpa_rekey_gtk, wpa_auth, NULL); in wpa_init() 589 eloop_cancel_timeout(wpa_rekey_gtk, wpa_auth, NULL); in wpa_deinit() 780 if (eloop_deplete_timeout(0, 500000, wpa_rekey_gtk, in wpa_auth_sta_deinit() 782 eloop_register_timeout(0, 500000, wpa_rekey_gtk, in wpa_auth_sta_deinit() 1374 eloop_cancel_timeout(wpa_rekey_gtk, wpa_auth, NULL); in wpa_receive() 1375 wpa_rekey_gtk(wpa_auth, NULL); in wpa_receive() 5636 eloop_cancel_timeout(wpa_rekey_gtk, wpa_auth, NULL); in wpa_auth_rekey_gtk() 5637 return eloop_register_timeout(0, 0, wpa_rekey_gtk, wpa_auth, NULL); in wpa_auth_rekey_gtk()
|