Home
last modified time | relevance | path

Searched refs:p2p_channels_includes (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p_utils.c254 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, in p2p_channels_includes() function
292 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq()
302 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq_go()
313 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq_cli()
315 p2p_channels_includes(&p2p->cfg->cli_channels, op_reg_class, in p2p_supported_freq_cli()
422 if (p2p_channels_includes(chans, 81, 1)) in p2p_channel_random_social()
424 if (p2p_channels_includes(chans, 81, 6)) in p2p_channel_random_social()
426 if (p2p_channels_includes(chans, 81, 11)) in p2p_channel_random_social()
430 if (p2p_channels_includes(chans, 180, 2)) in p2p_channel_random_social()
Dp2p_go_neg.c397 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
408 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
419 !p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel()
423 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
432 !p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel()
436 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
446 if (p2p_channels_includes(intersection, in p2p_reselect_channel()
486 if (p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel()
526 if (!p2p_channels_includes(&intersection, p2p->op_reg_class, in p2p_go_select_channel()
671 (!p2p_channels_includes(&p2p->cfg->channels, in p2p_check_pref_chan()
[all …]
Dp2p_invitation.c285 if (!p2p_channels_includes(&intersection, reg_class, channel)) in p2p_process_invitation_req()
313 p2p_channels_includes(&intersection, in p2p_process_invitation_req()
327 !p2p_channels_includes(&intersection, p2p->op_reg_class, in p2p_process_invitation_req()
334 if (!p2p_channels_includes(&intersection, in p2p_process_invitation_req()
Dp2p_pd.c800 !p2p_channels_includes(&dev->channels, in p2p_process_prov_disc_req()
1441 if (p2p_channels_includes(&p2p->channels, in p2p_process_prov_disc_resp()
1444 p2p_channels_includes(&dev->channels, in p2p_process_prov_disc_resp()
Dp2p_i.h703 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
Dp2p.c1388 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) && in p2p_prepare_channel_pref()
1389 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class, in p2p_prepare_channel_pref()
1444 p2p_channels_includes(&p2p->cfg->channels, in p2p_prepare_channel_best()
1465 } else if (p2p_channels_includes(&p2p->cfg->channels, in p2p_prepare_channel_best()