Home
last modified time | relevance | path

Searched refs:op_channel (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p_invitation.c66 p2p->op_reg_class, p2p->op_channel); in p2p_build_invitation_req()
269 p2p->op_channel = p2p->cfg->op_channel; in p2p_process_invitation_req()
272 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
289 p2p->op_channel = msg.operating_channel[4]; in p2p_process_invitation_req()
293 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
302 p2p->op_channel)) { in p2p_process_invitation_req()
307 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
312 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
315 p2p->op_channel)) { in p2p_process_invitation_req()
320 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
[all …]
Dp2p_go_neg.c180 p2p->op_reg_class, p2p->op_channel); in p2p_build_go_neg_req()
302 p2p->op_channel); in p2p_build_go_neg_resp()
346 u8 op_reg_class, op_channel; in p2p_reselect_channel() local
351 "peer", p2p->op_reg_class, p2p->op_channel); in p2p_reselect_channel()
355 p2p->op_channel); in p2p_reselect_channel()
358 &op_reg_class, &op_channel) == 0 && in p2p_reselect_channel()
359 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
362 op_reg_class, op_channel); in p2p_reselect_channel()
364 p2p->op_channel = op_channel; in p2p_reselect_channel()
370 &op_reg_class, &op_channel) == 0 && in p2p_reselect_channel()
[all …]
Dp2p_utils.c259 u8 op_reg_class, op_channel; in p2p_supported_freq() local
261 &op_reg_class, &op_channel) < 0) in p2p_supported_freq()
264 op_channel); in p2p_supported_freq()
Dp2p.c1159 u8 op_reg_class, op_channel; in p2p_prepare_channel() local
1161 &op_reg_class, &op_channel) < 0) { in p2p_prepare_channel()
1168 op_channel)) { in p2p_prepare_channel()
1172 force_freq, op_reg_class, op_channel); in p2p_prepare_channel()
1176 p2p->op_channel = op_channel; in p2p_prepare_channel()
1181 p2p->channels.reg_class[0].channel[0] = p2p->op_channel; in p2p_prepare_channel()
1195 wpa_msg(p2p->cfg->msg_ctx, MSG_DEBUG, "Single channel list %d", p2p->op_channel); in p2p_prepare_channel()
1200 p2p->channels.reg_class[0].channel[0] = p2p->op_channel; in p2p_prepare_channel()
1204 u8 op_reg_class, op_channel; in p2p_prepare_channel() local
1210 &op_reg_class, &op_channel) == 0) { in p2p_prepare_channel()
[all …]
Dp2p.h267 u8 op_channel; member
1700 int p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel,
Dp2p_i.h309 u8 op_channel; member
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c2790 p2p.op_channel = wpa_s->conf->p2p_oper_channel; in wpas_p2p_init()
2793 "%d:%d", p2p.op_reg_class, p2p.op_channel); in wpas_p2p_init()
2802 p2p.op_channel = 1 + (r % 3) * 5; in wpas_p2p_init()
2805 "%d:%d", p2p.op_reg_class, p2p.op_channel); in wpas_p2p_init()
4958 u8 op_reg_class, op_channel, cfg_op_channel; in wpas_p2p_update_config() local
4964 op_channel = wpa_s->conf->p2p_oper_channel; in wpas_p2p_update_config()
4973 op_channel = 1 + (r % 3) * 5; in wpas_p2p_update_config()
4976 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel, in wpas_p2p_update_config()
/external/wpa_supplicant_8/src/drivers/
Ddriver_test.c3253 p2p.op_channel = 1 + r % 11; in wpa_driver_test_init_p2p()