Home
last modified time | relevance | path

Searched refs:mMacRandomizationUnsupportedSsidPrefixes (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java99 private Set<String> mMacRandomizationUnsupportedSsidPrefixes = new ArraySet<>(); field in WifiGlobals
183 mMacRandomizationUnsupportedSsidPrefixes.add(cleanedSsid); in WifiGlobals()
273 return mMacRandomizationUnsupportedSsidPrefixes; in getMacRandomizationUnsupportedSsidPrefixes()