Searched refs:SSID_ASCII_MIN_LENGTH (Results 1 – 1 of 1) sorted by relevance
49 private static final int SSID_ASCII_MIN_LENGTH = 1; field in WifiUtils68 return ssid.length() < SSID_ASCII_MIN_LENGTH; in isSSIDTooShort()