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

  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 324 * p2p_channels_includes - Check whether a channel is included in the list
330 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, function
368 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class,
378 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class,
389 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class,
391 p2p_channels_includes(&p2p->cfg->cli_channels, op_reg_class,
498 if (p2p_channels_includes(chans, 81, 1))
500 if (p2p_channels_includes(chans, 81, 6))
502 if (p2p_channels_includes(chans, 81, 11))
506 if (p2p_channels_includes(chans, 180, 2)
    [all...]
p2p_go_neg.c 381 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
392 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
403 !p2p_channels_includes(intersection, p2p->op_reg_class,
407 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
416 !p2p_channels_includes(intersection, p2p->op_reg_class,
420 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
430 if (p2p_channels_includes(intersection,
470 if (p2p_channels_includes(intersection, p2p->op_reg_class,
510 if (!p2p_channels_includes(&intersection, p2p->op_reg_class,
    [all...]
p2p_invitation.c 261 if (!p2p_channels_includes(&intersection, reg_class, channel))
289 p2p_channels_includes(&intersection,
303 !p2p_channels_includes(&intersection, p2p->op_reg_class,
310 if (!p2p_channels_includes(&intersection,
p2p_i.h 614 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
p2p.c 1205 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1206 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class,
    [all...]

Completed in 73 milliseconds