diff --git a/zh-cn/device-dev/reference/hdi-apis/_i_wi_fi_ap.md b/zh-cn/device-dev/reference/hdi-apis/_i_wi_fi_ap.md index 3c1cb098d39636f278ed93fd654864d1e06ed091..2b291fba5e1a5852eee597b9d401ea72884f5b70 100644 --- a/zh-cn/device-dev/reference/hdi-apis/_i_wi_fi_ap.md +++ b/zh-cn/device-dev/reference/hdi-apis/_i_wi_fi_ap.md @@ -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 | 输入参数,国家码长度。 |