Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pGroup.java132 Inet4Address ipAddressGo, Inet4Address ipAddressMask) { in P2pGroupClientEapolIpAddressData() argument
134 this.mIpAddressGo = ipAddressGo; in P2pGroupClientEapolIpAddressData()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DISupplicantP2pIfaceHal.java606 boolean configureEapolIpAddressAllocationParams(int ipAddressGo, int ipAddressMask, in configureEapolIpAddressAllocationParams() argument
DWifiP2pNative.java1011 public boolean configureEapolIpAddressAllocationParams(int ipAddressGo, int ipAddressMask, in configureEapolIpAddressAllocationParams() argument
1013 return mSupplicantP2pIfaceHal.configureEapolIpAddressAllocationParams(ipAddressGo, in configureEapolIpAddressAllocationParams()
DSupplicantP2pIfaceHal.java1151 public boolean configureEapolIpAddressAllocationParams(int ipAddressGo, int ipAddressMask, in configureEapolIpAddressAllocationParams() argument
1158 return mP2pIfaceHal.configureEapolIpAddressAllocationParams(ipAddressGo, ipAddressMask, in configureEapolIpAddressAllocationParams()
DSupplicantP2pIfaceHalAidlImpl.java2628 public boolean configureEapolIpAddressAllocationParams(int ipAddressGo, int ipAddressMask, in configureEapolIpAddressAllocationParams() argument
2636 mISupplicantP2pIface.configureEapolIpAddressAllocationParams(ipAddressGo, in configureEapolIpAddressAllocationParams()
DSupplicantP2pIfaceCallbackAidlImpl.java350 intToInet4AddressHTL(p2pClientIpInfo.ipAddressGo), in onGroupStarted()
DSupplicantP2pIfaceHalHidlImpl.java2641 public boolean configureEapolIpAddressAllocationParams(int ipAddressGo, int ipAddressMask, in configureEapolIpAddressAllocationParams() argument
DWifiP2pServiceImpl.java6868 InetAddress ipAddressGo = InetAddresses in configureEapolIpAddressAllocationParamsIfEnabled() local
6877 inet4AddressToIntHTL((Inet4Address) ipAddressGo), in configureEapolIpAddressAllocationParamsIfEnabled()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackAidlImplTest.java564 int ipAddressGo = 0x0131a8c0; in testOnGroupStartedWithParams_success() local
581 intToInet4AddressHTL(ipAddressGo)); in testOnGroupStartedWithParams_success()
601 params1.p2pClientIpInfo.ipAddressGo = ipAddressGo; in testOnGroupStartedWithParams_success()
DWifiP2pServiceImplTest.java7915 InetAddress ipAddressGo = InetAddresses.parseNumericAddress( in checkConfigureEapolIpAddressAllocationParams() local
7924 eq(inet4AddressToIntHTL((Inet4Address) ipAddressGo)), in checkConfigureEapolIpAddressAllocationParams()