Searched refs:mCustomDhcpOptions (Results 1 – 1 of 1) sorted by relevance
430 private final Map<NetworkIdentifier, List<DhcpOption>> mCustomDhcpOptions = new HashMap<>(); field in WifiConfigManager4588 mCustomDhcpOptions.put(new NetworkIdentifier(ssid, oui), options); in addCustomDhcpOptions()4598 mCustomDhcpOptions.remove(new NetworkIdentifier(ssid, oui)); in removeCustomDhcpOptions()4614 List<DhcpOption> options = mCustomDhcpOptions.get(new NetworkIdentifier(ssid, oui)); in getCustomDhcpOptions()