qcacld-3.0: Add ini support to enable NAN on indoor channels
Currently there is no support to enable NAN on indoor channels, as per the new requirement add an ini support to enable NAN on indoor channels. Change-Id: Ia3acbc133cab4865d8ad69992e893be91439f50f CRs-Fixed: 2943668
This commit is contained in:

committed by
Madan Koyyalamudi

parent
9eb4979aac
commit
cc3c67977d
@@ -2036,6 +2036,17 @@ wlan_mlme_get_srd_master_mode_for_vdev(struct wlan_objmgr_psoc *psoc,
|
||||
enum QDF_OPMODE vdev_opmode,
|
||||
bool *value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_indoor_support_for_nan - Get indoor channel support for NAN
|
||||
* @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_indoor_support_for_nan(struct wlan_objmgr_psoc *psoc,
|
||||
bool *value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_force_sap_enabled() - Get the value of force SAP enabled
|
||||
* @psoc: psoc context
|
||||
|
Reference in New Issue
Block a user