Either the count of clients per band or in detail would be useful, but I need to relate this count of clients per band by SSID, Network and AP. However, when I try the GetNetworkWirelessClientConnectionStats First of all, the output doesn't give me the number of clients per band, since the output is this example { “mac": ‘00:11:22:33:44:55’, “connectionStats": { “assoc": 3, “auth": 4, “dhcp": 4, “success": 5 } } and when I try to apply the 3 possible filters some give me nothing as output band | string Filter results by band (either '2.4', '5' or '6'). Note that data prior to February 2020 will not have band information. enum = [“2.4”, “5”, “6”]
... View more