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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c41 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx);
236 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
645 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx) function
676 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
679 ap_sta_disassoc_cb_timeout, hapd, sta);
1060 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
1061 ap_sta_disassoc_cb_timeout(hapd, sta);
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c41 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx);
236 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
645 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx) function
676 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
679 ap_sta_disassoc_cb_timeout, hapd, sta);
1060 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
1061 ap_sta_disassoc_cb_timeout(hapd, sta);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c41 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx);
236 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
645 static void ap_sta_disassoc_cb_timeout(void *eloop_ctx, void *timeout_ctx) function
676 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
679 ap_sta_disassoc_cb_timeout, hapd, sta);
1060 eloop_cancel_timeout(ap_sta_disassoc_cb_timeout, hapd, sta);
1061 ap_sta_disassoc_cb_timeout(hapd, sta);

Completed in 89 milliseconds