Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackV1_4Impl.java171 int frequency, byte[] psk, String passphrase, byte[] goDeviceAddress, in onGroupStarted() argument
174 ssid, frequency, psk, passphrase, goDeviceAddress, isPersistent); in onGroupStarted()
196 public void onInvitationReceived(byte[] srcAddress, byte[] goDeviceAddress, in onInvitationReceived() argument
198 mCallbackV10.onInvitationReceived(srcAddress, goDeviceAddress, bssid, in onInvitationReceived()
H A DSupplicantP2pIfaceCallbackImpl.java268 int frequency, byte[] psk, String passphrase, byte[] goDeviceAddress, in onGroupStarted() argument
301 owner.deviceAddress = NativeUtil.macAddressFromByteArray(goDeviceAddress); in onGroupStarted()
341 public void onInvitationReceived(byte[] srcAddress, byte[] goDeviceAddress, in onInvitationReceived() argument
360 owner.deviceAddress = NativeUtil.macAddressFromByteArray(goDeviceAddress); in onInvitationReceived()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantP2pIfaceCallback.hal160 * @param goDeviceAddress MAC Address of the owner of this group.
165 uint8_t[32] psk, string passphrase, MacAddress goDeviceAddress,
180 * @param goDeviceAddress MAC Address of the owner of this group.
186 MacAddress srcAddress, MacAddress goDeviceAddress, Bssid bssid,
H A DISupplicantP2pIface.hal305 * device to invite. |goDeviceAddress| parameter may be used to override
310 * @param goDeviceAddress MAC address of the group owner device.
318 invite(string groupIfName, MacAddress goDeviceAddress, MacAddress peerAddress)