Searched refs:PSK_MIN_LEN (Results 1 – 1 of 1) sorted by relevance
70 static final int PSK_MIN_LEN = 8; field in SoftApConfiguration1628 if (passphraseByteLength < PSK_MIN_LEN || passphraseByteLength > PSK_MAX_LEN) { in setPassphrase()1630 "Passphrase length must be at least " + PSK_MIN_LEN in setPassphrase()