Searched refs:ipAddressGo (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/ |
D | WifiP2pGroup.java | 132 Inet4Address ipAddressGo, Inet4Address ipAddressMask) { in P2pGroupClientEapolIpAddressData() argument 134 this.mIpAddressGo = ipAddressGo; in P2pGroupClientEapolIpAddressData()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | ISupplicantP2pIfaceHal.java | 606 boolean configureEapolIpAddressAllocationParams(int ipAddressGo, int ipAddressMask, in configureEapolIpAddressAllocationParams() argument
|
D | WifiP2pNative.java | 1011 public boolean configureEapolIpAddressAllocationParams(int ipAddressGo, int ipAddressMask, in configureEapolIpAddressAllocationParams() argument 1013 return mSupplicantP2pIfaceHal.configureEapolIpAddressAllocationParams(ipAddressGo, in configureEapolIpAddressAllocationParams()
|
D | SupplicantP2pIfaceHal.java | 1151 public boolean configureEapolIpAddressAllocationParams(int ipAddressGo, int ipAddressMask, in configureEapolIpAddressAllocationParams() argument 1158 return mP2pIfaceHal.configureEapolIpAddressAllocationParams(ipAddressGo, ipAddressMask, in configureEapolIpAddressAllocationParams()
|
D | SupplicantP2pIfaceHalAidlImpl.java | 2628 public boolean configureEapolIpAddressAllocationParams(int ipAddressGo, int ipAddressMask, in configureEapolIpAddressAllocationParams() argument 2636 mISupplicantP2pIface.configureEapolIpAddressAllocationParams(ipAddressGo, in configureEapolIpAddressAllocationParams()
|
D | SupplicantP2pIfaceCallbackAidlImpl.java | 350 intToInet4AddressHTL(p2pClientIpInfo.ipAddressGo), in onGroupStarted()
|
D | SupplicantP2pIfaceHalHidlImpl.java | 2641 public boolean configureEapolIpAddressAllocationParams(int ipAddressGo, int ipAddressMask, in configureEapolIpAddressAllocationParams() argument
|
D | WifiP2pServiceImpl.java | 6868 InetAddress ipAddressGo = InetAddresses in configureEapolIpAddressAllocationParamsIfEnabled() local 6877 inet4AddressToIntHTL((Inet4Address) ipAddressGo), in configureEapolIpAddressAllocationParamsIfEnabled()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceCallbackAidlImplTest.java | 564 int ipAddressGo = 0x0131a8c0; in testOnGroupStartedWithParams_success() local 581 intToInet4AddressHTL(ipAddressGo)); in testOnGroupStartedWithParams_success() 601 params1.p2pClientIpInfo.ipAddressGo = ipAddressGo; in testOnGroupStartedWithParams_success()
|
D | WifiP2pServiceImplTest.java | 7915 InetAddress ipAddressGo = InetAddresses.parseNumericAddress( in checkConfigureEapolIpAddressAllocationParams() local 7924 eq(inet4AddressToIntHTL((Inet4Address) ipAddressGo)), in checkConfigureEapolIpAddressAllocationParams()
|