Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:op_channel

4538 		p2p.op_channel = wpa_s->conf->p2p_oper_channel;
4541 "%d:%d", p2p.op_reg_class, p2p.op_channel);
4550 &p2p.op_channel, NULL,
4555 p2p.op_channel = 0;
4561 "%d:%d", p2p.op_reg_class, p2p.op_channel);
7551 u8 op_reg_class, op_channel, cfg_op_channel;
7557 op_channel = wpa_s->conf->p2p_oper_channel;
7566 op_channel = 1;
7568 op_channel = 1 + (r % 3) * 5;
7571 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel,