HomeSort by relevance Sort by last modified time
    Searched defs:wpa_sm_rekey_ptk (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.c 504 static void wpa_sm_rekey_ptk(void *eloop_ctx, void *timeout_ctx) function
559 eloop_cancel_timeout(wpa_sm_rekey_ptk, sm, NULL);
560 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk,
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 498 static void wpa_sm_rekey_ptk(void *eloop_ctx, void *timeout_ctx) function
556 eloop_cancel_timeout(wpa_sm_rekey_ptk, sm, NULL);
557 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk,
    [all...]

Completed in 15 milliseconds