/sys/net/wlan/ap/{idx}/bssid

The BSSID (basic service set identifier) of this access point. This is a MAC address formatted as six two-digit hex numbers, separated by colons (:).

Get /sys/net/wlan/ap/{idx}/bssid

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a WLAN access point.

Responses
200

Normal response.

401

Unauthorized response.

get/sys/net/wlan/ap/{idx}/bssid
Request samples
Response samples
application/json
{
  • "result": "d8:08:a5:ae:4c:e1",
  • "error": "Error message (present if an error occurred)."
}