HomeSort by relevance Sort by last modified time
    Searched refs:p2p_channels_includes (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/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,
422 if (p2p_channels_includes(chans, 81, 1))
424 if (p2p_channels_includes(chans, 81, 6))
426 if (p2p_channels_includes(chans, 81, 11))
430 if (p2p_channels_includes(chans, 180, 2)
    [all...]
p2p_go_neg.c 397 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
408 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
419 !p2p_channels_includes(intersection, p2p->op_reg_class,
423 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
432 !p2p_channels_includes(intersection, p2p->op_reg_class,
436 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
446 if (p2p_channels_includes(intersection,
486 if (p2p_channels_includes(intersection, p2p->op_reg_class,
526 if (!p2p_channels_includes(&intersection, p2p->op_reg_class,
671 (!p2p_channels_includes(&p2p->cfg->channels
    [all...]
p2p_invitation.c 285 if (!p2p_channels_includes(&intersection, reg_class, channel))
313 p2p_channels_includes(&intersection,
327 !p2p_channels_includes(&intersection, p2p->op_reg_class,
334 if (!p2p_channels_includes(&intersection,
p2p_pd.c 800 !p2p_channels_includes(&dev->channels,
    [all...]
p2p_i.h 700 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
p2p.c     [all...]

Completed in 560 milliseconds