Searched refs:SSID_MIN_LEN (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiApConfigStore.java58 static final int SSID_MIN_LEN = 1; field in class:WifiApConfigStore
296 if (ssid.length() < SSID_MIN_LEN || ssid.length() > SSID_MAX_LEN) {
298 + SSID_MIN_LEN + " and not more than " + SSID_MAX_LEN);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiApConfigStoreTest.java501 int validLength = WifiApConfigStore.SSID_MAX_LEN - WifiApConfigStore.SSID_MIN_LEN;
503 mRandom.nextInt(validLength) + WifiApConfigStore.SSID_MIN_LEN);

Completed in 66 milliseconds