Home | History | Annotate | Download | only in p2p

Lines Matching defs:freq

111 	int freq;
122 "P2P: Received Invitation Request from " MACSTR " (freq=%d)",
193 "P2P: Unknown forced freq %d MHz from "
204 "P2P: forced freq %d MHz not in the supported "
247 freq = rx_freq;
249 freq = p2p_channel_to_freq(p2p->cfg->country,
252 if (freq < 0) {
278 if (p2p_send_action(p2p, freq, sa, p2p->cfg->dev_addr,
343 int freq;
345 freq = dev->listen_freq > 0 ? dev->listen_freq : dev->oper_freq;
346 if (freq <= 0) {
363 if (p2p_send_action(p2p, freq, dev->info.p2p_device_addr,