wifiSsidPolicyType property
Type of the Wi-Fi SSID policy to be applied. Possible string values are:
- "WIFI_SSID_POLICY_TYPE_UNSPECIFIED" : Defaults to WIFI_SSID_DENYLIST. wifiSsids must not be set. There are no restrictions on which SSID the device can connect to.
- "WIFI_SSID_DENYLIST" : The device cannot connect to any Wi-Fi network whose SSID is in wifiSsids, but can connect to other networks.
- "WIFI_SSID_ALLOWLIST" : The device can make Wi-Fi connections only to the SSIDs in wifiSsids. wifiSsids must not be empty. The device will not be able to connect to any other Wi-Fi network.
Implementation
core.String? wifiSsidPolicyType;