Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
5171e83d
D
Docs
项目概览
OpenHarmony
/
Docs
接近 2 年 前同步成功
通知
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看板
未验证
提交
5171e83d
编写于
7月 23, 2022
作者:
L
liyan
提交者:
Gitee
7月 23, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改错误链接
Signed-off-by:
N
li-yan339
<
liyan339@h-partners.com
>
上级
d7158ffb
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
4 addition
and
4 deletion
+4
-4
zh-cn/device-dev/reference/hdi-apis/_i_wi_fi_ap.md
zh-cn/device-dev/reference/hdi-apis/_i_wi_fi_ap.md
+4
-4
未找到文件。
zh-cn/device-dev/reference/hdi-apis/_i_wi_fi_ap.md
浏览文件 @
5171e83d
...
...
@@ -16,8 +16,8 @@
| Public
属性 | 描述 |
| -------- | -------- |
|
[
baseFeature
](
#basefeature
)
| 基本特性。 |
| (
[getAsscociatedStas](#getasscociatedstas)
)(const
struct
[ERROR:Invalid
link:zh-cn_topic_0000001304062480.xml#xref1123713694083932,link:zh-cn_topic_0000001304062480.xml](zh-cn_topic_0000001304062480.xml)
\*apFeature,
struct
[StaInfo](_sta_info.md)
\*staInfo,
uint32_t
count,
uint32_t
\*
num) | 获取连接上的所有STA的信息(目前只包含MAC地址)。
[
更多...
](
#getasscociatedstas
)
|
| (
[setCountryCode](#setcountrycode)
)(const
struct
[ERROR:Invalid
link:zh-cn_topic_0000001304062480.xml#xref2129805954083932,link:zh-cn_topic_0000001304062480.xml](zh-cn_topic_0000001304062480.xml)
\*apFeature,
const
char
\*code,
uint32_t
len) | 设置国家码(表示AP射频所在的国家,规定了AP射频特性,包括AP的发送功率、支持的信道等。其目的是为了使AP的射频特性符合不同国家或区域的法律法规要求)。
[
更多...
](
#setcountrycode
)
|
| (
[getAsscociatedStas](#getasscociatedstas)
)(const
struct
IWiFiAp
\*apFeature,
struct
[StaInfo](_sta_info.md)
\*staInfo,
uint32_t
count,
uint32_t
\*
num) | 获取连接上的所有STA的信息(目前只包含MAC地址)。
[
更多...
](
#getasscociatedstas
)
|
| (
[setCountryCode](#setcountrycode)
)(const
struct
IWiFiAp
\*apFeature,
const
char
\*code,
uint32_t
len) | 设置国家码(表示AP射频所在的国家,规定了AP射频特性,包括AP的发送功率、支持的信道等。其目的是为了使AP的射频特性符合不同国家或区域的法律法规要求)。
[
更多...
](
#setcountrycode
)
|
## **详细描述**
...
...
@@ -63,7 +63,7 @@ int32_t(* IWiFiAp::getAsscociatedStas) (const struct IWiFiAp *apFeature, struct
| 名称 | 描述 |
| -------- | -------- |
| apFeature | 输入参数,AP特性
[
ERROR:Invalid link:zh-cn_topic_0000001304062480.xml#xref901054971083932,link:zh-cn_topic_0000001304062480.xml
](
zh-cn_topic_0000001304062480.xml
)
。 |
| apFeature | 输入参数,AP特性。 |
| staInfo | 输出参数,保存与AP连接的STA的基本信息。 |
| count | 输入参数,staInfo结构体数组的元素个数。 |
| num | 输出参数,实际连接的STA的个数。 |
...
...
@@ -90,7 +90,7 @@ int32_t(* IWiFiAp::setCountryCode) (const struct IWiFiAp *apFeature, const char
| 名称 | 描述 |
| -------- | -------- |
| apFeature | 输入参数,AP特性
[
ERROR:Invalid link:zh-cn_topic_0000001304062480.xml#xref1659529054083932,link:zh-cn_topic_0000001304062480.xml
](
zh-cn_topic_0000001304062480.xml
)
。 |
| apFeature | 输入参数,AP特性。 |
| code | 输入参数,设置的国家码。 |
| len | 输入参数,国家码长度。 |
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录