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

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

Completed in 490 milliseconds