cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2308
Views
1
Helpful
1
Replies

client name and band

Peter P
Level 1
Level 1

I want to identify clients, by name, using the 2.4 band. It looks like via API I can get client counts by band or connection stats per mac address and filtered to band. Not sure I can get what I'm looking for easily via API. Any suggestions for api use?

If not, syslog may be my best option.

1 Accepted Solution

Accepted Solutions

sungod
Level 11
Level 11

How about use /networks/{networkId}/clients to build a lookup table of MAC to ID/name

Then /networks/{networkId}/wireless/clients/connectionStats to get the stats by MAC

View solution in original post

1 Reply 1

sungod
Level 11
Level 11

How about use /networks/{networkId}/clients to build a lookup table of MAC to ID/name

Then /networks/{networkId}/wireless/clients/connectionStats to get the stats by MAC