harmony 鸿蒙@ohos.wifiManagerExt (WLAN Extension)

2022-12-22 浏览 (886)

@ohos.wifiManagerExt (WLAN Extension)

This wifiext module provides WLAN extension interfaces for non-universal products.

NOTE

  • The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version.
  • The APIs described in this document are used only for non-universal products, such as routers.

Modules to Import

import wifiManagerExt from '@ohos.wifiManagerExt';

wifiext.enableHotspot9+

enableHotspot(): void;

Enables the WLAN hotspot.

Required permissions: ohos.permission.MANAGE_WIFI_HOTSPOT_EXT

System capability: SystemCapability.Communication.WiFi.AP.Extension

Error codes

For details about the error codes, see Wi-Fi Error Codes.

IDError Message
2701000Operation failed.

wifiext.disableHotspot9+

disableHotspot(): void;

Disables the WLAN hotspot.

Required permissions: ohos.permission.MANAGE_WIFI_HOTSPOT_EXT

System capability: SystemCapability.Communication.WiFi.AP.Extension

Error codes

For details about the error codes, see Wi-Fi Error Codes.

IDError Message
2701000Operation failed.

wifiext.getSupportedPowerMode9+

getSupportedPowerMode(): Promise<Array<PowerMode>>

Obtains the supported power modes. This API uses a promise to return the result.

Required permissions: ohos.permission.GET_WIFI_INFO

System capability: SystemCapability.Communication.WiFi.AP.Extension

Return value

TypeDescription
Promise<Array<PowerMode>>Promise used to return the power modes obtained.

Error codes

For details about the error codes, see Wi-Fi Error Codes.

IDError Message
2701000Operation failed.

PowerMode9+

Enumerates the power modes.

System capability: SystemCapability.Communication.WiFi.AP.Extension

NameValueDescription
SLEEPING0Sleeping
GENERAL1General
THROUGH_WALL2Through_wall

wifiext.getSupportedPowerMode9+

getSupportedPowerMode(callback: AsyncCallback<Array<PowerMode>>): void

Obtains the supported power modes. This API uses an asynchronous callback to return the result.

Required permissions: ohos.permission.GET_WIFI_INFO

System capability: SystemCapability.Communication.WiFi.AP.Extension

Parameters

NameTypeMandatoryDescription
callbackAsyncCallback<Array<PowerMode>>YesCallback invoked to return the result. If the operation is successful, err is 0 and data is the power modes obtained. If err is not 0, an error has occurred.

Error codes

For details about the error codes, see Wi-Fi Error Codes.

IDError Message
2701000Operation failed.

wifiext.getPowerMode9+

getPowerMode(): Promise<PowerMode>

Obtains the power mode. This API uses a promise to return the result.

Required permissions: ohos.permission.GET_WIFI_INFO

System capability: SystemCapability.Communication.WiFi.AP.Extension

Return value

TypeDescription
Promise<PowerMode>Promise used to return the power modes obtained.

Error codes

For details about the error codes, see Wi-Fi Error Codes.

IDError Message
2701000Operation failed.

wifiext.getPowerMode9+

getPowerMode(callback: AsyncCallback<PowerMode>): void

Obtains the power mode. This API uses an asynchronous callback to return the result.

Required permissions: ohos.permission.GET_WIFI_INFO

System capability: SystemCapability.Communication.WiFi.AP.Extension

Parameters

NameTypeMandatoryDescription
callbackAsyncCallback<PowerMode>YesCallback invoked to return the result. If the operation is successful, err is 0 and data is the power mode obtained. If err is not 0, an error has occurred.

Error codes

For details about the error codes, see Wi-Fi Error Codes.

IDError Message
2701000Operation failed.

wifiext.setPowerMode9+

setPowerMode(mode: PowerMode) : void;

Sets the power mode.

Required permissions: ohos.permission.MANAGE_WIFI_HOTSPOT_EXT

System capability: SystemCapability.Communication.WiFi.AP.Extension

Parameters

NameTypeMandatoryDescription
modelPowerModeYesPower mode to set.

Error codes

For details about the error codes, see Wi-Fi Error Codes.

IDError Message
2701000Operation failed.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙APIs

harmony 鸿蒙System Common Events (To Be Deprecated Soon)

harmony 鸿蒙System Common Events

harmony 鸿蒙API Reference Document Description

harmony 鸿蒙Enterprise Device Management Overview (for System Applications Only)

harmony 鸿蒙BundleStatusCallback

harmony 鸿蒙@ohos.bundle.innerBundleManager (innerBundleManager)

harmony 鸿蒙@ohos.distributedBundle (Distributed Bundle Management)

harmony 鸿蒙@ohos.bundle (Bundle)

harmony 鸿蒙@ohos.enterprise.EnterpriseAdminExtensionAbility (EnterpriseAdminExtensionAbility)

  • 所属分类: 后端技术
  • 本文标签: 鸿蒙 软件
  • 版权声明: 本文链接 https://seaxiang.com/blog/efd3ffdac2e8468fb628ba06c4a7bb1b