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

  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 64 * p2p_freq_to_channel - Convert frequency into channel info
69 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) function
290 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
300 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
311 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
p2p_go_neg.c 395 p2p_freq_to_channel(p2p->own_freq_preference,
406 p2p_freq_to_channel(p2p->best_freq_overall,
421 p2p_freq_to_channel(p2p->best_freq_5,
434 p2p_freq_to_channel(p2p->best_freq_24,
572 if (p2p_freq_to_channel(oper_freq, &op_class,
621 if (p2p_freq_to_channel(oper_freq, &op_class,
669 if (p2p_freq_to_channel(freq_list[i], &op_class,
709 p2p_freq_to_channel(freq_list[i], &op_class, &op_channel) == 0) {
    [all...]
p2p_build.c 129 if (p2p_freq_to_channel(preferred_freq_list[i], &op_class,
139 if (p2p_freq_to_channel(preferred_freq_list[i], &op_class,
p2p.c     [all...]
p2p_i.h 689 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel);
p2p_invitation.c 278 if (p2p_freq_to_channel(op_freq, &reg_class, &channel) < 0) {

Completed in 97 milliseconds