Home | History | Annotate | Download | only in p2p

Lines Matching refs:freq

159 	int freq;
170 "P2P: Received Invitation Request from " MACSTR " (freq=%d)",
244 "P2P: Unknown forced freq %d MHz from "
255 "P2P: forced freq %d MHz not in the supported "
363 freq = rx_freq;
365 freq = p2p_channel_to_freq(p2p->cfg->country,
368 if (freq < 0) {
394 if (p2p_send_action(p2p, freq, sa, p2p->cfg->dev_addr,
483 int freq;
485 freq = dev->listen_freq > 0 ? dev->listen_freq : dev->oper_freq;
486 if (freq <= 0) {
498 p2p_stop_listen_for_freq(p2p, freq);
505 if (p2p_send_action(p2p, freq, dev->info.p2p_device_addr,