From 330c52b4e35a2c138d35643c0197d42d0f36fc33 Mon Sep 17 00:00:00 2001 From: chen yi wen <15068825070@163.com> Date: Thu, 11 Sep 2025 02:36:54 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E8=93=9D=E9=BB=84=E5=B7=AE=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 9f738f7f07fa13a321c49d4e2c7c12b9b69c5324 Mon Sep 17 00:00:00 2001 From: chen yi wen <15068825070@163.com> Date: Thu, 11 Sep 2025 03:47:02 +0000 Subject: [PATCH 2/3] 1 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..5e6050aa 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 From e130f87a08dd95f0758a5d08f047653c7bfd7de8 Mon Sep 17 00:00:00 2001 From: chen yi wen <15068825070@163.com> Date: Thu, 11 Sep 2025 03:48:03 +0000 Subject: [PATCH 3/3] 2 Signed-off-by: chen yi wen <15068825070@163.com> --- wlan/chip/v1_0/IChipIface.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlan/chip/v1_0/IChipIface.idl b/wlan/chip/v1_0/IChipIface.idl index 5e6050aa..089a6f7e 100644 --- a/wlan/chip/v1_0/IChipIface.idl +++ b/wlan/chip/v1_0/IChipIface.idl @@ -353,7 +353,7 @@ 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. * -- Gitee