Lines Matching refs:group

70 P2P module manages discovery and group formation with a single state
142 per-group state for group owners. This is initialized with a call to
143 p2p_group_init() when a group is created and deinitialized with
145 following functions to interact with the P2P per-group state:
179 \section p2p_go_neg P2P device discovery and group formation
182 to implement P2P device discovery and group formation. The function
209 function. If a group owner negotiation from another P2P device is
220 wants to connect by forming a new group, it initiates group owner
225 interface address for the group before group owner negotiation can be
241 lower layer code to transmit an Action frame during group owner
248 Once the group owner negotiation has been completed, its results will
251 is responsible for creating a new group interface and starting
253 Enrollee functionality based on the reported group owner negotiation
258 to \ref p2p_wps_success_cb(). The P2P module will clear its group formation
259 state at this point and allows new group formation attempts to be
267 group formation state at this point and allows new group formation
269 for removing the group interface for the failed group.
276 group. This leverages the Generic Advertisement Service (GAS) protocol
320 \section p2p_go P2P group owner
323 per-group information in a group owner. The function calls are
328 When a P2P group interface is created in group owner role, per-group
331 per-group operation. The configured \ref p2p_group_config::ie_update()
333 Response frames in the group owner. The AP mode implementation may use
336 Once the group formation has been completed (or if it is skipped in
337 case of manual group setup), \ref p2p_group_notif_formation_done() is
343 disassociates with the group. This is done by calling
345 manages a list of group members and updates the P2P Group Information
358 When the P2P group interface for GO role is removed,
359 \ref p2p_group_deinit() is used to deinitialize the per-group P2P module
416 device discovery and group formation. The lines starting with "> " are