Home
last modified time | relevance | path

Searched refs:intersection (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/p2p/
Dp2p_invitation.c196 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
263 &intersection); in p2p_process_invitation_req()
264 p2p_channels_dump(p2p, "intersection", &intersection); in p2p_process_invitation_req()
270 &go, group_bssid, &op_freq, persistent, &intersection, in p2p_process_invitation_req()
276 &intersection); in p2p_process_invitation_req()
277 p2p_channels_dump(p2p, "intersection(GO)", &intersection); in p2p_process_invitation_req()
278 if (intersection.reg_classes == 0) { in p2p_process_invitation_req()
295 if (!p2p_channels_includes(&intersection, reg_class, channel)) in p2p_process_invitation_req()
304 channels = &intersection; in p2p_process_invitation_req()
323 p2p_channels_includes(&intersection, in p2p_process_invitation_req()
[all …]
Dp2p_go_neg.c43 struct p2p_channels intersection; in p2p_peer_channels_check() local
79 p2p_channels_intersect(own, &dev->channels, &intersection); in p2p_peer_channels_check()
83 (int) intersection.reg_classes); in p2p_peer_channels_check()
84 if (intersection.reg_classes == 0) { in p2p_peer_channels_check()
421 struct p2p_channels *intersection) in p2p_reselect_channel() argument
435 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
446 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
457 !p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel()
461 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
470 !p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel()
[all …]
Dp2p_i.h824 struct p2p_channels *intersection);
Dp2p.c1838 struct p2p_channels intersection; in p2p_go_complete() local
1874 &intersection); in p2p_go_complete()
1876 p2p_channels_remove_freqs(&intersection, &p2p->no_go_freq); in p2p_go_complete()
1878 &intersection); in p2p_go_complete()
1881 p2p_channels_to_freqs(&intersection, res.freq_list, in p2p_go_complete()