This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CC3235S:CC3235接入点模式:获取已连接站点的数量

Guru**** 2344780 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1498951/cc3235s-cc3235-access-point-mode-get-number-of-connected-stations

器件型号:CC3235S

工具/软件:

在 AP 模式下是否有用于检索已连接站点的 NR 命令?
我发现一些枚举暗示有这样一个命令,但没有描述/示例。

typedef 枚举

SL_WLAN_DISCONNECTED = 0、
SL_WLAN_CONNECTED_STA、
SL_WLAN_CONNECTED_P2PCL、
SL_WLAN_CONNECTED_P2PGO、
SL_WLAN_AP_CONNECTED_STATIONS
SlWlanConnStatusFlags_e;

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、

    为什么您不计算异步处理程序中已连接客户端的数量?

    不,这不是命令。 这只是结构 SlWlanConnStatusParam_t 的标志

    1月