Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DTwtManager.java134 int[] ouis = wifiInjector.getContext().getResources().getIntArray( in TwtManager() local
136 if (ouis != null) { in TwtManager()
137 for (int oui : ouis) { in TwtManager()
DClientModeImpl.java8222 final List<byte[]> ouis = getOuiInternal(config); in startIpClient() local
8224 mWifiConfigManager.getCustomDhcpOptions(WifiSsid.fromString(config.SSID), ouis); in startIpClient()
8340 List<byte[]> ouis = new ArrayList<>(); in getOuiInternal() local
8343 return ouis; in getOuiInternal()
8350 ouis.add(oui); in getOuiInternal()
8353 return ouis; in getOuiInternal()