未验证 提交 2ae69d31 编写于 作者: O openharmony_ci 提交者: Gitee

!2553 update wifi ap syscap name

Merge pull request !2553 from Zhangfeng/master
...@@ -1046,7 +1046,7 @@ on(type: "hotspotStateChange", callback: Callback<number>): void ...@@ -1046,7 +1046,7 @@ on(type: "hotspotStateChange", callback: Callback<number>): void
ohos.permission.GET_WIFI_INFO ohos.permission.GET_WIFI_INFO
- 系统能力: - 系统能力:
SystemCapability.Communication.WiFi.AP SystemCapability.Communication.WiFi.AP.Core
- 参数 - 参数
| **参数名** | **类型** | **必填** | **说明** | | **参数名** | **类型** | **必填** | **说明** |
...@@ -1073,7 +1073,7 @@ off(type: "hotspotStateChange", callback?: Callback<number>): void ...@@ -1073,7 +1073,7 @@ off(type: "hotspotStateChange", callback?: Callback<number>): void
ohos.permission.GET_WIFI_INFO ohos.permission.GET_WIFI_INFO
- 系统能力: - 系统能力:
SystemCapability.Communication.WiFi.AP SystemCapability.Communication.WiFi.AP.Core
- 参数 - 参数
| **参数名** | **类型** | **必填** | **说明** | | **参数名** | **类型** | **必填** | **说明** |
......
...@@ -21,7 +21,7 @@ enableHotspot(): boolean; ...@@ -21,7 +21,7 @@ enableHotspot(): boolean;
ohos.permission.MANAGE_WIFI_HOTSPOT_EXT ohos.permission.MANAGE_WIFI_HOTSPOT_EXT
- 系统能力: - 系统能力:
SystemCapability.Communication.WiFi.HotspotExt SystemCapability.Communication.WiFi.AP.Extension
- 返回值: - 返回值:
| **类型** | **说明** | | **类型** | **说明** |
...@@ -39,7 +39,7 @@ disableHotspot(): boolean; ...@@ -39,7 +39,7 @@ disableHotspot(): boolean;
ohos.permission.MANAGE_WIFI_HOTSPOT_EXT ohos.permission.MANAGE_WIFI_HOTSPOT_EXT
- 系统能力: - 系统能力:
SystemCapability.Communication.WiFi.HotspotExt SystemCapability.Communication.WiFi.AP.Extension
- 返回值: - 返回值:
| **类型** | **说明** | | **类型** | **说明** |
...@@ -57,7 +57,7 @@ getSupportedPowerModel(): Promise<Array<PowerModel>> ...@@ -57,7 +57,7 @@ getSupportedPowerModel(): Promise<Array<PowerModel>>
ohos.permission.GET_WIFI_INFO ohos.permission.GET_WIFI_INFO
- 系统能力: - 系统能力:
SystemCapability.Communication.WiFi.HotspotExt SystemCapability.Communication.WiFi.AP.Extension
- 返回值: - 返回值:
| 类型 | 说明 | | 类型 | 说明 |
...@@ -86,7 +86,7 @@ getSupportedPowerModel(callback: AsyncCallback<Array<PowerModel>>): ...@@ -86,7 +86,7 @@ getSupportedPowerModel(callback: AsyncCallback<Array<PowerModel>>):
ohos.permission.GET_WIFI_INFO ohos.permission.GET_WIFI_INFO
- 系统能力: - 系统能力:
SystemCapability.Communication.WiFi.HotspotExt SystemCapability.Communication.WiFi.AP.Extension
- 参数 - 参数
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
...@@ -104,7 +104,7 @@ getPowerModel(): Promise<PowerModel> ...@@ -104,7 +104,7 @@ getPowerModel(): Promise<PowerModel>
ohos.permission.GET_WIFI_INFO ohos.permission.GET_WIFI_INFO
- 系统能力: - 系统能力:
SystemCapability.Communication.WiFi.HotspotExt SystemCapability.Communication.WiFi.AP.Extension
- 返回值: - 返回值:
| 类型 | 说明 | | 类型 | 说明 |
...@@ -122,7 +122,7 @@ getPowerModel(callback: AsyncCallback<PowerModel>): void ...@@ -122,7 +122,7 @@ getPowerModel(callback: AsyncCallback<PowerModel>): void
ohos.permission.GET_WIFI_INFO ohos.permission.GET_WIFI_INFO
- 系统能力: - 系统能力:
SystemCapability.Communication.WiFi.HotspotExt SystemCapability.Communication.WiFi.AP.Extension
- 参数 - 参数
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
...@@ -140,7 +140,7 @@ setPowerModel(model: PowerModel) : boolean; ...@@ -140,7 +140,7 @@ setPowerModel(model: PowerModel) : boolean;
ohos.permission.MANAGE_WIFI_HOTSPOT_EXT ohos.permission.MANAGE_WIFI_HOTSPOT_EXT
- 系统能力: - 系统能力:
SystemCapability.Communication.WiFi.HotspotExt SystemCapability.Communication.WiFi.AP.Extension
- 参数 - 参数
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册