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.c37 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx);
200 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
513 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx) function
539 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
542 ap_sta_disassoc_cb_timeout, hapd, sta);
884 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
885 ap_sta_disassoc_cb_timeout(hapd, sta);
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c37 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx);
200 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
513 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx) function
539 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
542 ap_sta_disassoc_cb_timeout, hapd, sta);
884 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
885 ap_sta_disassoc_cb_timeout(hapd, sta);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c37 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx);
200 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
513 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx) function
539 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
542 ap_sta_disassoc_cb_timeout, hapd, sta);
884 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
885 ap_sta_disassoc_cb_timeout(hapd, sta);

Completed in 22 milliseconds