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 Access point mode: Get number of connected stations

Part Number: CC3235S

Tool/software:

Is there a command to retrieve the nr of connected stations in AP mode?
I found some enum hinting there is such a command, but no description / example.

typedef enum
{
SL_WLAN_DISCONNECTED = 0,
SL_WLAN_CONNECTED_STA,
SL_WLAN_CONNECTED_P2PCL,
SL_WLAN_CONNECTED_P2PGO,
SL_WLAN_AP_CONNECTED_STATIONS
}SlWlanConnStatusFlags_e;

  • Hi,

    Why you not count number of connected clients at asynchronous handler?

    No this is not a command. This are just a flags for structure SlWlanConnStatusParam_t.

    Jan