mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "supplicant(interface): Fix a typo in documentation" am: 147abafc18 am: c9033834db am: 528f400d4f
am: cab233c2ac
Change-Id: I2aba2125e9fcb10934e0148cd937c75d955e7240
This commit is contained in:
@@ -261,12 +261,12 @@ interface ISupplicantP2pIface extends ISupplicantIface {
|
||||
/**
|
||||
* Set up a P2P group owner manually (i.e., without group owner
|
||||
* negotiation with a specific peer). This is also known as autonomous
|
||||
* group owner. Optional |persistent| may be used to specify restart of a
|
||||
* persistent group.
|
||||
* group owner. Optional |persistentNetworkId| may be used to specify
|
||||
* restart of a persistent group.
|
||||
*
|
||||
* @param persistent Used to request a persistent group to be formed.
|
||||
* @param persistentNetworkId Used to specify the restart of a persistent
|
||||
* group.
|
||||
* group. Set to UINT32_MAX for a non-persistent group.
|
||||
* @return status Status of the operation.
|
||||
* Possible status codes:
|
||||
* |SupplicantStatusCode.SUCCESS|,
|
||||
|
||||
Reference in New Issue
Block a user