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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiApConfigStore.java64 static final int PSK_MAX_LEN = 63; field in class:WifiApConfigStore
315 if (preSharedKey.length() < PSK_MIN_LEN || preSharedKey.length() > PSK_MAX_LEN) {
317 + " and no more than " + PSK_MAX_LEN);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiApConfigStoreTest.java554 generateRandomString(WifiApConfigStore.PSK_MAX_LEN + 1);
564 generateRandomString(WifiApConfigStore.PSK_MAX_LEN);
568 int maxLen = WifiApConfigStore.PSK_MAX_LEN;

Completed in 230 milliseconds