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