Home
last modified time | relevance | path

Searched refs:MAX_SSID_LENGTH (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java93 private static final int MAX_SSID_LENGTH = 32; field in WifiConfigurationTestUtil
260 assertTrue(ssid.length() <= MAX_SSID_LENGTH); in createNewSSID()