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

  /external/wpa_supplicant_8/src/ap/
sta_info.c 224 wpa_printf(MSG_DEBUG, "%s: cancel ap_handle_timer for " MACSTR,
226 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
298 * ap_handle_timer - Per STA timer handler
305 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) function
379 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
382 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,
417 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
420 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
440 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
443 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
    [all...]
sta_info.h 163 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
hostapd.c     [all...]
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 693 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
696 ap_handle_timer, hapd, sta);
    [all...]

Completed in 41 milliseconds