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 97 * p2p_channel_to_freq - Convert channel info to frequency
103 int p2p_channel_to_freq(const char *country, int reg_class, int channel) function
p2p_go_neg.c 308 freq = p2p_channel_to_freq(p2p->cfg->country, p2p->op_reg_class,
595 dev->oper_freq = p2p_channel_to_freq((const char *)
632 freq = p2p_channel_to_freq(p2p->cfg->country,
886 dev->oper_freq = p2p_channel_to_freq((const char *)
p2p_invitation.c 203 op_freq = p2p_channel_to_freq(p2p->cfg->country,
239 freq = p2p_channel_to_freq(p2p->cfg->country,
p2p_pd.c 158 freq = p2p_channel_to_freq(p2p->cfg->country,
p2p.c 267 freq = p2p_channel_to_freq(p2p->cfg->country, p2p->cfg->reg_class,
305 freq = p2p_channel_to_freq(p2p->cfg->country, p2p->cfg->reg_class,
807 freq = p2p_channel_to_freq(p2p->cfg->country, reg_class, channel);
    [all...]
p2p_i.h 528 int p2p_channel_to_freq(const char *country, int reg_class, int channel);
p2p_sd.c 253 freq = p2p_channel_to_freq(p2p->cfg->country,

Completed in 335 milliseconds