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 197 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
252 * ap_handle_timer - Per STA timer handler
259 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) function
323 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,
356 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
372 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
459 ap_handle_timer, hapd, sta);
531 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
533 ap_handle_timer, hapd, sta);
564 eloop_cancel_timeout(ap_handle_timer, hapd, sta)
    [all...]
sta_info.h 142 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
ieee802_11.c     [all...]

Completed in 124 milliseconds