Searched defs:oper_freq (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_go_neg.c236 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...]
H A Dp2p_i.h82 int oper_freq; member in struct:p2p_device
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_go_neg.c236 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...]
H A Dp2p_i.h82 int oper_freq; member in struct:p2p_device
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_go_neg.c236 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...]
H A Dp2p_i.h82 int oper_freq; member in struct:p2p_device
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c4998 int oper_freq; local
5003 oper_freq = p2p_get_oper_freq(wpa_s->global->p2p,
5005 if (oper_freq > 0)
5006 freq = oper_freq;

Completed in 106 milliseconds