Skip to content

[v4] system.wifi

Rich Infante edited this page Apr 19, 2018 · 2 revisions

This report lists wifi networks connected to by the target device.

  • Name: system.wifi
  • Parameters:
    • backup can be a string representing the backup ID, or a Backup instance.
  • Output: Array, composed of objects with the following fields:
{
  lastJoined: String, // String representing last joined date.
  lastAutoJoined: String, // String representing last autojoin date
  ssid: String, // SSID of the network
  bssid: String, // BSSID of the network
  security: String, // Security mode, may be an empty string if status unknown
  hidden: Boolean, // Is the network hidden?
  enabled: Boolean // Is the network enabled?
}