/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_utils.c | 251 * p2p_channels_includes - Check whether a channel is included in the list 257 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, in p2p_channels_includes() function 295 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq() 306 if (!p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq_go() 315 if (!p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq_go() 320 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq_go() 331 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq_cli() 333 p2p_channels_includes(&p2p->cfg->cli_channels, op_reg_class, in p2p_supported_freq_cli() 443 * channel is not allowed by p2p_channels_includes() rules. However, it in p2p_channel_random_social() 447 if (p2p_channels_includes(chan in p2p_channel_random_social() [all...] |
H A D | p2p_go_neg.c | 408 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 419 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 430 !p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel() 434 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 443 !p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel() 447 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 457 if (p2p_channels_includes(intersection, in p2p_reselect_channel() 530 if (p2p_channels_includes(intersection, p2p->op_reg_class, in p2p_reselect_channel() 584 if (!p2p_channels_includes(&intersection, p2p->op_reg_class, in p2p_go_select_channel() 732 (!p2p_channels_includes( in p2p_check_pref_chan() [all...] |
H A D | p2p_invitation.c | 303 if (!p2p_channels_includes(&intersection, reg_class, channel)) in p2p_process_invitation_req() 331 p2p_channels_includes(&intersection, in p2p_process_invitation_req() 345 !p2p_channels_includes(&intersection, p2p->op_reg_class, in p2p_process_invitation_req() 352 if (!p2p_channels_includes(&intersection, in p2p_process_invitation_req()
|
H A D | p2p_pd.c | 798 !p2p_channels_includes(&dev->channels, in p2p_process_prov_disc_req() 1439 if (p2p_channels_includes(&p2p->channels, in p2p_process_prov_disc_resp() 1442 p2p_channels_includes(&dev->channels, in p2p_process_prov_disc_resp()
|
H A D | p2p_i.h | 747 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
|
H A D | p2p.c | 1488 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) && 1489 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class, 1546 p2p_channels_includes(&p2p->cfg->channels, 1578 } else if (p2p_channels_includes(&p2p->cfg->channels,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_utils.c | 248 * p2p_channels_includes - Check whether a channel is included in the list 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() 425 * channel is not allowed by p2p_channels_includes() rules. However, it in p2p_channel_random_social() 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(chan in p2p_channel_random_social() [all...] |
H A 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( in p2p_check_pref_chan() [all...] |
H A 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()
|
H A D | p2p_pd.c | 798 !p2p_channels_includes(&dev->channels, in p2p_process_prov_disc_req() 1439 if (p2p_channels_includes(&p2p->channels, in p2p_process_prov_disc_resp() 1442 p2p_channels_includes(&dev->channels, in p2p_process_prov_disc_resp()
|
H A D | p2p_i.h | 691 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
|
H A D | p2p.c | 1378 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) && in p2p_prepare_channel_pref() 1379 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class, in p2p_prepare_channel_pref() 1434 p2p_channels_includes(&p2p->cfg->channels, in p2p_prepare_channel_best() 1455 } else if (p2p_channels_includes(&p2p->cfg->channels, in p2p_prepare_channel_best()
|