Home | History | Annotate | Download | only in p2p

Lines Matching refs:go

494  * If the scan result is for a GO, the clients in the group will also be added
731 * during GO Negotiation start.
738 "for freq %u (GO Neg)", freq);
1039 " GO Intent=%d Intended Interface Address=" MACSTR
1075 * discoverability via the GO at that point.
1099 * new GO Negotiation, e.g., when the pending frame was from a
1100 * previous attempt at starting a GO Negotiation.
1139 " GO Intent=%d Intended Interface Address=" MACSTR
1212 "GO Negotiation Request");
1215 "P2P: Created device entry based on GO Neg Req: "
1258 int go = peer->go_state == LOCAL_GO;
1264 "P2P: GO Negotiation with " MACSTR " completed (%s will be "
1265 "GO)", MAC2STR(peer->info.p2p_device_addr),
1266 go ? "local end" : "peer");
1269 res.role_go = go;
1276 if (go) {
1311 res.peer_config_timeout = go ? peer->client_timeout : peer->go_timeout;
1773 /* Received a Probe Request from GO Negotiation peer */
1775 "P2P: Found GO Negotiation peer - try to start GO "
1928 "for " MACSTR " (GO Negotiation peer " MACSTR ")",
2356 "P2P: Found GO Negotiation peer - try to start GO "
2393 /* TODO: p2p_buf_add_operating_channel() if GO */
2409 "P2P: GO Negotiation Request TX callback: success=%d",
2414 "P2P: No pending GO Negotiation");
2431 "try to use device discoverability through its GO",
2450 "P2P: GO Negotiation Response TX callback: success=%d",
2454 "P2P: Ignore TX callback event - GO Negotiation is "
2466 "P2P: GO
2481 "P2P: GO Negotiation Confirm TX callback: result=%d",
2490 * It looks like the TX status for GO Negotiation Confirm is
2500 "P2P: Assume GO Negotiation Confirm TX was actually "
2618 "P2P: Timeout on sending GO Negotiation "
2656 "P2P: Timeout on sending GO Negotiation "
2673 * are no other concurrent uses for the radio. For now, go to listen
2680 * the GO Nego req from the peer.
2695 "P2P: Unknown GO Neg peer - stop GO Neg wait");
2702 "P2P: Timeout on waiting peer to become ready for GO "
2709 "P2P: Go to Listen state while waiting for the peer to become "
2710 "ready for GO Negotiation");
2776 "active GO role - wait on operating channel");
3125 "GO " MACSTR " (own interface " MACSTR ") freq=%u dur1=%u "
3508 /* TODO: may need to tear down any action group where we are GO(?) */