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 50 * p2p_channel_to_freq - Convert channel info to frequency
55 int p2p_channel_to_freq(int op_class, int channel) function
292 int freq = p2p_channel_to_freq(op->reg_class,
345 if (p2p_channel_to_freq(reg->reg_class,
399 freq = p2p_channel_to_freq(p2p->cfg->pref_chan[i].op_class,
p2p_invitation.c 283 req_freq = p2p_channel_to_freq(
325 op_freq = p2p_channel_to_freq(p2p->op_reg_class,
357 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
460 int freq = p2p_channel_to_freq(p2p->op_reg_class,
466 peer_oper_freq = p2p_channel_to_freq(
p2p_go_neg.c 401 freq = p2p_channel_to_freq(p2p->op_reg_class, p2p->op_channel);
774 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
807 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
1058 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3],
    [all...]
p2p.c 256 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel);
308 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel);
920 freq = p2p_channel_to_freq(reg_class, channel);
    [all...]
p2p_pd.c 227 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
p2p_i.h 604 int p2p_channel_to_freq(int op_class, int channel);
p2p_sd.c 338 freq = p2p_channel_to_freq(p2p->cfg->reg_class,

Completed in 612 milliseconds