HomeSort by relevance Sort by last modified time
    Searched refs:oper_freq (Results 1 - 8 of 8) 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_dev_disc.c 74 if (go == NULL || dev->oper_freq <= 0) {
95 if (p2p_send_action(p2p, dev->oper_freq, go->info.p2p_device_addr,
p2p_pd.c 944 dev->oper_freq = 0;
949 dev->oper_freq =
    [all...]
p2p_invitation.c 571 freq = dev->listen_freq > 0 ? dev->listen_freq : dev->oper_freq;
679 if (dev == NULL || (dev->listen_freq <= 0 && dev->oper_freq <= 0 &&
p2p.c 523 dev->oper_freq = freq;
821 dev->oper_freq = freq;
    [all...]
p2p_i.h 82 int oper_freq; member in struct:p2p_device
p2p_sd.c 280 freq = dev->listen_freq > 0 ? dev->listen_freq : dev->oper_freq;
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 4989 int oper_freq; local
    [all...]

Completed in 2688 milliseconds