开源鸿蒙 IWiFiAp
IWiFiAp
概述
所属模块:
汇总
Public 属性
| Public 属性 | 描述 | | ——– | ——– | | baseFeature | 基本特性。 | | ( getAsscociatedStas )(const struct IWiFiAp *apFeature, struct StaInfo *staInfo, uint32_t count, uint32_t *num) | 获取连接上的所有STA的信息(目前只包含MAC地址)。 更多… | | ( setCountryCode )(const struct IWiFiAp *apFeature, const char *code, uint32_t len) | 设置国家码(表示AP射频所在的国家,规定了AP射频特性,包括AP的发送功率、支持的信道等。其目的是为了使AP的射频特性符合不同国家或区域的法律法规要求)。 更多… |
详细描述
继承了IWiFiBaseFeature基本特性,并包含AP模式下获取连接STA的信息和设置国家码的功能。
Since:
1.0
Version:
1.0
类成员变量说明
baseFeature
struct IWiFiBaseFeature IWiFiAp::baseFeature
描述:
基本特性。
getAsscociatedStas
int32_t(* IWiFiAp::getAsscociatedStas) (const struct IWiFiAp *apFeature, struct StaInfo *staInfo, uint32_t count, uint32_t *num)
描述:
获取连接上的所有STA的信息(目前只包含MAC地址)。
参数:
| 名称 | 描述 | | ——– | ——– | | apFeature | 输入参数,AP特性。 | | staInfo | 输出参数,保存与AP连接的STA的基本信息。 | | count | 输入参数,staInfo结构体数组的元素个数。 | | num | 输出参数,实际连接的STA的个数。 |
返回:
如果操作成功,则返回0。
如果操作失败,则返回负值。
setCountryCode
int32_t(* IWiFiAp::setCountryCode) (const struct IWiFiAp *apFeature, const char *code, uint32_t len)
描述:
设置国家码(表示AP射频所在的国家,规定了AP射频特性,包括AP的发送功率、支持的信道等。其目的是为了使AP的射频特性符合不同国家或区域的法律法规要求)。
参数:
| 名称 | 描述 | | ——– | ——– | | apFeature | 输入参数,AP特性。 | | code | 输入参数,设置的国家码。 | | len | 输入参数,国家码长度。 |
返回:
如果操作成功,则返回0。
如果操作失败,则返回负值。
你可能感兴趣的文章
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦