summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Jeon <dennis.jeon@broadcom.corp-partner.google.com>2023-06-14 17:42:44 +0900
committerPaul Chen <chenpaul@google.com>2023-07-05 05:22:20 +0000
commitb1d1bde00564e0686ca752e626ed50ff2ee39fa4 (patch)
tree778e50ac82e8a707204c742179b3289efc38bd17
parente692b2cf74ceec72a1a229abfe96c7255b7b2ba9 (diff)
downloadbcm4389-b1d1bde00564e0686ca752e626ed50ff2ee39fa4.tar.gz
bcmdhd: Updating new NAN HAL capabilities
Sync with NanCapabilities structure in legacy HAL Bug: 283901339 Test: basic test done Change-Id: Ie17ff4b571cc6ee9ff6f23234c312ad5c84930a0 Signed-off-by: Dennis Jeon <dennis.jeon@broadcom.corp-partner.google.com>
-rw-r--r--wl_cfgnan.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/wl_cfgnan.h b/wl_cfgnan.h
index 73cf76f..6582d42 100644
--- a/wl_cfgnan.h
+++ b/wl_cfgnan.h
@@ -657,6 +657,11 @@ typedef struct nan_hal_capabilities {
uint32 max_subscribe_address;
uint32 ndpe_attr_supported;
bool is_instant_mode_supported;
+ bool is_6g_supported;
+ bool is_he_supported;
+ bool is_pairing_supported;
+ bool is_set_cluster_id_supported;
+ bool is_suspension_supported;
} nan_hal_capabilities_t;
typedef struct _nan_hal_resp {