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;