HomeSort by: relevance | last modified time | path
    Searched refs:p2p_channels_includes (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/p2p/
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, function
292 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class,
302 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class,
313 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class,
315 p2p_channels_includes(&p2p->cfg->cli_channels, op_reg_class,
425 * channel is not allowed by p2p_channels_includes() rules. However, it
429 if (p2p_channels_includes(chans, 81, 1) ||
433 if (p2p_channels_includes(chans, 81, 6) ||
437 if (p2p_channels_includes(chans, 81, 11) |
    [all...]
p2p_go_neg.c 435 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
446 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
457 !p2p_channels_includes(intersection, p2p->op_reg_class,
461 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
470 !p2p_channels_includes(intersection, p2p->op_reg_class,
474 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
484 if (p2p_channels_includes(intersection,
532 if (p2p_channels_includes(intersection, p2p->op_reg_class,
572 if (!p2p_channels_includes(&intersection, p2p->op_reg_class,
729 (!p2p_channels_includes(&p2p->cfg->channels
    [all...]
p2p_invitation.c 295 if (!p2p_channels_includes(&intersection, reg_class, channel))
323 p2p_channels_includes(&intersection,
337 !p2p_channels_includes(&intersection, p2p->op_reg_class,
344 if (!p2p_channels_includes(&intersection,
p2p_pd.c 812 !p2p_channels_includes(&dev->channels,
1454 if (p2p_channels_includes(&p2p->channels,
1457 p2p_channels_includes(&dev->channels,
p2p_i.h 696 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
p2p.c 1413 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1414 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class,
1471 p2p_channels_includes(&p2p->cfg->channels,
1503 } else if (p2p_channels_includes(&p2p->cfg->channels,

Completed in 53 milliseconds