Home | History | Annotate | Download | only in p2p

Lines Matching defs:freq

96 	int freq;
105 " with config methods 0x%x (freq=%d)",
156 freq = rx_freq;
158 freq = p2p_channel_to_freq(p2p->cfg->country,
161 if (freq < 0) {
169 if (p2p_send_action(p2p, freq, sa, p2p->cfg->dev_addr,
283 int freq;
286 freq = force_freq;
288 freq = dev->listen_freq > 0 ? dev->listen_freq :
290 if (freq <= 0) {
320 if (p2p_send_action(p2p, freq, dev->info.p2p_device_addr,