HomeSort by relevance Sort by last modified time
    Searched defs:oper_freq (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 236 freq = dev->listen_freq > 0 ? dev->listen_freq : dev->oper_freq;
559 unsigned int oper_freq = 0, i, j; local
571 oper_freq = freq_list[i];
572 if (p2p_freq_to_channel(oper_freq, &op_class,
592 oper_freq);
606 unsigned int oper_freq = 0, i, j; local
616 oper_freq = p2p_channel_to_freq(
619 if (freq_list[i] != oper_freq)
621 if (p2p_freq_to_channel(oper_freq, &op_class,
636 oper_freq);
1481 int oper_freq = p2p_channel_to_freq(msg.operating_channel[3], local
    [all...]
p2p_i.h 82 int oper_freq; member in struct:p2p_device
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 4989 int oper_freq; local
    [all...]

Completed in 508 milliseconds