HomeSort by relevance Sort by last modified time
    Searched refs:ap_handle_timer (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
sta_info.c 199 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
251 * ap_handle_timer - Per STA timer handler
258 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) function
310 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,
349 perror("ap_handle_timer: send");
372 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
387 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
474 ap_handle_timer, hapd, sta);
536 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
538 ap_handle_timer, hapd, sta)
    [all...]
sta_info.h 140 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
ieee802_11.c     [all...]

Completed in 17 milliseconds