Searched refs:BSS_ID_STR (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java613 private static final String BSS_ID_STR = "id="; field in class:WifiNative
652 if (line.startsWith(BSS_ID_STR)) { // Will find the last id line
654 next_sid = Integer.parseInt(line.substring(BSS_ID_STR.length())) + 1;

Completed in 77 milliseconds