|
@@ -1369,4 +1369,13 @@ struct wma_beacon_interval_reset_req {
|
|
|
*/
|
|
|
int wma_fill_beacon_interval_reset_req(tp_wma_handle wma, uint8_t vdev_id,
|
|
|
uint16_t beacon_interval, uint32_t timeout);
|
|
|
+/*
|
|
|
+ * wma_is_vdev_valid() - check the vdev status
|
|
|
+ * @vdev_id: vdev identifier
|
|
|
+ *
|
|
|
+ * This function verifies the vdev validity
|
|
|
+ *
|
|
|
+ * Return: 'true' on valid vdev else 'false'
|
|
|
+ */
|
|
|
+bool wma_is_vdev_valid(uint32_t vdev_id);
|
|
|
#endif
|