|
@@ -1014,6 +1014,16 @@ sme_modify_roam_cand_sel_criteria(mac_handle_t mac_handle,
|
|
|
*/
|
|
|
QDF_STATUS sme_roam_control_restore_default_config(mac_handle_t mac_handle,
|
|
|
uint8_t vdev_id);
|
|
|
+
|
|
|
+/**
|
|
|
+ * sme_roam_reset_configs() - API to reset roam config
|
|
|
+ * @mac_handle: Opaque handle to the global MAC context
|
|
|
+ * @vdev_id: vdev Identifier
|
|
|
+ *
|
|
|
+ * Return: void
|
|
|
+ */
|
|
|
+void sme_roam_reset_configs(mac_handle_t mac_handle, uint8_t vdev_id);
|
|
|
+
|
|
|
QDF_STATUS sme_set_neighbor_scan_min_chan_time(mac_handle_t mac_handle,
|
|
|
const uint16_t nNeighborScanMinChanTime,
|
|
|
uint8_t sessionId);
|