Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p_go_neg.c180 p2p->op_reg_class, p2p->op_channel); in p2p_build_go_neg_req()
312 p2p->op_channel); in p2p_build_go_neg_resp()
372 u8 op_reg_class, op_channel; in p2p_reselect_channel() local
380 &op_reg_class, &op_channel) == 0 && in p2p_reselect_channel()
381 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
383 op_reg_class, op_channel); in p2p_reselect_channel()
385 p2p->op_channel = op_channel; in p2p_reselect_channel()
391 &op_reg_class, &op_channel) == 0 && in p2p_reselect_channel()
392 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel()
394 op_reg_class, op_channel); in p2p_reselect_channel()
[all …]
Dp2p_utils.c356 u8 op_reg_class, op_channel; in p2p_supported_freq() local
357 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0) in p2p_supported_freq()
360 op_channel); in p2p_supported_freq()
366 u8 op_reg_class, op_channel; in p2p_supported_freq_go() local
367 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0) in p2p_supported_freq_go()
370 op_channel) && in p2p_supported_freq_go()
377 u8 op_reg_class, op_channel; in p2p_supported_freq_cli() local
378 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0) in p2p_supported_freq_cli()
381 op_channel) || in p2p_supported_freq_cli()
383 op_channel); in p2p_supported_freq_cli()
[all …]
Dp2p_invitation.c74 p2p->op_channel); in p2p_build_invitation_req()
276 p2p->op_channel = p2p->cfg->op_channel; in p2p_process_invitation_req()
278 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
293 p2p->op_channel = msg.operating_channel[4]; in p2p_process_invitation_req()
295 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
304 p2p->op_channel)) { in p2p_process_invitation_req()
306 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
309 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
312 p2p->op_channel)) { in p2p_process_invitation_req()
314 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
[all …]
Dp2p.c1193 u8 op_class, op_channel; in p2p_prepare_channel_pref() local
1198 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) { in p2p_prepare_channel_pref()
1203 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) && in p2p_prepare_channel_pref()
1205 op_channel))) { in p2p_prepare_channel_pref()
1207 freq, op_class, op_channel); in p2p_prepare_channel_pref()
1212 p2p->op_channel = op_channel; in p2p_prepare_channel_pref()
1218 p2p->channels.reg_class[0].channel[0] = p2p->op_channel; in p2p_prepare_channel_pref()
1230 u8 op_class, op_channel; in p2p_prepare_channel_best() local
1239 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel) in p2p_prepare_channel_best()
1243 p2p->op_channel = op_channel; in p2p_prepare_channel_best()
[all …]
Dp2p_i.h328 u8 op_channel; member
619 u8 *op_class, u8 *op_channel);
621 u8 *op_channel);
Dp2p.h291 u8 op_channel; member
1876 int p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel,
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c3937 p2p.op_channel = wpa_s->conf->p2p_oper_channel; in wpas_p2p_init()
3940 "%d:%d", p2p.op_reg_class, p2p.op_channel); in wpas_p2p_init()
3949 p2p.op_channel = 1 + (r % 3) * 5; in wpas_p2p_init()
3952 "%d:%d", p2p.op_reg_class, p2p.op_channel); in wpas_p2p_init()
6337 u8 op_reg_class, op_channel, cfg_op_channel; in wpas_p2p_update_config() local
6343 op_channel = wpa_s->conf->p2p_oper_channel; in wpas_p2p_update_config()
6352 op_channel = 1 + (r % 3) * 5; in wpas_p2p_update_config()
6355 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel, in wpas_p2p_update_config()