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