HomeSort by: relevance | last modified time | path
    Searched refs:p2p_channel_to_freq (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/wpa/dist/src/p2p/
p2p_utils.c 52 * p2p_channel_to_freq - Convert channel info to frequency
57 int p2p_channel_to_freq(int op_class, int channel) function
225 int freq = p2p_channel_to_freq(op->reg_class,
278 if (p2p_channel_to_freq(reg->reg_class,
332 freq = p2p_channel_to_freq(p2p->cfg->pref_chan[i].op_class,
479 freq = p2p_channel_to_freq(c->reg_class,
569 if (p2p_channel_to_freq(op_class, channel) !=
p2p_invitation.c 317 req_freq = p2p_channel_to_freq(
365 op_freq = p2p_channel_to_freq(p2p->op_reg_class,
397 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
543 int freq = p2p_channel_to_freq(p2p->op_reg_class,
549 peer_oper_freq = p2p_channel_to_freq(
p2p_go_neg.c 455 freq = p2p_channel_to_freq(p2p->op_reg_class, p2p->op_channel);
665 oper_freq = p2p_channel_to_freq(
1065 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
1105 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
1371 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
1559 int oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
p2p_pd.c 962 p2p_channel_to_freq(msg.operating_channel[3],
1000 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
1027 freq = p2p_channel_to_freq(p2p->op_reg_class,
1461 p2p_channel_to_freq(
1485 freq = p2p_channel_to_freq(p2p->op_reg_class,
p2p.c 268 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel);
323 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel);
1008 freq = p2p_channel_to_freq(reg_class, channel);
1759 freq = p2p_channel_to_freq(msg->listen_channel[3],
1857 res.freq = p2p_channel_to_freq(p2p->op_reg_class,
2100 freq = p2p_channel_to_freq(msg.listen_channel[3],
2128 dev->listen_freq = p2p_channel_to_freq(msg.listen_channel[3],
4803 if (p2p_channel_to_freq(reg_class, channel) < 0)
4858 if (p2p_channel_to_freq(op_reg_class, op_channel) < 0)
5454 freq = p2p_channel_to_freq(msg.oob_go_neg_channel[3]
    [all...]
p2p.h 2431 int p2p_channel_to_freq(int op_class, int channel);
p2p_sd.c 344 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
  /src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant.c 3909 p2p_channel_to_freq(op_class, channel)))

Completed in 46 milliseconds