Searched refs:SSID_PATTERN (Results 1 – 2 of 2) sorted by relevance
38 private static final Pattern SSID_PATTERN = Pattern.compile("(\".*\")|(0x[\\p{XDigit}]+)", field in WifiKey69 if (ssid == null || !SSID_PATTERN.matcher(ssid).matches()) { in WifiKey()
47658 Landroid/net/WifiKey;->SSID_PATTERN:Ljava/util/regex/Pattern;