Searched refs:BSSID_PATTERN (Results 1 – 1 of 1) sorted by relevance
33 public static final Pattern BSSID_PATTERN = Pattern.compile(".*WifiInfo:.*BSSID:\\s*([^,]*).*"); field in WifiCommandUtil132 Matcher bssidMatcher = BSSID_PATTERN.matcher(input); in parseWifiInfo()