Lines Matching refs:op_channel
2032 u8 op_channel, op_class; in wpas_p2p_try_edmg_channel() local
2039 &op_channel) == 0) { in wpas_p2p_try_edmg_channel()
2042 freq, op_channel, op_class); in wpas_p2p_try_edmg_channel()
2088 u8 op_channel, op_class; in wpas_start_wps_go() local
2091 &op_class, &op_channel)) { in wpas_start_wps_go()
2092 ssid->edmg_channel = op_channel; in wpas_start_wps_go()
4992 p2p.op_channel = wpa_s->conf->p2p_oper_channel; in wpas_p2p_init()
4995 "%d:%d", p2p.op_reg_class, p2p.op_channel); in wpas_p2p_init()
5004 &p2p.op_channel, NULL, in wpas_p2p_init()
5009 p2p.op_channel = 0; in wpas_p2p_init()
5015 "%d:%d", p2p.op_reg_class, p2p.op_channel); in wpas_p2p_init()
8177 u8 op_reg_class, op_channel, cfg_op_channel; in wpas_p2p_update_config() local
8183 op_channel = wpa_s->conf->p2p_oper_channel; in wpas_p2p_update_config()
8192 op_channel = 1; in wpas_p2p_update_config()
8194 op_channel = 1 + (r % 3) * 5; in wpas_p2p_update_config()
8197 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel, in wpas_p2p_update_config()