|
@@ -432,6 +432,15 @@ QDF_STATUS sme_hdd_ready_ind(mac_handle_t mac_handle);
|
|
QDF_STATUS sme_ser_cmd_callback(void *buf,
|
|
QDF_STATUS sme_ser_cmd_callback(void *buf,
|
|
enum wlan_serialization_cb_reason reason);
|
|
enum wlan_serialization_cb_reason reason);
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * sme_purge_pdev_all_ser_cmd_list() - purge all scan and non-scan
|
|
|
|
+ * active and pending cmds for pdev
|
|
|
|
+ * @mac_handle: pointer to global MAC context
|
|
|
|
+ *
|
|
|
|
+ * Return : none
|
|
|
|
+ */
|
|
|
|
+void sme_purge_pdev_all_ser_cmd_list(mac_handle_t mac_handle);
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* sme_process_msg() - The main message processor for SME.
|
|
* sme_process_msg() - The main message processor for SME.
|
|
* @mac: The global mac context
|
|
* @mac: The global mac context
|