mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
add api10 @2023-04-03
Signed-off-by: yanxiaotao@huawei.com <yanxiaotao@huawei.com>
This commit is contained in:
parent
6f865a4539
commit
bad9110ac9
6
api/@ohos.wifiManager.d.ts
vendored
6
api/@ohos.wifiManager.d.ts
vendored
@ -505,7 +505,7 @@ declare namespace wifiManager {
|
||||
* @permission ohos.permission.GET_WIFI_INFO and ohos.permission.GET_WIFI_CONFIG
|
||||
* @systemapi Hide this for inner system use.
|
||||
*/
|
||||
function get5GHzChannelList(): Array<number>;
|
||||
function get5GChannelList(): Array<number>;
|
||||
|
||||
/**
|
||||
* Enable Wi-Fi hotspot function.
|
||||
@ -1562,7 +1562,7 @@ declare namespace wifiManager {
|
||||
* @since 10
|
||||
* @syscap SystemCapability.Communication.WiFi.STA
|
||||
*/
|
||||
enum WifiBandType {
|
||||
enum WifiBandType {
|
||||
WIFI_BAND_NONE,
|
||||
WIFI_BAND_2G,
|
||||
WIFI_BAND_5G,
|
||||
@ -1576,7 +1576,7 @@ declare namespace wifiManager {
|
||||
* @since 10
|
||||
* @syscap SystemCapability.Communication.WiFi.STA
|
||||
*/
|
||||
enum WifiStandard {
|
||||
enum WifiStandard {
|
||||
WIFI_STANDARD_UNDEFINED,
|
||||
WIFI_STANDARD_11A,
|
||||
WIFI_STANDARD_11B,
|
||||
|
Loading…
Reference in New Issue
Block a user