|
@@ -946,8 +946,19 @@ QDF_STATUS wlan_sap_update_next_channel(struct sap_context *sap_ctx,
|
|
|
uint8_t channel,
|
|
|
enum phy_ch_width chan_bw);
|
|
|
|
|
|
-QDF_STATUS wlan_sap_set_pre_cac_status(void *ctx, bool status,
|
|
|
- tHalHandle handle);
|
|
|
+/**
|
|
|
+ * wlan_sap_set_pre_cac_status() - Set the pre cac status
|
|
|
+ * @sap_ctx: SAP context
|
|
|
+ * @status: Status of pre cac
|
|
|
+ * @handle: Global MAC handle
|
|
|
+ *
|
|
|
+ * Sets the pre cac status in the MAC context and updates the state
|
|
|
+ *
|
|
|
+ * Return: QDF_STATUS
|
|
|
+ */
|
|
|
+QDF_STATUS wlan_sap_set_pre_cac_status(struct sap_context *sap_ctx,
|
|
|
+ bool status, tHalHandle handle);
|
|
|
+
|
|
|
QDF_STATUS wlan_sap_set_chan_before_pre_cac(void *ctx,
|
|
|
uint8_t chan_before_pre_cac);
|
|
|
QDF_STATUS wlan_sap_set_pre_cac_complete_status(void *ctx, bool status);
|