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 208 * p2p_channels_includes - Check whether a channel is included in the list
214 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, function
282 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class,
p2p_go_neg.c 346 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
357 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
368 !p2p_channels_includes(intersection, p2p->op_reg_class,
372 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
381 !p2p_channels_includes(intersection, p2p->op_reg_class,
385 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
395 if (p2p_channels_includes(intersection,
451 if (p2p_channels_includes(intersection, p2p->op_reg_class,
492 if (!p2p_channels_includes(&intersection, p2p->op_reg_class,
    [all...]
p2p_invitation.c 244 if (!p2p_channels_includes(&intersection, reg_class, channel))
272 p2p_channels_includes(&intersection,
284 if (!p2p_channels_includes(&intersection, p2p->op_reg_class,
291 if (!p2p_channels_includes(&intersection,
p2p_i.h 573 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
p2p.c     [all...]

Completed in 32 milliseconds