summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSherri Lin <sherrilin@google.com>2023-01-09 19:04:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-01-09 19:04:11 +0000
commit8bb933d584df7208dd93e28f91ad1bf3b8bec44f (patch)
tree51ac5854ba63ec387500fc193af1ec4ddd50067c
parent38ea4fc71787d10e4ce26aee788b90885524162e (diff)
parent267d9197b8a97de4dfb9a435b565ab4bec6ae42e (diff)
downloadlibhardware_legacy-8bb933d584df7208dd93e28f91ad1bf3b8bec44f.tar.gz
Merge "[Aware] Add paramters in NanConfigRequest to support setting cluster id"
-rw-r--r--include/hardware_legacy/wifi_nan.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/hardware_legacy/wifi_nan.h b/include/hardware_legacy/wifi_nan.h
index bceb717..35feebd 100644
--- a/include/hardware_legacy/wifi_nan.h
+++ b/include/hardware_legacy/wifi_nan.h
@@ -445,6 +445,7 @@ typedef struct {
bool is_6g_supported;
bool is_he_supported;
bool is_pairing_supported;
+ bool is_set_cluster_id_supported;
} NanCapabilities;
/*
@@ -1656,6 +1657,11 @@ typedef struct {
*/
u8 config_instant_mode_channel;
wifi_channel instant_mode_channel;
+ /*
+ Config cluster ID with the cluster ID selected over NFC/OOB method.
+ */
+ u8 config_cluster_id;
+ u16 cluster_id_val; // default value 0x0
} NanConfigRequest;
/*