/external/wpa_supplicant_8/src/p2p/ |
p2p_dev_disc.c | 45 p2p_dbg(p2p, "Device Discoverability Request TX callback: success=%d", 58 p2p_dbg(p2p, "GO acknowledged Device Discoverability Request - wait for response"); 75 p2p_dbg(p2p, "Could not find peer entry for GO and frequency to send Device Discoverability Request"); 83 p2p_dbg(p2p, "Sending Device Discoverability Request to GO " MACSTR 98 p2p_dbg(p2p, "Failed to send Action frame"); 131 p2p_dbg(p2p, "Device Discoverability Response TX callback: success=%d", 146 p2p_dbg(p2p, "Sending Device Discoverability Response to " MACSTR 154 p2p_dbg(p2p, "Failed to send Action frame"); 167 p2p_dbg(p2p, "Received Device Discoverability Request from " MACSTR 174 p2p_dbg(p2p, "Invalid Dialog Token 0 (must be nonzero) in Device Discoverability Request") [all...] |
p2p_go_neg.c | 78 p2p_dbg(p2p, "Own reg_classes %d peer reg_classes %d intersection reg_classes %d", 188 p2p_dbg(p2p, "Failed to build WPS IE for GO Negotiation Request"); 212 p2p_dbg(p2p, "Use PD-before-GO-Neg workaround for " MACSTR, 230 p2p_dbg(p2p, "No Listen/Operating frequency known for the peer " 239 p2p_dbg(p2p, "Sending GO Negotiation Request"); 248 p2p_dbg(p2p, "Failed to send Action frame"); 271 p2p_dbg(p2p, "Building GO Negotiation Response"); 308 p2p_dbg(p2p, "Omit Operating Channel attribute"); 339 p2p_dbg(p2p, "Failed to build WPS IE for GO Negotiation Response"); 382 p2p_dbg(p2p, "Pick own channel preference (reg_class %u channel %u) from intersection" [all...] |
p2p_invitation.c | 182 p2p_dbg(p2p, "Received Invitation Request from " MACSTR " (freq=%d)", 190 p2p_dbg(p2p, "Invitation Request from unknown peer " MACSTR, 195 p2p_dbg(p2p, "Invitation Request add device failed " 203 p2p_dbg(p2p, "Reject Invitation Request from unknown peer " 211 p2p_dbg(p2p, "Mandatory attribute missing in Invitation Request from " 225 p2p_dbg(p2p, "Mandatory Invitation Flags attribute missing from Invitation Request"); 232 p2p_dbg(p2p, "No common channels found"); 252 p2p_dbg(p2p, "Invitation processing forced frequency %d MHz", 255 p2p_dbg(p2p, "Unknown forced freq %d MHz from invitation_process()", 263 p2p_dbg(p2p, "forced freq %d MHz not in the supported channels interaction" [all...] |
p2p_sd.c | 197 p2p_dbg(p2p, "Failed to send Action frame"); 273 p2p_dbg(p2p, "No Listen/Operating frequency known for the peer " 283 p2p_dbg(p2p, "Start Service Discovery with " MACSTR, 300 p2p_dbg(p2p, "Failed to send Action frame"); 347 p2p_dbg(p2p, "GAS Initial Request from " MACSTR 352 p2p_dbg(p2p, "Unexpected IE in GAS Initial Request: %u", *pos); 360 p2p_dbg(p2p, "Invalid IE in GAS Initial Request"); 366 p2p_dbg(p2p, "Unsupported GAS advertisement protocol id %u", 385 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos)); 393 p2p_dbg(p2p, "Invalid ANQP Query Request length") [all...] |
p2p.c | 96 p2p_dbg(p2p, "Expiring old peer entry " MACSTR, 184 p2p_dbg(p2p, "State %s -> %s", 189 p2p_dbg(p2p, "Apply change in listen channel"); 200 p2p_dbg(p2p, "Set timeout (state=%s): %u.%06u sec", 209 p2p_dbg(p2p, "Clear timeout (state=%s)", p2p_state_txt(p2p->state)); 247 p2p_dbg(p2p, "Starting short listen state (state=%s)", 252 p2p_dbg(p2p, "p2p_listen command pending already"); 258 p2p_dbg(p2p, "Unknown regulatory class/channel"); 273 p2p_dbg(p2p, "Skip listen state since duration was 0 TU"); 288 p2p_dbg(p2p, "Failed to start listen mode") 4524 void p2p_dbg(struct p2p_data *p2p, const char *fmt, ...) function [all...] |
p2p_pd.c | 157 p2p_dbg(p2p, "Received Provision Discovery Request from " MACSTR 163 p2p_dbg(p2p, "Provision Discovery Request from unknown peer " 168 p2p_dbg(p2p, "Provision Discovery Request add device failed " 179 p2p_dbg(p2p, "Unsupported Config Methods in Provision Discovery Request"); 192 p2p_dbg(p2p, "PD request for unknown P2P Group ID - reject"); 201 p2p_dbg(p2p, "Peer " MACSTR 206 p2p_dbg(p2p, "Peer " MACSTR 223 p2p_dbg(p2p, "Sending Provision Discovery Response"); 230 p2p_dbg(p2p, "Unknown regulatory class/channel"); 239 p2p_dbg(p2p, "Failed to send Action frame") [all...] |
p2p_group.c | 392 p2p_dbg(group->p2p, "WFD: WFD Session Info: %u descriptors", 418 p2p_dbg(group->p2p, "* P2P Group Info"); 628 p2p_dbg(group->p2p, "Add client " MACSTR 690 p2p_dbg(group->p2p, "Remove client " MACSTR 903 p2p_dbg(group->p2p, "Requested client was not in this group " 909 p2p_dbg(group->p2p, "Requested client does not support client discoverability"); 913 p2p_dbg(group->p2p, "Schedule GO Discoverability Request to be sent to " 929 p2p_dbg(p2p, "Failed to send Action frame"); 954 p2p_dbg(group->p2p, "Client was not in this group"); 967 p2p_dbg(group->p2p, "Failed to fetch current NoA") [all...] |
p2p_utils.c | 437 p2p_dbg(p2p, "%s:%s", title, buf);
|
p2p_i.h | 786 void p2p_dbg(struct p2p_data *p2p, const char *fmt, ...)
|