qcacld-3.0: Refine API wlansap_get_dfs_nol()
See change "qcacld-3.0: Refine API wlansap_open()" for the API history. Update wlansap_get_dfs_nol() to use the true struct pointer type. Change-Id: I4a430915f8e1cb5378f80e5d6cb34690e33160ea CRs-Fixed: 2116267
This commit is contained in:
@@ -1305,7 +1305,19 @@ QDF_STATUS wlansap_reset_sap_config_add_ie(tsap_Config_t *pConfig,
|
||||
void wlansap_extend_to_acs_range(tHalHandle hal, uint8_t *startChannelNum,
|
||||
uint8_t *endChannelNum, uint8_t *bandStartChannel,
|
||||
uint8_t *bandEndChannel);
|
||||
QDF_STATUS wlansap_get_dfs_nol(void *pSapCtx, uint8_t *nol, uint32_t *nol_len);
|
||||
|
||||
/**
|
||||
* wlansap_get_dfs_nol() - Get the DFS NOL
|
||||
* @sap_ctx: SAP context
|
||||
* @nol: Pointer to the NOL
|
||||
* @nol_len: Length of the NOL
|
||||
*
|
||||
* Provides the DFS NOL
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS wlansap_get_dfs_nol(struct sap_context *sap_ctx,
|
||||
uint8_t *nol, uint32_t *nol_len);
|
||||
|
||||
/**
|
||||
* wlansap_set_dfs_nol() - Set dfs nol
|
||||
|
Reference in New Issue
Block a user