Searched refs:ouis (Results 1 – 2 of 2) sorted by relevance
134 int[] ouis = wifiInjector.getContext().getResources().getIntArray( in TwtManager() local136 if (ouis != null) { in TwtManager()137 for (int oui : ouis) { in TwtManager()
8222 final List<byte[]> ouis = getOuiInternal(config); in startIpClient() local8224 mWifiConfigManager.getCustomDhcpOptions(WifiSsid.fromString(config.SSID), ouis); in startIpClient()8340 List<byte[]> ouis = new ArrayList<>(); in getOuiInternal() local8343 return ouis; in getOuiInternal()8350 ouis.add(oui); in getOuiInternal()8353 return ouis; in getOuiInternal()