OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
238
if (
p2p_channel_to_freq
(reg->reg_class,
261
if (!p2p_block_op_freq(
p2p_channel_to_freq
(sc->reg_class,
295
freq =
p2p_channel_to_freq
(
305
freq =
p2p_channel_to_freq
(p2p->cfg->pref_chan[i].op_class,
p2p_invitation.c
266
req_freq =
p2p_channel_to_freq
(
306
op_freq =
p2p_channel_to_freq
(p2p->op_reg_class,
338
freq =
p2p_channel_to_freq
(p2p->cfg->reg_class,
p2p_go_neg.c
366
freq =
p2p_channel_to_freq
(p2p->op_reg_class, p2p->op_channel);
698
dev->oper_freq =
p2p_channel_to_freq
(msg.operating_channel[3],
731
freq =
p2p_channel_to_freq
(p2p->cfg->reg_class,
977
dev->oper_freq =
p2p_channel_to_freq
(msg.operating_channel[3],
[
all
...]
p2p.c
274
freq =
p2p_channel_to_freq
(p2p->cfg->reg_class, p2p->cfg->channel);
320
freq =
p2p_channel_to_freq
(p2p->cfg->reg_class, p2p->cfg->channel);
895
freq =
p2p_channel_to_freq
(reg_class, channel);
[
all
...]
p2p_pd.c
214
freq =
p2p_channel_to_freq
(p2p->cfg->reg_class,
p2p_i.h
568
int
p2p_channel_to_freq
(int op_class, int channel);
p2p_sd.c
289
freq =
p2p_channel_to_freq
(p2p->cfg->reg_class,
Completed in 2601 milliseconds