From 2e93102b4f7956cbd525454b82f92e002b128448 Mon Sep 17 00:00:00 2001 From: liujiaojiao Date: Sun, 25 Jun 2023 16:42:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E6=80=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liujiaojiao --- .../reference/apis/js-apis-wifiManager.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-wifiManager.md b/zh-cn/application-dev/reference/apis/js-apis-wifiManager.md index f50335d277..30ec047661 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-wifiManager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-wifiManager.md @@ -1662,21 +1662,6 @@ isBandTypeSupported(bandType: WifiBandType): boolean } ``` -## WifiBandType 10+ - -表示wifi频段类型的枚举。 - -**系统能力:** SystemCapability.Communication.WiFi.STA - -| 名称 | 值 | 说明 | -| -------- | -------- | -------- | -| WIFI_BAND_NONE | 0 | 未定义。 | -| WIFI_BAND_2G | 1 | 2G频段。 | -| WIFI_BAND_5G | 2 | 5G频段。 | -| WIFI_BAND_6G | 3 | 6G频段。 | -| WIFI_BAND_60G | 4 | 60G频段。| - - ## wifi.get5GChannelList10+ get5GChannelList(): Array<number> @@ -1732,7 +1717,7 @@ getDisconnectedReason(): DisconnectedReason | **类型** | **说明** | | -------- | -------- | -| [DisconnectedReason](#disconnectedreason10) | 最近断开的原因 | +| DisconnectedReason | 最近断开的原因 | **示例:** ```js -- GitLab