wifi

Description: settings for Wi-Fi services : OBJECT

Element Type Description
ap OBJECT Specifies the Wi-Fi access point settings
   beaconInterval UINT Specifies the time between beacon frames in milliseconds (default:100)
   channel STRING Specifies the preferred wireless channel, use 1-14 (depending on the country code) or AUTO (default:AUTO)
   countryCode STRING Specifies the two-character operating country code
   dtimInterval UINT Specifies the number of frames between delivery traffic indication messages for buffered multicast/broadcast data (default:1)
   enabled BOOL Enables or disables the Wi-Fi access point (default:false)
   maxClients UINT Specifies the maximum number of clients allowed on the access point at any given time (default: 8)
   networkMode STRING Specifies the radio mode of operation for the access point, [b, n, bg, or bgn] (default:bgn)
   region STRING Specifies the region to control configuration of 5 GHz channels
   rtsThreshold UINT Specifies the RTS (Request To Send) threshold (default:2347)
   security OBJECT Contains the Wi-Fi access point security settings
      algorithm STRING Specifies the algorithm used with WPA modes, TKIP, AES, or TKIP+AES (default:TKIP+AES)
      hidden BOOL Enable to connect to hidden network even if the network is not broadcasting
      mode STRING Specifies the security mode used on the access point: NONE, WEP, WPA-PSK or WPA2-PSK (default:NONE)
      psk STRING Specifies the pre-shared key for client authentication
   ssid STRING Specifies the network SSID, which may contain only alpha-numeric characters and symbols not including ?, “, $, [, n, ] and + characters
client OBJECT Specifies the Wi-Fi client settings
   enabled BOOL Enables or disables the Wi-Fi client (default:false)
   mode STRING Specifies the mode used for the Wi-Fi interface, currently the only mode available is WAN
   savedNetworks ARRAY Contains a list of networks the Wi-Fi client uses to find a connection
      enabled BOOL Enables or disables the use of a saved network when trying to connect
      name STRING Specifies the name of the saved network
      security OBJECT Specifies the Wi-Fi client security settings
         algorithm STRING Specifies the algorithm used with WPA modes: TKIP, AES, or TKIP+AES (default:TKIP+AES)
         mode STRING Specifies the security mode (default:NONE)
         password STRING Specifies the password used to connect to the network
         psk STRING Specifies the pre-shared key used to connect to the network
         username STRING Specifies the username used to connect to the network
      ssid STRING Specifies  the network SSID
   wpaConfig OBJECT Specifies the settings gathered from a Wi-Fi scan
dual_band BOOL Reports capability to transmit on the 5 GHz and 2.4 GHz wireless bands
networks ARRAY Contains a list of networks found during the most recent Wi-Fi scan