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;
554 unsigned int oper_freq = 0, i, j; local
570 oper_freq = freq_list[i];
571 if (p2p_freq_to_channel(oper_freq, &op_class,
573 p2p_dbg(p2p, "Unsupported frequency %u MHz", oper_freq);
582 oper_freq, op_class, op_channel);
602 oper_freq);
606 dev->oper_freq);
617 unsigned int oper_freq = 0, i, j; local
627 oper_freq
1485 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;
554 unsigned int oper_freq = 0, i, j; local
570 oper_freq = freq_list[i];
571 if (p2p_freq_to_channel(oper_freq, &op_class,
573 p2p_dbg(p2p, "Unsupported frequency %u MHz", oper_freq);
582 oper_freq, op_class, op_channel);
602 oper_freq);
606 dev->oper_freq);
617 unsigned int oper_freq = 0, i, j; local
627 oper_freq
1485 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;
554 unsigned int oper_freq = 0, i, j; local
570 oper_freq = freq_list[i];
571 if (p2p_freq_to_channel(oper_freq, &op_class,
573 p2p_dbg(p2p, "Unsupported frequency %u MHz", oper_freq);
582 oper_freq, op_class, op_channel);
602 oper_freq);
606 dev->oper_freq);
617 unsigned int oper_freq = 0, i, j; local
627 oper_freq
1485 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.c4967 int oper_freq; local
4972 oper_freq = p2p_get_oper_freq(wpa_s->global->p2p,
4974 if (oper_freq > 0)
4975 freq = oper_freq;

Completed in 222 milliseconds