Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java1197 private List<DhcpOption> convertToInternalDhcpOptions(List<android.net.DhcpOption> options) { in convertToInternalDhcpOptions() method in ClientModeImpl
8248 .withDhcpOptions(convertToInternalDhcpOptions(options)); in startIpClient()