qcacld-3.0: Set OCV flag in wiphy ext feature
Host checks if firmware advertises Operating channel validation(OCV) support bit in service ready then updates OCV flag in wiphy ext feature. Change-Id: I92f872a07e6f7142e602e6a9e5f5edcecc0aab0b CRs-Fixed: 2880821
This commit is contained in:

committed by
snandini

parent
6ca464369f
commit
e546874794
@@ -836,6 +836,16 @@ QDF_STATUS wlan_mlme_get_oce_sta_enabled_info(struct wlan_objmgr_psoc *psoc,
|
||||
QDF_STATUS wlan_mlme_get_bigtk_support(struct wlan_objmgr_psoc *psoc,
|
||||
bool *value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_ocv_support() - Get the OCV support
|
||||
* @psoc: pointer to psoc object
|
||||
* @value: pointer to the value which will be filled for the caller
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
QDF_STATUS wlan_mlme_get_ocv_support(struct wlan_objmgr_psoc *psoc,
|
||||
bool *value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_host_scan_abort_support() - Get support for stop all host
|
||||
* scans service capability.
|
||||
|
Reference in New Issue
Block a user