From 584f074153b21619aec93d47e36d3910c04da028 Mon Sep 17 00:00:00 2001 From: Biswarup Pal Date: Mon, 9 Jan 2023 21:21:07 +0000 Subject: [PATCH] Revert "Revert "[Aware] Add paramters in NanConfigRequest to sup..." Revert submission 20917465-revert-20813956-issue-262873111-API-set-clusterId-newAPI-FRIOZCUQWG Reverted changes: /q/submissionid:20917465-revert-20813956-issue-262873111-API-set-clusterId-newAPI-FRIOZCUQWG Change-Id: I71fd896e76e996a01a7c50237a9777f33bc11367 --- include/hardware_legacy/wifi_nan.h | 6 ++++++ 1 file changed, 6 insertions(+) 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; /*