Infrastructure Association
There are various modes of operation. The Infrastructure Mode defines the communication happens between peers when they are connected to an AP.
JSON Table
Parameter | Data Type | Description |
---|---|---|
apMac | String | The MAC address of the AP related to this infrastructure association. |
apProtocol | String | The 802.11 protocol of the AP. The applicable values are:
|
ssid | String | SSID or the network name of the infrastructure association. |
clientMacAddresses | List of String | List of the client MAC addresses from the infrastructure association. |
Copy Sample JSON
Sample JSON
[{ "apMac":"00:22:22:33:44:55", "apProtocol":"BG", "ssid":null, "clientMacAddresses":["00:11:22:33:44:55","11:55:22:33:34:21"] }]
API Calls
/V5/associations/infrastructure/{SSID}