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

  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 103 * p2p_freq_to_channel - Convert frequency into channel info
108 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) function
280 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
p2p_go_neg.c 344 p2p_freq_to_channel(p2p->own_freq_preference,
355 p2p_freq_to_channel(p2p->best_freq_overall,
370 p2p_freq_to_channel(p2p->best_freq_5,
383 p2p_freq_to_channel(p2p->best_freq_24,
    [all...]
p2p_i.h 569 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel);
p2p_invitation.c 237 if (p2p_freq_to_channel(op_freq, &reg_class, &channel) < 0) {
p2p.c     [all...]

Completed in 145 milliseconds