HomeSort by relevance Sort by last modified time
    Searched refs:p2p_channel_to_freq (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/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,
466 freq = p2p_channel_to_freq(c->reg_class,
p2p_invitation.c 307 req_freq = p2p_channel_to_freq(
355 op_freq = p2p_channel_to_freq(p2p->op_reg_class,
387 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
533 int freq = p2p_channel_to_freq(p2p->op_reg_class,
539 peer_oper_freq = p2p_channel_to_freq(
p2p_go_neg.c 417 freq = p2p_channel_to_freq(p2p->op_reg_class, p2p->op_channel);
616 oper_freq = p2p_channel_to_freq(
993 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
1033 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
    [all...]
p2p_pd.c 950 p2p_channel_to_freq(msg.operating_channel[3],
988 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
1015 freq = p2p_channel_to_freq(p2p->op_reg_class,
    [all...]
p2p.c 268 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel);
321 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel);
988 freq = p2p_channel_to_freq(reg_class, channel);
    [all...]
p2p_i.h 688 int p2p_channel_to_freq(int op_class, int channel);
p2p_sd.c 346 freq = p2p_channel_to_freq(p2p->cfg->reg_class,

Completed in 171 milliseconds