Home | History | Annotate | Download | only in p2p

Lines Matching refs:intersection

164 	struct p2p_channels intersection, *channels = NULL;
225 &intersection);
231 &go, group_bssid, &op_freq, persistent, &intersection);
244 if (!p2p_channels_includes(&intersection, reg_class, channel))
253 channels = &intersection;
272 p2p_channels_includes(&intersection,
284 if (!p2p_channels_includes(&intersection, p2p->op_reg_class,
286 p2p_dbg(p2p, "Initially selected channel (op_class %d channel %d) not in channel intersection - try to reselect",
288 p2p_reselect_channel(p2p, &intersection);
291 if (!p2p_channels_includes(&intersection,
303 p2p_reselect_channel(p2p, &intersection);
320 channels = &intersection;
382 struct p2p_channels intersection, *channels = NULL;
427 &intersection);
428 channels = &intersection;