Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:op_channel

2352 		p2p.op_channel = wpa_s->conf->p2p_oper_channel;
2355 "%d:%d", p2p.op_reg_class, p2p.op_channel);
2364 p2p.op_channel = 1 + (r % 3) * 5;
2367 "%d:%d", p2p.op_reg_class, p2p.op_channel);
4081 u8 op_reg_class, op_channel, cfg_op_channel;
4087 op_channel = wpa_s->conf->p2p_oper_channel;
4096 op_channel = 1 + (r % 3) * 5;
4099 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel,