qcacld-3.0: Get the firmware capability NAN_VDEV_SUPPORT
Firmware advertises service capability bit NAN_VDEV_SUPPORT for separate NAN vdev creation. This capability can be used to create separate interface for NAN discovery and process corresponding commands from userspace. Change-Id: I45573c94ee2d966afc1e207c9eefc146ff43320f CRs-Fixed: 2592019
This commit is contained in:
@@ -791,6 +791,7 @@ struct wlan_nan_rx_ops {
|
||||
* @ndi_dbs_supported: Target supports NAN Datapath with DBS
|
||||
* @nan_sap_supported: Target supports NAN Discovery with SAP concurrency
|
||||
* @ndi_sap_supported: Target supports NAN Datapth with SAP concurrency
|
||||
* @nan_vdev_allowed: Allow separate vdev creation for NAN discovery
|
||||
*/
|
||||
struct nan_tgt_caps {
|
||||
uint32_t nan_disable_supported:1;
|
||||
@@ -798,6 +799,7 @@ struct nan_tgt_caps {
|
||||
uint32_t ndi_dbs_supported:1;
|
||||
uint32_t nan_sap_supported:1;
|
||||
uint32_t ndi_sap_supported:1;
|
||||
uint32_t nan_vdev_allowed:1;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user