Searched refs:ap_sta_disassoc_cb_timeout (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c45 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx);
718 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx) function
752 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
755 ap_sta_disassoc_cb_timeout, hapd, sta);
1248 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
1249 ap_sta_disassoc_cb_timeout(hapd, sta);
1261 if (eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta) > 0)
1263 "%s: Removed ap_sta_disassoc_cb_timeout timeout for "
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c45 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx);
718 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx) function
752 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
755 ap_sta_disassoc_cb_timeout, hapd, sta);
1248 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
1249 ap_sta_disassoc_cb_timeout(hapd, sta);
1261 if (eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta) > 0)
1263 "%s: Removed ap_sta_disassoc_cb_timeout timeout for "
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c45 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx);
718 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx) function
752 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
755 ap_sta_disassoc_cb_timeout, hapd, sta);
1248 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
1249 ap_sta_disassoc_cb_timeout(hapd, sta);
1261 if (eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta) > 0)
1263 "%s: Removed ap_sta_disassoc_cb_timeout timeout for "

Completed in 125 milliseconds