Lines Matching refs:peer

54 		p2p_info(p2p, "Mismatching country (ours=%c%c peer's=%c%c)",
65 p2p_info(p2p, "Invalid peer Channel List");
79 p2p_dbg(p2p, "Own reg_classes %d peer reg_classes %d intersection reg_classes %d",
138 struct p2p_device *peer)
158 p2p_buf_add_public_action_hdr(buf, P2P_GO_NEG_REQ, peer->dialog_token);
162 if (peer->flags & P2P_DEV_PREFER_PERSISTENT_GROUP) {
164 if (peer->flags & P2P_DEV_PREFER_PERSISTENT_RECONN)
174 p2p_buf_add_go_intent(buf, (p2p->go_intent << 1) | peer->tie_breaker);
183 p2p_buf_add_device_info(buf, p2p, peer);
189 pw_id = p2p_wps_method_pw_id(peer->wps_method);
190 if (peer->oob_pw_id)
191 pw_id = peer->oob_pw_id;
237 p2p_dbg(p2p, "No Listen/Operating frequency known for the peer "
269 struct p2p_device *peer,
298 if (peer && peer->go_state == LOCAL_GO) {
299 if (peer->flags & P2P_DEV_PREFER_PERSISTENT_GROUP) {
301 if (peer->flags & P2P_DEV_PREFER_PERSISTENT_RECONN)
315 if (peer && peer->go_state == REMOTE_GO) {
323 if (status || peer == NULL) {
326 } else if (peer->go_state == REMOTE_GO) {
331 p2p_channels_intersect(&p2p->channels, &peer->channels,
335 p2p_buf_add_device_info(buf, p2p, peer);
336 if (peer && peer->go_state == LOCAL_GO) {
343 pw_id = p2p_wps_method_pw_id(peer ? peer->wps_method : WPS_NOT_READY);
344 if (peer && peer->oob_pw_id)
345 pw_id = peer->oob_pw_id;
365 * p2p_reselect_channel - Re-select operating channel based on peer information
367 * @intersection: Support channel list intersection from local and peer
370 * information from the peer to allow supported channel lists to be intersected.
436 /* Select channel with highest preference if the peer supports it */
503 p2p_channels_dump(p2p, "peer channels", &dev->channels);
526 p2p_dbg(p2p, "Selected operating channel (op_class %u channel %u) not acceptable to the peer",
531 p2p_dbg(p2p, "Try to optimize channel selection with peer information received; previously selected op_class %u channel %u",
646 * This may happen if the peer entry was added based on PD
648 * from this peer (or that information has timed out).
650 p2p_dbg(p2p, "Update peer " MACSTR
660 p2p_dbg(p2p, "User has rejected this peer");
675 p2p_dbg(p2p, "Already in Group Formation with another peer");
681 p2p_dbg(p2p, "Starting GO Negotiation with previously authorized peer");
707 p2p_dbg(p2p, "Do not reply since peer has higher address and GO Neg Request already sent");
728 p2p_dbg(p2p, "PIN from peer Display");
846 * the peer if it happens to be received after this
866 struct p2p_device *peer,
895 if (peer->go_state == LOCAL_GO) {
896 if (peer->flags & P2P_DEV_PREFER_PERSISTENT_GROUP) {
898 if (peer->flags & P2P_DEV_PREFER_PERSISTENT_RECONN)
917 p2p_channels_intersect(&p2p->channels, &peer->channels, &res);
982 p2p_dbg(p2p, "Wait for the peer to become ready for GO Negotiation");
1097 p2p_dbg(p2p, "PIN from peer Display");
1270 p2p_dbg(p2p, "Updated peer (GO) operating channel preference from %d MHz to %d MHz",
1296 * The peer could have missed our ctrl::ack frame for GO Negotiation
1298 * likelihood of the peer not getting successful TX status for the
1301 * acknowledge any possible retransmission from the peer.