minimumWifiSecurityLevel property

String? minimumWifiSecurityLevel
getter/setter pair

The minimum required security level of Wi-Fi networks that the device can connect to. Possible string values are:

  • "MINIMUM_WIFI_SECURITY_LEVEL_UNSPECIFIED" : Defaults to OPEN_NETWORK_SECURITY, which means the device will be able to connect to all types of Wi-Fi networks.
  • "OPEN_NETWORK_SECURITY" : The device will be able to connect to all types of Wi-Fi networks.
  • "PERSONAL_NETWORK_SECURITY" : A personal network such as WEP, WPA2-PSK is the minimum required security. The device will not be able to connect to open wifi networks. This is stricter than OPEN_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13.
  • "ENTERPRISE_NETWORK_SECURITY" : An enterprise EAP network is the minimum required security level. The device will not be able to connect to Wi-Fi network below this security level. This is stricter than PERSONAL_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13.

Implementation

core.String? minimumWifiSecurityLevel;