Searched refs:SSID_PATTERN (Results 1 – 1 of 1) sorted by relevance
36 private static final Pattern SSID_PATTERN = Pattern.compile("(\".*\")|(0x[\\p{XDigit}]+)", field in WifiKey67 if (ssid == null || !SSID_PATTERN.matcher(ssid).matches()) { in WifiKey()