From f128be947ab92805c8f8abf6c71300fe56e8fc01 Mon Sep 17 00:00:00 2001
From: chen yi wen <15068825070@163.com>
Date: Thu, 11 Sep 2025 02:42:19 +0000
Subject: [PATCH 1/2] =?UTF-8?q?6.0release=E8=93=9D=E9=BB=84=E5=B7=AE?=
=?UTF-8?q?=E5=BC=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: chen yi wen <15068825070@163.com>
---
wlan/bundle.json | 4 ++--
wlan/chip/v1_0/ChipTypes.idl | 13 -------------
wlan/chip/v1_0/IChipIface.idl | 16 +---------------
3 files changed, 3 insertions(+), 30 deletions(-)
diff --git a/wlan/bundle.json b/wlan/bundle.json
index d8a2b265..867542d3 100644
--- a/wlan/bundle.json
+++ b/wlan/bundle.json
@@ -17,10 +17,10 @@
"ram": "1024KB",
"deps": {
"components": [
+ "ipc",
"hdf_core",
"hilog",
- "c_utils",
- "ipc"
+ "c_utils"
],
"third_party": []
},
diff --git a/wlan/chip/v1_0/ChipTypes.idl b/wlan/chip/v1_0/ChipTypes.idl
index b4b209fb..a9c92319 100644
--- a/wlan/chip/v1_0/ChipTypes.idl
+++ b/wlan/chip/v1_0/ChipTypes.idl
@@ -183,17 +183,4 @@ struct SignalPollResult {
int c1Rssi;
unsigned char[] ext;
};
-
-/**
- * @brief Defines the projection parameters, This interface is preferentially used to communicate with the Wi-Fi service.
- *
- * @since 5.0
- * @version 1.0
- */
-struct ProjectionScreenCmdParam {
- /** ID of the projection command. */
- int cmdId;
- /** Content of the projection command. */
- byte[] buf;
-};
/** @} */
\ No newline at end of file
diff --git a/wlan/chip/v1_0/IChipIface.idl b/wlan/chip/v1_0/IChipIface.idl
index 089a6f7e..fdd2b179 100644
--- a/wlan/chip/v1_0/IChipIface.idl
+++ b/wlan/chip/v1_0/IChipIface.idl
@@ -353,19 +353,5 @@ interface IChipIface {
* @version 1.0
*/
GetCoexictenceChannelList([in] String ifName, [out] unsigned char[] paramBuf);
-
- /**
- * @brief Sets the projection parameters, This interface is preferentially used to communicate with the Wi-Fi service.
- *
- * @param ifName Indicates the NIC name.
- * @param param Indicates the projection parameters to set.
- *
- * @return Returns 0 if the operation is successful.
- * @return Returns a negative value if the operation fails.
- *
- * @since 5.0
- * @version 1.0
- */
- SetProjectionScreenParam([in] String ifName, [in] struct ProjectionScreenCmdParam param);
};
-/** @} */
\ No newline at end of file
+/** @} */
--
Gitee
From 0ac7bf2c990389721230609d7eb6bb13ccad4994 Mon Sep 17 00:00:00 2001
From: chen yi wen <15068825070@163.com>
Date: Thu, 11 Sep 2025 03:51:23 +0000
Subject: [PATCH 2/2] 2
Signed-off-by: chen yi wen <15068825070@163.com>
---
wlan/chip/v1_0/ChipTypes.idl | 13 +++++++++++++
wlan/chip/v1_0/IChipIface.idl | 16 +++++++++++++++-
2 files changed, 28 insertions(+), 1 deletion(-)
diff --git a/wlan/chip/v1_0/ChipTypes.idl b/wlan/chip/v1_0/ChipTypes.idl
index a9c92319..b4b209fb 100644
--- a/wlan/chip/v1_0/ChipTypes.idl
+++ b/wlan/chip/v1_0/ChipTypes.idl
@@ -183,4 +183,17 @@ struct SignalPollResult {
int c1Rssi;
unsigned char[] ext;
};
+
+/**
+ * @brief Defines the projection parameters, This interface is preferentially used to communicate with the Wi-Fi service.
+ *
+ * @since 5.0
+ * @version 1.0
+ */
+struct ProjectionScreenCmdParam {
+ /** ID of the projection command. */
+ int cmdId;
+ /** Content of the projection command. */
+ byte[] buf;
+};
/** @} */
\ No newline at end of file
diff --git a/wlan/chip/v1_0/IChipIface.idl b/wlan/chip/v1_0/IChipIface.idl
index fdd2b179..089a6f7e 100644
--- a/wlan/chip/v1_0/IChipIface.idl
+++ b/wlan/chip/v1_0/IChipIface.idl
@@ -353,5 +353,19 @@ interface IChipIface {
* @version 1.0
*/
GetCoexictenceChannelList([in] String ifName, [out] unsigned char[] paramBuf);
+
+ /**
+ * @brief Sets the projection parameters, This interface is preferentially used to communicate with the Wi-Fi service.
+ *
+ * @param ifName Indicates the NIC name.
+ * @param param Indicates the projection parameters to set.
+ *
+ * @return Returns 0 if the operation is successful.
+ * @return Returns a negative value if the operation fails.
+ *
+ * @since 5.0
+ * @version 1.0
+ */
+ SetProjectionScreenParam([in] String ifName, [in] struct ProjectionScreenCmdParam param);
};
-/** @} */
+/** @} */
\ No newline at end of file
--
Gitee