Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DISupplicantP2pIfaceHal.java607 int ipAddressStart, int ipAddressEnd); in configureEapolIpAddressAllocationParams() argument
DWifiP2pNative.java1012 int ipAddressStart, int ipAddressEnd) { in configureEapolIpAddressAllocationParams() argument
1014 ipAddressMask, ipAddressStart, ipAddressEnd); in configureEapolIpAddressAllocationParams()
DSupplicantP2pIfaceHal.java1152 int ipAddressStart, int ipAddressEnd) { in configureEapolIpAddressAllocationParams() argument
1159 ipAddressStart, ipAddressEnd); in configureEapolIpAddressAllocationParams()
DSupplicantP2pIfaceHalAidlImpl.java2629 int ipAddressStart, int ipAddressEnd) { in configureEapolIpAddressAllocationParams() argument
2637 ipAddressMask, ipAddressStart, ipAddressEnd); in configureEapolIpAddressAllocationParams()
DWifiP2pServiceImpl.java6856 String ipAddressEnd = mContext.getResources() in configureEapolIpAddressAllocationParamsIfEnabled() local
6858 if (TextUtils.isEmpty(ipAddressStart) || TextUtils.isEmpty(ipAddressEnd)) { in configureEapolIpAddressAllocationParamsIfEnabled()
6860 ipAddressEnd = GO_EAPOL_IP_RANGE_DEFAULT_END_ADDRESS; in configureEapolIpAddressAllocationParamsIfEnabled()
6864 + ", End: " + ipAddressEnd); in configureEapolIpAddressAllocationParamsIfEnabled()
6875 InetAddresses.parseNumericAddress(ipAddressEnd); in configureEapolIpAddressAllocationParamsIfEnabled()
DSupplicantP2pIfaceHalHidlImpl.java2642 int ipAddressStart, int ipAddressEnd) { in configureEapolIpAddressAllocationParams() argument