Home | History | Annotate | Download | only in p2p

Lines Matching defs:go

23 			return -1; /* both devices want to become GO */
25 /* Use tie breaker bit to determine GO */
191 "peer " MACSTR " to send GO Negotiation Request",
200 "P2P: Sending GO Negotiation Request");
234 "P2P: Building GO Negotiation Response");
358 "P2P: Received GO Negotiation Request from " MACSTR
366 "P2P: Mandatory Capability attribute missing from GO "
377 "P2P: Mandatory GO Intent attribute missing from GO "
387 "missing from GO Negotiation Request");
422 "P2P: Unexpected GO Negotiation Request SA=" MACSTR
432 "P2P: Unexpected Status attribute (%d) in GO "
447 "P2P: Not ready for GO negotiation with " MACSTR,
459 int go;
463 "GO Negotiation with previously authorized "
483 "P2P: No GO Intent attribute received");
488 "P2P: Invalid GO Intent value (%u) received",
497 "address and GO Neg Request already sent");
502 go = p2p_go_det(p2p->go_intent, *msg.go_intent);
503 if (go < 0) {
505 "P2P: Incompatible GO Intent");
563 if (go) {
594 dev->go_state = go ? LOCAL_GO : REMOTE_GO;
608 "P2P: GO Negotiation with " MACSTR, MAC2STR(sa));
628 "P2P: Sending GO Negotiation Response");
661 const u8 *resp_chan, int go)
669 "P2P: Building GO Negotiation Confirm");
692 if (go || resp_chan == NULL)
701 if (go) {
716 int go = -1;
722 "P2P: Received GO Negotiation Response from " MACSTR
728 "P2P: Not ready for GO negotiation with " MACSTR,
738 "P2P: Was not expecting GO Negotiation Response - "
761 "P2P: GO Negotiation rejected: status %d",
767 "GO Negotiation");
774 "P2P: Stop GO Negotiation attempt");
784 "P2P: Mandatory Capability attribute missing from GO "
795 "from GO Negotiation Response");
812 "P2P: No GO Intent attribute received");
818 "P2P: Invalid GO Intent value (%u) received",
824 go = p2p_go_det(p2p->go_intent, *msg.go_intent);
825 if (go < 0) {
827 "P2P: Incompatible GO Intent");
832 if (!go && msg.group_id) {
836 } else if (!go) {
839 "GO Negotiation Response");
850 "missing from GO Negotiation Response");
860 if (!msg.operating_channel && !go) {
940 if (go) {
974 "P2P: GO Negotiation with " MACSTR, MAC2STR(sa));
979 msg.operating_channel, go);
984 "P2P: Sending GO Negotiation Confirm");
987 dev->go_state = go ? LOCAL_GO : REMOTE_GO;
1011 "P2P: Received GO Negotiation Confirm from " MACSTR,
1017 "P2P: Not ready for GO negotiation with " MACSTR,
1024 "for TX status on GO Negotiation Response since we "
1034 "P2P: Was not expecting GO Negotiation Confirm - "
1056 "P2P: GO Negotiation rejected: status %d",
1069 "GO Negotiation Confirmation");
1080 "from GO Negotiation Confirmation");
1090 "from GO Negotiation Confirmation");
1101 * This should not happen since GO negotiation has already
1105 "P2P: Unexpected GO Neg state - do not know which end "
1106 "becomes GO");