/sys/net/wlan/net/{idx}/flags

A set of flags which are enclosed in square brackets. The following flags are currently defined:

  • CURRENT: Indicates that this network is currently being used.

  • DISABLED: The network is disabled from being used.

  • TEMP-DISABLED: The network is temporarily disabled from being used.

  • P2P-PERSISTENT: Indicates a point-to-point (WiFi Direct) connection. This is not used by the meter.

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

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}/flags
Request samples
Response samples
application/json
{
  • "result": "[CURRENT]",
  • "error": "Error message (present if an error occurred)."
}