Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:op_channel

4396 		p2p.op_channel = wpa_s->conf->p2p_oper_channel;
4399 "%d:%d", p2p.op_reg_class, p2p.op_channel);
4408 &p2p.op_channel) != 0) {
4415 "%d:%d", p2p.op_reg_class, p2p.op_channel);
7292 u8 op_reg_class, op_channel, cfg_op_channel;
7298 op_channel = wpa_s->conf->p2p_oper_channel;
7307 op_channel = 1;
7309 op_channel = 1 + (r % 3) * 5;
7312 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel,