Searched defs:p2p_channels_includes (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_utils.c248 * 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(chan
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_utils.c248 * 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(chan
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_utils.c248 * 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(chan
[all...]

Completed in 31 milliseconds