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

The BSSID (basic service set identifier) of the access point to use for this network. This is a MAC address formatted as six two-digit hex numbers separated by colons (:). If unset, this is any instead.

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

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a WLAN network.

Responses
200

Normal response.

401

Unauthorized response.

get/sys/net/wlan/net/{idx}/bssid
Request samples
Response samples
application/json
{
  • "result": "any",
  • "error": "Error message (present if an error occurred)."
}