Home | History | Annotate | Download | only in p2p

Lines Matching refs:p2p_dbg

160 		p2p_dbg(p2p, "Failed to send Action frame");
237 p2p_dbg(p2p, "No Listen/Operating frequency known for the peer "
247 p2p_dbg(p2p, "Start Service Discovery with " MACSTR,
261 p2p_dbg(p2p, "Failed to send Action frame");
298 p2p_dbg(p2p, "GAS Initial Request from " MACSTR
303 p2p_dbg(p2p, "Unexpected IE in GAS Initial Request: %u", *pos);
311 p2p_dbg(p2p, "Invalid IE in GAS Initial Request");
317 p2p_dbg(p2p, "Unsupported GAS advertisement protocol id %u",
336 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos));
344 p2p_dbg(p2p, "Invalid ANQP Query Request length");
349 p2p_dbg(p2p, "Unsupported ANQP OUI %06x", WPA_GET_BE24(pos));
355 p2p_dbg(p2p, "Unsupported ANQP vendor type %u", *pos);
363 p2p_dbg(p2p, "Service Update Indicator: %u", update_indic);
379 p2p_dbg(p2p, "SD response long enough to require fragmentation");
388 p2p_dbg(p2p, "Drop previous SD response");
403 p2p_dbg(p2p, "SD response fits in initial response");
415 p2p_dbg(p2p, "Failed to send Action frame");
435 p2p_dbg(p2p, "P2P: #### Not ignoring unexpected GAS Initial Response from "
443 p2p_dbg(p2p, "Ignore unexpected GAS Initial Response from "
450 p2p_dbg(p2p, "Received GAS Initial Response from " MACSTR " (len=%d)",
454 p2p_dbg(p2p, "Too short GAS Initial Response frame");
464 p2p_dbg(p2p, "dialog_token=%u status_code=%u comeback_delay=%u",
467 p2p_dbg(p2p, "Service Discovery failed: status code %u",
473 p2p_dbg(p2p, "Unexpected IE in GAS Initial Response: %u", *pos);
481 p2p_dbg(p2p, "Invalid IE in GAS Initial Response");
487 p2p_dbg(p2p, "Unsupported GAS advertisement protocol id %u",
495 p2p_dbg(p2p, "Too short Query Response");
500 p2p_dbg(p2p, "Query Response Length: %d", slen);
502 p2p_dbg(p2p, "Not enough Query Response data");
508 p2p_dbg(p2p, "Fragmented response - request fragments");
510 p2p_dbg(p2p, "Drop old SD reassembly buffer");
522 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos));
530 p2p_dbg(p2p, "Invalid ANQP Query Response length");
535 p2p_dbg(p2p, "Unsupported ANQP OUI %06x", WPA_GET_BE24(pos));
541 p2p_dbg(p2p, "Unsupported ANQP vendor type %u", *pos);
549 p2p_dbg(p2p, "Service Update Indicator: %u", update_indic);
559 p2p_dbg(p2p, "Remove completed SD query %p",
587 p2p_dbg(p2p, "Dialog Token: %u", dialog_token);
589 p2p_dbg(p2p, "No pending SD response fragment for dialog token %u",
595 p2p_dbg(p2p, "No pending SD response fragment available");
599 p2p_dbg(p2p, "No pending SD response fragment for " MACSTR,
617 p2p_dbg(p2p, "Send GAS Comeback Response (frag_id %d more=%d frag_len=%d)",
623 p2p_dbg(p2p, "%d more bytes remain to be sent",
626 p2p_dbg(p2p, "All fragments of SD response sent");
635 p2p_dbg(p2p, "Failed to send Action frame");
658 p2p_dbg(p2p, "P2P: #### Not ignoring unexpected GAS Comeback Response from "
666 p2p_dbg(p2p, "Ignore unexpected GAS Comeback Response from "
673 p2p_dbg(p2p, "Received GAS Comeback Response from " MACSTR " (len=%d)",
677 p2p_dbg(p2p, "Too short GAS Comeback Response frame");
690 p2p_dbg(p2p, "dialog_token=%u status_code=%u frag_id=%d more_frags=%d "
696 p2p_dbg(p2p, "Service Discovery failed: status code %u",
702 p2p_dbg(p2p, "Unexpected IE in GAS Comeback Response: %u",
711 p2p_dbg(p2p, "Invalid IE in GAS Comeback Response");
717 p2p_dbg(p2p, "Unsupported GAS advertisement protocol id %u",
725 p2p_dbg(p2p, "Too short Query Response");
730 p2p_dbg(p2p, "Query Response Length: %d", slen);
732 p2p_dbg(p2p, "Not enough Query Response data");
736 p2p_dbg(p2p, "No Query Response data");
753 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos));
760 p2p_dbg(p2p, "ANQP Query Response length: %u", slen);
762 p2p_dbg(p2p, "Invalid ANQP Query Response length");
769 p2p_dbg(p2p, "Unsupported ANQP OUI %06x", WPA_GET_BE24(pos));
775 p2p_dbg(p2p, "Unsupported ANQP vendor type %u", *pos);
783 p2p_dbg(p2p, "Service Update Indicator: %u", p2p->sd_rx_update_indic);
790 p2p_dbg(p2p, "Current SD reassembly buffer length: %u",
794 p2p_dbg(p2p, "More fragments remains");
799 p2p_dbg(p2p, "Too long SD response - drop it");
813 p2p_dbg(p2p, "Remove completed SD query %p",
869 p2p_dbg(p2p, "Added SD Query %p", q);
903 p2p_dbg(p2p, "Cancel pending SD query %p", req);