未验证 提交 5171e83d 编写于 作者: L liyan 提交者: Gitee

修改错误链接

Signed-off-by: Nli-yan339 <liyan339@h-partners.com>
上级 d7158ffb
......@@ -16,8 +16,8 @@
| Public&nbsp;属性 | 描述 |
| -------- | -------- |
| [baseFeature](#basefeature) | 基本特性。 |
| (&nbsp;[getAsscociatedStas](#getasscociatedstas)&nbsp;)(const&nbsp;struct&nbsp;[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001304062480.xml#xref1123713694083932,link:zh-cn_topic_0000001304062480.xml](zh-cn_topic_0000001304062480.xml)&nbsp;\*apFeature,&nbsp;struct&nbsp;[StaInfo](_sta_info.md)&nbsp;\*staInfo,&nbsp;uint32_t&nbsp;count,&nbsp;uint32_t&nbsp;\*num) | 获取连接上的所有STA的信息(目前只包含MAC地址)。&nbsp;[更多...](#getasscociatedstas) |
| (&nbsp;[setCountryCode](#setcountrycode)&nbsp;)(const&nbsp;struct&nbsp;[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001304062480.xml#xref2129805954083932,link:zh-cn_topic_0000001304062480.xml](zh-cn_topic_0000001304062480.xml)&nbsp;\*apFeature,&nbsp;const&nbsp;char&nbsp;\*code,&nbsp;uint32_t&nbsp;len) | 设置国家码(表示AP射频所在的国家,规定了AP射频特性,包括AP的发送功率、支持的信道等。其目的是为了使AP的射频特性符合不同国家或区域的法律法规要求)。&nbsp;[更多...](#setcountrycode) |
| (&nbsp;[getAsscociatedStas](#getasscociatedstas)&nbsp;)(const&nbsp;struct&nbsp;IWiFiAp&nbsp;\*apFeature,&nbsp;struct&nbsp;[StaInfo](_sta_info.md)&nbsp;\*staInfo,&nbsp;uint32_t&nbsp;count,&nbsp;uint32_t&nbsp;\*num) | 获取连接上的所有STA的信息(目前只包含MAC地址)。&nbsp;[更多...](#getasscociatedstas) |
| (&nbsp;[setCountryCode](#setcountrycode)&nbsp;)(const&nbsp;struct&nbsp;IWiFiAp&nbsp;\*apFeature,&nbsp;const&nbsp;char&nbsp;\*code,&nbsp;uint32_t&nbsp;len) | 设置国家码(表示AP射频所在的国家,规定了AP射频特性,包括AP的发送功率、支持的信道等。其目的是为了使AP的射频特性符合不同国家或区域的法律法规要求)。&nbsp;[更多...](#setcountrycode) |
## **详细描述**
......@@ -63,7 +63,7 @@ int32_t(* IWiFiAp::getAsscociatedStas) (const struct IWiFiAp *apFeature, struct
| 名称 | 描述 |
| -------- | -------- |
| apFeature | 输入参数,AP特性[ERROR:Invalid&nbsp;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&nbsp;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.
先完成此消息的编辑!
想要评论请 注册