Searched refs:ipAddressEnd (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | ISupplicantP2pIfaceHal.java | 607 int ipAddressStart, int ipAddressEnd); in configureEapolIpAddressAllocationParams() argument
|
D | WifiP2pNative.java | 1012 int ipAddressStart, int ipAddressEnd) { in configureEapolIpAddressAllocationParams() argument 1014 ipAddressMask, ipAddressStart, ipAddressEnd); in configureEapolIpAddressAllocationParams()
|
D | SupplicantP2pIfaceHal.java | 1152 int ipAddressStart, int ipAddressEnd) { in configureEapolIpAddressAllocationParams() argument 1159 ipAddressStart, ipAddressEnd); in configureEapolIpAddressAllocationParams()
|
D | SupplicantP2pIfaceHalAidlImpl.java | 2629 int ipAddressStart, int ipAddressEnd) { in configureEapolIpAddressAllocationParams() argument 2637 ipAddressMask, ipAddressStart, ipAddressEnd); in configureEapolIpAddressAllocationParams()
|
D | WifiP2pServiceImpl.java | 6856 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()
|
D | SupplicantP2pIfaceHalHidlImpl.java | 2642 int ipAddressStart, int ipAddressEnd) { in configureEapolIpAddressAllocationParams() argument
|