qcacld-3.0: Refine API wlansap_start_beacon_req()

See change "qcacld-3.0: Refine API wlansap_open()" for the API history.
Update wlansap_start_beacon_req() to use the true struct pointer type.

Change-Id: I92bb5538425b7f9c8d366854e59bdb57eb8c19aa
CRs-Fixed: 2116267
Esse commit está contido em:
Jeff Johnson
2017-09-25 19:21:33 -07:00
commit de snandini
commit 3abdd24af4
2 arquivos alterados com 22 adições e 35 exclusões

Ver arquivo

@@ -1246,7 +1246,23 @@ QDF_STATUS wlansap_de_register_mgmt_frame(struct sap_context *pSapCtx,
QDF_STATUS wlansap_channel_change_request(void *p_cds_gctx,
uint8_t tArgetChannel);
QDF_STATUS wlansap_start_beacon_req(void *pSapCtx);
/**
* wlansap_start_beacon_req() - Send Start Beaconing Request
* @sap_ctx: Pointer to the SAP context
*
* This API is used to send an Indication to SME/PE to start
* beaconing on the current operating channel.
*
* When SAP is started on DFS channel and when ADD BSS RESP is received
* LIM temporarily holds off Beaconing for SAP to do CAC WAIT. When
* CAC WAIT is done SAP resumes the Beacon Tx by sending a start beacon
* request to LIM.
*
* Return: The QDF_STATUS code associated with performing the operation
* QDF_STATUS_SUCCESS: Success
*/
QDF_STATUS wlansap_start_beacon_req(struct sap_context *sap_ctx);
/**
* wlansap_dfs_send_csa_ie_request() - Send CSA IE