Searched refs:p2p_channel_to_freq (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/wpa/src/p2p/
H A Dp2p_utils.c97 * p2p_channel_to_freq - Convert channel info to frequency
103 int p2p_channel_to_freq(const char *country, int reg_class, int channel) function
H A Dp2p_invitation.c277 req_freq = p2p_channel_to_freq(
326 op_freq = p2p_channel_to_freq(p2p->cfg->country,
362 freq = p2p_channel_to_freq(p2p->cfg->country,
H A Dp2p_go_neg.c359 freq = p2p_channel_to_freq(p2p->cfg->country, p2p->op_reg_class,
716 dev->oper_freq = p2p_channel_to_freq((const char *)
753 freq = p2p_channel_to_freq(p2p->cfg->country,
1032 dev->oper_freq = p2p_channel_to_freq((const char *)
H A Dp2p.c227 freq = p2p_channel_to_freq(p2p->cfg->country, p2p->cfg->reg_class,
278 freq = p2p_channel_to_freq(p2p->cfg->country, p2p->cfg->reg_class,
827 freq = p2p_channel_to_freq(p2p->cfg->country, reg_class, channel);
1423 freq = p2p_channel_to_freq((char *) msg->listen_channel,
1523 res.freq = p2p_channel_to_freq(p2p->cfg->country,
1548 freq = p2p_channel_to_freq(peer->country, c->reg_class,
1779 dev->listen_freq = p2p_channel_to_freq(dev->country,
3926 if (p2p_channel_to_freq(p2p->cfg->country, reg_class, channel) < 0)
3956 if (p2p_channel_to_freq(p2p->cfg->country, op_reg_class, op_channel)
H A Dp2p_pd.c220 freq = p2p_channel_to_freq(p2p->cfg->country,
H A Dp2p_i.h554 int p2p_channel_to_freq(const char *country, int reg_class, int channel);
H A Dp2p_sd.c293 freq = p2p_channel_to_freq(p2p->cfg->country,

Completed in 121 milliseconds