Home | History | Annotate | Download | only in p2p

Lines Matching defs:op_freq

162 	int op_freq = 0;
231 &go, group_bssid, &op_freq, persistent, &intersection);
234 if (op_freq) {
236 op_freq);
237 if (p2p_freq_to_channel(op_freq, &reg_class, &channel) < 0) {
239 op_freq);
247 op_freq);
306 op_freq = p2p_channel_to_freq(p2p->op_reg_class,
308 if (op_freq < 0) {
315 p2p_dbg(p2p, "Selected operating channel - %d MHz", op_freq);
362 p2p->inv_op_freq = op_freq;