qcacld-3.0: Add ini for STA + Monitor mode

Add new ini "monitor_mode_concurrency" to support this feature
and introduce policy manager api's for concurrency checks.

Change-Id: I35ee1fece0a6f9ae8fe340b0598c4a3e20b17e82
CRs-Fixed: 2814523
This commit is contained in:
Amruta Kulkarni
2020-11-12 14:54:01 -08:00
committed by snandini
parent 65fe69ff37
commit 3d08c46bea
11 changed files with 200 additions and 3 deletions

View File

@@ -645,6 +645,9 @@ QDF_STATUS ucfg_nan_discovery_req(void *in_req, uint32_t req_type)
return QDF_STATUS_E_INVAL;
}
if (policy_mgr_is_sta_mon_concurrency(psoc))
return QDF_STATUS_E_INVAL;
/*
* Take a psoc reference while it is being used by the
* NAN requests.