|
@@ -469,6 +469,15 @@ wmi_stop(wmi_unified_t wmi_handle);
|
|
int
|
|
int
|
|
wmi_start(wmi_unified_t wmi_handle);
|
|
wmi_start(wmi_unified_t wmi_handle);
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * wmi_is_blocked() - generic function to check if WMI is blocked
|
|
|
|
+ * @wmi_handle: handle to WMI.
|
|
|
|
+ *
|
|
|
|
+ * @Return: true, if blocked, false if not blocked
|
|
|
|
+ */
|
|
|
|
+bool
|
|
|
|
+wmi_is_blocked(wmi_unified_t wmi_handle);
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* API to flush all the previous packets associated with the wmi endpoint
|
|
* API to flush all the previous packets associated with the wmi endpoint
|
|
*
|
|
*
|