Home | History | Annotate | Download | only in p2p

Lines Matching refs:go

95 			 * peer is the GO, so do not expire the peer entry.
109 * we are the GO, so do not expire the peer entry.
651 * If the scan result is for a GO, the clients in the group will also be added
814 * If we have only seen a Beacon frame from a GO, we do not yet
847 * If GO Negotiation is in progress, report that it has failed.
1317 * p2p_prepare_channel - Select operating channel for GO Negotiation
1324 * This function is used to do initial operating channel selection for GO
1384 " GO Intent=%d Intended Interface Address=" MACSTR
1420 * discoverability via the GO at that point.
1443 * values in each retry within the same GO Negotiation exchange.
1464 * new GO Negotiation, e.g., when the pending frame was from a
1465 * previous attempt at starting a GO Negotiation.
1501 " GO Intent=%d Intended Interface Address=" MACSTR
1580 "GO Negotiation Request");
1583 "P2P: Created device entry based on GO Neg Req: "
1626 int go = peer->go_state == LOCAL_GO;
1632 "P2P: GO Negotiation with " MACSTR " completed (%s will be "
1633 "GO)", MAC2STR(peer->info.p2p_device_addr),
1634 go ? "local end" : "peer");
1637 res.role_go = go;
1648 if (go) {
1683 res.peer_config_timeout = go ? peer->client_timeout : peer->go_timeout;
2242 /* Received a Probe Request from GO Negotiation peer */
2244 "P2P: Found GO Negotiation peer - try to start GO "
2443 "for " MACSTR " (GO Negotiation peer " MACSTR ")",
3004 /* TODO: p2p_buf_add_operating_channel() if GO */
3034 "P2P: GO Negotiation Request TX callback: success=%d",
3039 "P2P: No pending GO Negotiation");
3058 "try to use device discoverability through its GO",
3090 "P2P: GO Negotiation Response TX callback: success=%d",
3094 "P2P: Ignore TX callback event - GO Negotiation is "
3106 "P2P: GO Negotiation Response (failure) TX callback: "
3121 "P2P: GO Negotiation Confirm TX callback: result=%d",
3130 * It looks like the TX status for GO Negotiation Confirm is
3140 "P2P: Assume GO Negotiation Confirm TX was actually "
3258 "P2P: Timeout on sending GO Negotiation "
3315 wpa_msg(p2p->cfg->msg_ctx, MSG_DEBUG, "P2P: Wait for GO "
3316 "Negotiation Confirm timed out - assume GO "
3347 "P2P: Timeout on sending GO Negotiation "
3364 * are no other concurrent uses for the radio. For now, go to listen
3378 "P2P: Unknown GO Neg peer - stop GO Neg wait");
3385 "P2P: Timeout on waiting peer to become ready for GO "
3392 "P2P: Go to Listen state while waiting for the peer to become "
3393 "ready for GO Negotiation");
3473 "active GO role - wait on operating channel");
3846 "GO " MACSTR " (own interface " MACSTR ") freq=%u dur1=%u "
4251 /* TODO: may need to tear down any action group where we are GO(?) */