Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:op_channel

3309 		p2p.op_channel = wpa_s->conf->p2p_oper_channel;
3312 "%d:%d", p2p.op_reg_class, p2p.op_channel);
3321 p2p.op_channel = 1 + (r % 3) * 5;
3324 "%d:%d", p2p.op_reg_class, p2p.op_channel);
5559 u8 op_reg_class, op_channel, cfg_op_channel;
5565 op_channel = wpa_s->conf->p2p_oper_channel;
5574 op_channel = 1 + (r % 3) * 5;
5577 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel,