Searched defs:p2p_channel_to_freq (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_utils.c50 * p2p_channel_to_freq - Convert channel info to frequency
55 int p2p_channel_to_freq(int op_class, int channel) function
301 int freq = p2p_channel_to_freq(op->reg_class,
354 if (p2p_channel_to_freq(reg->reg_class,
408 freq = p2p_channel_to_freq(p2p->cfg->pref_chan[i].op_class,
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_utils.c50 * p2p_channel_to_freq - Convert channel info to frequency
55 int p2p_channel_to_freq(int op_class, int channel) function
301 int freq = p2p_channel_to_freq(op->reg_class,
354 if (p2p_channel_to_freq(reg->reg_class,
408 freq = p2p_channel_to_freq(p2p->cfg->pref_chan[i].op_class,
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_utils.c50 * p2p_channel_to_freq - Convert channel info to frequency
55 int p2p_channel_to_freq(int op_class, int channel) function
301 int freq = p2p_channel_to_freq(op->reg_class,
354 if (p2p_channel_to_freq(reg->reg_class,
408 freq = p2p_channel_to_freq(p2p->cfg->pref_chan[i].op_class,

Completed in 371 milliseconds