From e1dd11519b28e8e359e752804d06aca4327f05c8 Mon Sep 17 00:00:00 2001 From: "yanxiaotao@huawei.com" Date: Sat, 29 Oct 2022 11:12:30 +0800 Subject: [PATCH] remove sysem api for interface WifiInfoElem 1029 Signed-off-by: yanxiaotao@huawei.com --- api/@ohos.wifi.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/@ohos.wifi.d.ts b/api/@ohos.wifi.d.ts index 5636e31101..e8c749d75b 100644 --- a/api/@ohos.wifi.d.ts +++ b/api/@ohos.wifi.d.ts @@ -1126,7 +1126,6 @@ declare namespace wifi { * Wi-Fi information elements. * * @since 9 - * @systemapi Hide this for inner system use. * @syscap SystemCapability.Communication.WiFi.STA */ interface WifiInfoElem { -- Gitee