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 | 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() 474 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 484 if (p2p_channels_includes(intersection, in p2p_reselect_channel() 532 if (p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel() 572 if (!p2p_channels_includes(&intersection, p2p->op_reg_class, in p2p_go_select_channel() 729 (!p2p_channels_includes(&p2p->cfg->channels, in p2p_check_pref_chan() [all …]
|
D | p2p_invitation.c | 295 if (!p2p_channels_includes(&intersection, reg_class, channel)) in p2p_process_invitation_req() 323 p2p_channels_includes(&intersection, in p2p_process_invitation_req() 337 !p2p_channels_includes(&intersection, p2p->op_reg_class, in p2p_process_invitation_req() 344 if (!p2p_channels_includes(&intersection, in p2p_process_invitation_req()
|
D | p2p_pd.c | 812 !p2p_channels_includes(&dev->channels, in p2p_process_prov_disc_req() 1455 if (p2p_channels_includes(&p2p->channels, in p2p_process_prov_disc_resp() 1458 p2p_channels_includes(&dev->channels, in p2p_process_prov_disc_resp()
|
D | p2p_i.h | 706 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
|
D | p2p.c | 1400 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) && in p2p_prepare_channel_pref() 1401 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class, in p2p_prepare_channel_pref() 1458 p2p_channels_includes(&p2p->cfg->channels, in p2p_prepare_channel_best() 1490 } else if (p2p_channels_includes(&p2p->cfg->channels, in p2p_prepare_channel_best()
|