Home | History | Annotate | Download | only in p2p

Lines Matching full:freq

181 	int freq;
191 p2p_dbg(p2p, "Received Invitation Request from " MACSTR " (freq=%d)",
279 p2p_dbg(p2p, "Unknown forced freq %d MHz from invitation_process()",
287 p2p_dbg(p2p, "forced freq %d MHz not in the supported channels intersection",
385 freq = rx_freq;
387 freq = p2p_channel_to_freq(p2p->cfg->reg_class,
389 if (freq < 0) {
419 if (p2p_send_action(p2p, freq, sa, p2p->cfg->dev_addr,
533 int freq = p2p_channel_to_freq(p2p->op_reg_class,
535 if (freq < 0)
536 freq = 0;
554 freq, peer_oper_freq);
569 int freq;
571 freq = dev->listen_freq > 0 ? dev->listen_freq : dev->oper_freq;
572 if (freq <= 0)
573 freq = dev->oob_go_neg_freq;
574 if (freq <= 0) {
585 p2p_stop_listen_for_freq(p2p, freq);
591 if (p2p_send_action(p2p, freq, dev->info.p2p_device_addr,