Searched refs:p2p_channels_includes (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_utils.c | 254 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()
|
D | p2p_go_neg.c | 392 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 403 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 414 !p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel() 418 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 427 !p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel() 431 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 441 if (p2p_channels_includes(intersection, in p2p_reselect_channel() 481 if (p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel() 521 if (!p2p_channels_includes(&intersection, p2p->op_reg_class, in p2p_go_select_channel() 576 if (!p2p_channels_includes(&p2p->cfg->channels, in p2p_check_pref_chan_no_recv() [all …]
|
D | p2p_invitation.c | 285 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()
|
D | p2p_pd.c | 800 !p2p_channels_includes(&dev->channels, in p2p_process_prov_disc_req() 1438 if (p2p_channels_includes(&p2p->channels, in p2p_process_prov_disc_resp() 1441 p2p_channels_includes(&dev->channels, in p2p_process_prov_disc_resp()
|
D | p2p_i.h | 696 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
|
D | p2p.c | 1365 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) && in p2p_prepare_channel_pref() 1366 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class, in p2p_prepare_channel_pref() 1421 p2p_channels_includes(&p2p->cfg->channels, in p2p_prepare_channel_best() 1442 } else if (p2p_channels_includes(&p2p->cfg->channels, in p2p_prepare_channel_best()
|