Lines Matching refs:group
33 * Set up a P2P group owner or join a group as a group client
36 * If joinExistingGroup is false, this device sets up a P2P group owner manually (i.e.,
37 * without group owner negotiation with a specific peer) with the specified SSID,
40 * If joinExistingGroup is true, this device acts as a group client and joins the group
41 * whose network name and group owner's MAC address matches the specified SSID
43 * group whose network name matches the specified SSID is joined.
45 * @param ssid The SSID of this group.
46 * @param pskPassphrase The passphrase of this group.
47 * @param persistent Used to request a persistent group to be formed,
48 * only applied for the group owner.
49 * @param freq The required frequency or band for this group.
50 * only applied for the group owner.
57 * @param peerAddress the group owner's MAC address, only applied for the group client.
60 * @param joinExistingGroup if true, join a group as a group client; otherwise,
61 * create a group as a group owner.