Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
943097a3
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
943097a3
编写于
12月 05, 2022
作者:
X
xiaosi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix js-apis-wifi.md&js-apis-wifiManager.md
Signed-off-by:
N
xiaosi
<
xiaosi2@huawei.com
>
上级
c2569dcb
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
22 addition
and
22 deletion
+22
-22
zh-cn/application-dev/reference/apis/js-apis-wifi.md
zh-cn/application-dev/reference/apis/js-apis-wifi.md
+11
-11
zh-cn/application-dev/reference/apis/js-apis-wifiManager.md
zh-cn/application-dev/reference/apis/js-apis-wifiManager.md
+11
-11
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-wifi.md
浏览文件 @
943097a3
...
...
@@ -167,7 +167,7 @@ WLAN热点信息。
|
**参数名**
|
**类型**
|
**可读**
|
**可写**
|
**说明**
|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| ssid | string | 是 | 否 | 热点的SSID,编码格式为UTF-8。 |
| bssid | string | 是 | 否 | 热点的BSSID。 |
| capabilities | string | 是 | 否 | 热点能力。 |
...
...
@@ -244,7 +244,7 @@ WLAN配置信息。
|
**参数名**
|
**类型**
|
**可读**
|
**可写**
|
**说明**
|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| ssid | string | 是 | 否 | 热点的SSID,编码格式为UTF-8。 |
| bssid | string | 是 | 否 | 热点的BSSID。 |
| preSharedKey | string | 是 | 否 | 热点的密钥。 |
...
...
@@ -284,7 +284,7 @@ IP配置信息。
**系统能力:**
SystemCapability.Communication.WiFi.STA
|
**参数名**
|
**类型**
|
**可读**
|
**可写**
|
**说明**
|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| ipAddress | number | 是 | 否 | IP地址。 |
| gateway | number | 是 | 否 | 网关。 |
| dnsServers | number[] | 是 | 否 | DNS服务器。 |
...
...
@@ -548,7 +548,7 @@ getLinkedInfo(callback: AsyncCallback<WifiLinkedInfo>): void
**系统能力:**
SystemCapability.Communication.WiFi.STA
| 参数名 | 类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| ssid | string | 是 | 否 | 热点的SSID,编码格式为UTF-8。 |
| bssid | string | 是 | 否 | 热点的BSSID。 |
| networkId | number | 是 | 否 | 网络配置ID。
<br
/>
**系统接口:**
此接口为系统接口。 |
...
...
@@ -726,7 +726,7 @@ IP信息。
**系统能力:**
SystemCapability.Communication.WiFi.STA
|
**参数名**
|
**类型**
|
**可读**
|
**可写**
|
**说明**
|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| ipAddress | number | 是 | 否 | IP地址。 |
| gateway | number | 是 | 否 | 网关。 |
| netmask | number | 是 | 否 | 掩码。 |
...
...
@@ -1014,7 +1014,7 @@ setHotspotConfig(config: HotspotConfig): boolean
**系统能力:**
SystemCapability.Communication.WiFi.AP.Core
|
**参数名**
|
**类型**
|
**可读**
|
**可写**
|
**说明**
|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| ssid | string | 是 | 否 | 热点的SSID,编码格式为UTF-8。 |
| securityType |
[
WifiSecurityType
](
#wifisecuritytype
)
| 是 | 否 | 加密类型。 |
| band | number | 是 | 否 | 热点的带宽。1: 2.4G, 2: 5G, 3: 双模频段 |
...
...
@@ -1069,7 +1069,7 @@ getStations(): Array<[StationInfo](#stationinfo7)>
**系统能力:**
SystemCapability.Communication.WiFi.AP.Core
|
**参数名**
|
**类型**
|
**可读**
|
**可写**
|
**说明**
|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| name | string | 是 | 否 | 设备名称。 |
| macAddress | string | 是 | 否 | MAC地址。 |
| ipAddress | string | 是 | 否 | IP地址。 |
...
...
@@ -1100,7 +1100,7 @@ getP2pLinkedInfo(): Promise<WifiP2pLinkedInfo>
**系统能力:**
SystemCapability.Communication.WiFi.P2P
| 参数名 | 类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| connectState |
[
P2pConnectState
](
#p2pconnectstate8
)
| 是 | 否 | P2P连接状态。 |
| isGroupOwner | boolean | 是 | 否 | 是否是群主。 |
| groupOwnerAddr | string | 是 | 否 | 群组MAC地址。
...
...
@@ -1210,7 +1210,7 @@ getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void
**系统能力:**
SystemCapability.Communication.WiFi.P2P
| 参数名 | 类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| deviceName | string | 是 | 否 | 设备名称。 |
| deviceAddress | string | 是 | 否 | 设备MAC地址。 |
| primaryDeviceType | string | 是 | 否 | 主设备类型。 |
...
...
@@ -1263,7 +1263,7 @@ createGroup(config: WifiP2PConfig): boolean
**系统能力:**
SystemCapability.Communication.WiFi.P2P
| 参数名 | 类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| deviceAddress | string | 是 | 否 | 设备地址。 |
| netId | number | 是 | 否 | 网络ID。创建群组时-1表示创建临时组,-2表示创建永久组。 |
| passphrase | string | 是 | 否 | 群组密钥。 |
...
...
@@ -1476,7 +1476,7 @@ deletePersistentGroup(netId: number): boolean
**系统能力:**
SystemCapability.Communication.WiFi.P2P
| 参数名 | 类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| isP2pGo | boolean | 是 | 否 | 是否是群主。 |
| ownerInfo |
[
WifiP2pDevice
](
#wifip2pdevice8
)
| 是 | 否 | 群组的设备信息。 |
| passphrase | string | 是 | 否 | 群组密钥。 |
...
...
zh-cn/application-dev/reference/apis/js-apis-wifiManager.md
浏览文件 @
943097a3
...
...
@@ -167,7 +167,7 @@ WLAN热点信息。
|
**参数名**
|
**类型**
|
**可读**
|
**可写**
|
**说明**
|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| ssid | string | 是 | 否 | 热点的SSID,编码格式为UTF-8。 |
| bssid | string | 是 | 否 | 热点的BSSID。 |
| capabilities | string | 是 | 否 | 热点能力。 |
...
...
@@ -284,7 +284,7 @@ WLAN配置信息。
|
**参数名**
|
**类型**
|
**可读**
|
**可写**
|
**说明**
|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| ssid | string | 是 | 否 | 热点的SSID,编码格式为UTF-8。 |
| bssid | string | 是 | 否 | 热点的BSSID。 |
| preSharedKey | string | 是 | 否 | 热点的密钥。 |
...
...
@@ -325,7 +325,7 @@ IP配置信息。
**系统能力:**
SystemCapability.Communication.WiFi.STA
|
**参数名**
|
**类型**
|
**可读**
|
**可写**
|
**说明**
|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| ipAddress | number | 是 | 否 | IP地址。 |
| gateway | number | 是 | 否 | 网关。 |
| dnsServers | number[] | 是 | 否 | DNS服务器。 |
...
...
@@ -771,7 +771,7 @@ getLinkedInfo(callback: AsyncCallback<WifiLinkedInfo>): void
**系统能力:**
SystemCapability.Communication.WiFi.STA
| 参数名 | 类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| ssid | string | 是 | 否 | 热点的SSID,编码格式为UTF-8。 |
| bssid | string | 是 | 否 | 热点的BSSID。 |
| networkId | number | 是 | 否 | 网络配置ID。
<br
/>
**系统接口:**
此接口为系统接口。 |
...
...
@@ -950,7 +950,7 @@ IP信息。
**系统能力:**
SystemCapability.Communication.WiFi.STA
|
**参数名**
|
**类型**
|
**可读**
|
**可写**
|
**说明**
|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| ipAddress | number | 是 | 否 | IP地址。 |
| gateway | number | 是 | 否 | 网关。 |
| netmask | number | 是 | 否 | 掩码。 |
...
...
@@ -1238,7 +1238,7 @@ setHotspotConfig(config: HotspotConfig): boolean
**系统能力:**
SystemCapability.Communication.WiFi.AP.Core
|
**参数名**
|
**类型**
|
**可读**
|
**可写**
|
**说明**
|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| ssid | string | 是 | 否 | 热点的SSID,编码格式为UTF-8。 |
| securityType |
[
WifiSecurityType
](
#wifisecuritytype
)
| 是 | 否 | 加密类型。 |
| band | number | 是 | 否 | 热点的带宽。1: 2.4G, 2: 5G, 3: 双模频段 |
...
...
@@ -1293,7 +1293,7 @@ getStations(): Array<[StationInfo](#stationinfo7)>
**系统能力:**
SystemCapability.Communication.WiFi.AP.Core
|
**参数名**
|
**类型**
|
**可读**
|
**可写**
|
**说明**
|
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| name | string | 是 | 否 | 设备名称。 |
| macAddress | string | 是 | 否 | MAC地址。 |
| ipAddress | string | 是 | 否 | IP地址。 |
...
...
@@ -1324,7 +1324,7 @@ getP2pLinkedInfo(): Promise<WifiP2pLinkedInfo>
**系统能力:**
SystemCapability.Communication.WiFi.P2P
| 参数名 | 类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| connectState |
[
P2pConnectState
](
#p2pconnectstate8
)
| 是 | 否 | P2P连接状态。 |
| isGroupOwner | boolean | 是 | 否 | 是否是群主。 |
| groupOwnerAddr | string | 是 | 否 | 群组MAC地址。
...
...
@@ -1434,7 +1434,7 @@ getP2pPeerDevices(callback: AsyncCallback<WifiP2pDevice[]>): void
**系统能力:**
SystemCapability.Communication.WiFi.P2P
| 参数名 | 类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| deviceName | string | 是 | 否 | 设备名称。 |
| deviceAddress | string | 是 | 否 | 设备MAC地址。 |
| primaryDeviceType | string | 是 | 否 | 主设备类型。 |
...
...
@@ -1521,7 +1521,7 @@ createGroup(config: WifiP2PConfig): boolean
**系统能力:**
SystemCapability.Communication.WiFi.P2P
| 参数名 | 类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| deviceAddress | string | 是 | 否 | 设备地址。 |
| netId | number | 是 | 否 | 网络ID。创建群组时-1表示创建临时组,-2表示创建永久组。 |
| passphrase | string | 是 | 否 | 群组密钥。 |
...
...
@@ -1753,7 +1753,7 @@ getP2pGroups(): Promise<Array<WifiP2pGroupInfo>>
**系统能力:**
SystemCapability.Communication.WiFi.P2P
| 参数名 | 类型 | 可读 | 可写 | 说明 |
| -------- | -------- | -------- | -------- |
| -------- | -------- | -------- | -------- |
-------- |
| isP2pGo | boolean | 是 | 否 | 是否是群主。 |
| ownerInfo |
[
WifiP2pDevice
](
#wifip2pdevice8
)
| 是 | 否 | 群组的设备信息。 |
| passphrase | string | 是 | 否 | 群组密钥。 |
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录