Searched refs:goDeviceAddress (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
H A D | SupplicantP2pIfaceCallbackV1_4Impl.java | 171 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 D | SupplicantP2pIfaceCallbackImpl.java | 268 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 D | ISupplicantP2pIfaceCallback.hal | 160 * @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 D | ISupplicantP2pIface.hal | 305 * 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)
|