Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/p2p/
H A Dp2p_go_neg.c401 p2p->op_channel = op_channel; in p2p_reselect_channel()
412 p2p->op_channel = op_channel; in p2p_reselect_channel()
427 p2p->op_channel = op_channel; in p2p_reselect_channel()
440 p2p->op_channel = op_channel; in p2p_reselect_channel()
573 &op_channel) < 0) in p2p_check_pref_chan_no_recv()
581 p2p->op_channel = op_channel; in p2p_check_pref_chan_no_recv()
622 &op_channel) < 0) in p2p_check_pref_chan_recv()
625 p2p->op_channel = op_channel; in p2p_check_pref_chan_recv()
670 &op_channel) < 0 || in p2p_check_pref_chan()
714 p2p->op_channel = op_channel; in p2p_check_pref_chan()
[all …]
H A Dp2p_utils.c289 u8 op_reg_class, op_channel; in p2p_supported_freq() local
293 op_channel); in p2p_supported_freq()
299 u8 op_reg_class, op_channel; in p2p_supported_freq_go() local
303 op_channel) && in p2p_supported_freq_go()
310 u8 op_reg_class, op_channel; in p2p_supported_freq_cli() local
314 op_channel) || in p2p_supported_freq_cli()
316 op_channel); in p2p_supported_freq_cli()
385 u8 *op_class, u8 *op_channel) in p2p_channel_select() argument
402 *op_channel = p2p_channel_pick_random( in p2p_channel_select()
416 u8 *op_channel, in p2p_channel_random_social() argument
[all …]
H A Dp2p_invitation.c74 p2p->op_channel); in p2p_build_invitation_req()
300 p2p->op_channel = p2p->cfg->op_channel; in p2p_process_invitation_req()
302 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
328 p2p->op_channel)) { in p2p_process_invitation_req()
330 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
333 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req()
336 p2p->op_channel)) { in p2p_process_invitation_req()
356 p2p->op_channel); in p2p_process_invitation_req()
368 channel = p2p->op_channel; in p2p_process_invitation_req()
497 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_resp()
[all …]
H A Dp2p.c1366 u8 op_class, op_channel; in p2p_prepare_channel_pref() local
1378 op_channel))) { in p2p_prepare_channel_pref()
1385 p2p->op_channel = op_channel; in p2p_prepare_channel_pref()
1403 u8 op_class, op_channel; in p2p_prepare_channel_best() local
1416 p2p->op_channel = op_channel; in p2p_prepare_channel_best()
1423 p2p->op_channel = op_channel; in p2p_prepare_channel_best()
1430 p2p->op_channel = op_channel; in p2p_prepare_channel_best()
1458 p2p->op_channel = p2p->cfg->op_channel; in p2p_prepare_channel_best()
1470 &p2p->op_channel); in p2p_prepare_channel_best()
4709 u8 *op_channel, in p2p_config_get_random_social() argument
[all …]
H A Dp2p_build.c118 u8 op_class, op_channel; in p2p_buf_add_pref_channel_list() local
130 &op_channel) == 0) in p2p_buf_add_pref_channel_list()
140 &op_channel) < 0) { in p2p_buf_add_pref_channel_list()
146 wpabuf_put_u8(buf, op_channel); in p2p_buf_add_pref_channel_list()
H A Dp2p_pd.c135 p2p->op_channel); in p2ps_add_pd_req_attrs()
346 if (p2p->op_reg_class && p2p->op_channel) in p2p_build_prov_disc_resp()
350 p2p->op_channel); in p2p_build_prov_disc_resp()
355 p2p->cfg->op_channel); in p2p_build_prov_disc_resp()
1016 p2p->op_channel); in p2p_process_prov_disc_req()
1473 p2p->op_channel); in p2p_process_prov_disc_resp()
H A Dp2p_i.h358 u8 op_channel; member
696 u8 *op_class, u8 *op_channel);
698 u8 *op_channel,
H A Dp2p.h461 u8 op_channel; member
2024 u8 *op_channel,
2230 int p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel,
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dp2p_supplicant.c4532 p2p.op_channel = wpa_s->conf->p2p_oper_channel; in wpas_p2p_init()
4535 "%d:%d", p2p.op_reg_class, p2p.op_channel); in wpas_p2p_init()
4544 &p2p.op_channel, NULL, in wpas_p2p_init()
4549 p2p.op_channel = 0; in wpas_p2p_init()
4555 "%d:%d", p2p.op_reg_class, p2p.op_channel); in wpas_p2p_init()
7545 u8 op_reg_class, op_channel, cfg_op_channel; in wpas_p2p_update_config() local
7551 op_channel = wpa_s->conf->p2p_oper_channel; in wpas_p2p_update_config()
7560 op_channel = 1; in wpas_p2p_update_config()
7562 op_channel = 1 + (r % 3) * 5; in wpas_p2p_update_config()
7565 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel, in wpas_p2p_update_config()