wifiConfigDisabled property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? wifiConfigDisabled
getter/setter pair

Whether configuring Wi-Fi networks is disabled.

Supported on fully managed devices and work profiles on company-owned devices. For fully managed devices, setting this to true removes all configured networks and retains only the networks configured using openNetworkConfiguration. For work profiles on company-owned devices, existing configured networks are not affected and the user is not allowed to add, remove, or modify Wi-Fi networks. If configureWifi is set to anything other than CONFIGURE_WIFI_UNSPECIFIED, this setting is ignored. Note: If a network connection can't be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled).

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? wifiConfigDisabled;