qcacld-3.0: NAN component updates for SAP concurrency
Add NAN+SAP concurrency related changes to NAN component. This handles NAN discovery and SAP SCC design constraint. Change-Id: Ief0d6735d9f011eb3bac22d813b2d2ef41f3fe7c CRs-fixed: 2431539
This commit is contained in:
@@ -246,6 +246,16 @@ bool ucfg_is_nan_dbs_supported(struct wlan_objmgr_psoc *psoc);
|
||||
*/
|
||||
bool ucfg_is_ndi_dbs_supported(struct wlan_objmgr_psoc *psoc);
|
||||
|
||||
/**
|
||||
* ucfg_is_nan_dbs_supported() - ucfg API to query NAN SAP support
|
||||
* @psoc: pointer to psoc object
|
||||
*
|
||||
* This function returns NAN SAP support status
|
||||
*
|
||||
* Return: True if NAN SAP is supported, False otherwise
|
||||
*/
|
||||
bool ucfg_is_nan_sap_supported(struct wlan_objmgr_psoc *psoc);
|
||||
|
||||
/**
|
||||
* ucfg_is_nan_enable_allowed() - ucfg API to query if NAN Discovery is
|
||||
* allowed
|
||||
|
Reference in New Issue
Block a user