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() 429 if (p2p_channels_includes(chans, 81, 1) || in p2p_channel_random_social() 433 if (p2p_channels_includes(chans, 81, 6) || in p2p_channel_random_social() 437 if (p2p_channels_includes(chans, 81, 11) || in p2p_channel_random_social() 443 if (p2p_channels_includes(chans, 180, 2)) in p2p_channel_random_social()
|
D | p2p_go_neg.c | 397 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 …]
|
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() 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()
|
D | p2p_i.h | 714 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
|
D | p2p.c | 1392 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) && in p2p_prepare_channel_pref() 1393 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class, in p2p_prepare_channel_pref() 1448 p2p_channels_includes(&p2p->cfg->channels, in p2p_prepare_channel_best() 1469 } else if (p2p_channels_includes(&p2p->cfg->channels, in p2p_prepare_channel_best()
|