Searched refs:op_reg_class (Results 1 – 8 of 8) sorted by relevance
/hostap-latest/src/p2p/ |
D | p2p_go_neg.c | 202 p2p->op_reg_class, p2p->op_channel); in p2p_build_go_neg_req() 346 p2p->op_reg_class, in p2p_build_go_neg_resp() 425 u8 op_reg_class, op_channel; in p2p_reselect_channel() local 434 &op_reg_class, &op_channel) == 0 && in p2p_reselect_channel() 435 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 437 op_reg_class, op_channel); in p2p_reselect_channel() 438 p2p->op_reg_class = op_reg_class; in p2p_reselect_channel() 445 &op_reg_class, &op_channel) == 0 && in p2p_reselect_channel() 446 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 448 op_reg_class, op_channel); in p2p_reselect_channel() [all …]
|
D | p2p_invitation.c | 74 p2p->op_reg_class, in p2p_build_invitation_req() 309 p2p->op_reg_class = p2p->cfg->op_reg_class; in p2p_process_invitation_req() 312 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req() 326 p2p->op_reg_class = msg.operating_channel[3]; in p2p_process_invitation_req() 329 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req() 337 !p2p_channels_includes(&intersection, p2p->op_reg_class, in p2p_process_invitation_req() 340 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req() 343 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req() 345 p2p->op_reg_class, in p2p_process_invitation_req() 348 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req() [all …]
|
D | p2p_utils.c | 289 u8 op_reg_class, op_channel; in p2p_supported_freq() local 290 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0) in p2p_supported_freq() 292 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq() 299 u8 op_reg_class, op_channel; in p2p_supported_freq_go() local 300 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0) in p2p_supported_freq_go() 302 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq_go() 310 u8 op_reg_class, op_channel; in p2p_supported_freq_cli() local 311 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0) in p2p_supported_freq_cli() 313 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq_cli() 315 p2p_channels_includes(&p2p->cfg->cli_channels, op_reg_class, in p2p_supported_freq_cli()
|
D | p2p.c | 1421 p2p->op_reg_class = op_class; in p2p_prepare_channel_pref() 1427 p2p->channels.reg_class[0].reg_class = p2p->op_reg_class; in p2p_prepare_channel_pref() 1454 p2p->op_reg_class = op_class; in p2p_prepare_channel_best() 1461 p2p->op_reg_class = op_class; in p2p_prepare_channel_best() 1468 p2p->op_reg_class = op_class; in p2p_prepare_channel_best() 1475 p2p->op_reg_class = p2p->cfg->pref_chan[0].op_class; in p2p_prepare_channel_best() 1478 &p2p->op_reg_class, &p2p->op_channel) == in p2p_prepare_channel_best() 1481 p2p->op_reg_class, p2p->op_channel); in p2p_prepare_channel_best() 1484 &p2p->op_reg_class, &p2p->op_channel) == in p2p_prepare_channel_best() 1487 p2p->op_reg_class, p2p->op_channel); in p2p_prepare_channel_best() [all …]
|
D | p2p_pd.c | 140 p2p->op_reg_class, in p2ps_add_pd_req_attrs() 352 if (p2p->op_reg_class && p2p->op_channel) in p2p_build_prov_disc_resp() 355 p2p->op_reg_class, in p2p_build_prov_disc_resp() 360 p2p->cfg->op_reg_class, in p2p_build_prov_disc_resp() 1027 freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_prov_disc_req() 1485 freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_prov_disc_resp()
|
D | p2p.h | 460 u8 op_reg_class; member 2247 int p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel,
|
D | p2p_i.h | 355 u8 op_reg_class; member
|
/hostap-latest/wpa_supplicant/ |
D | p2p_supplicant.c | 4991 p2p.op_reg_class = wpa_s->conf->p2p_oper_reg_class; in wpas_p2p_init() 4995 "%d:%d", p2p.op_reg_class, p2p.op_channel); in wpas_p2p_init() 5003 if (p2p_config_get_random_social(&p2p, &p2p.op_reg_class, in wpas_p2p_init() 5008 p2p.op_reg_class = 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 8182 op_reg_class = wpa_s->conf->p2p_oper_reg_class; in wpas_p2p_update_config() 8186 op_reg_class = 81; in wpas_p2p_update_config() 8197 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel, in wpas_p2p_update_config()
|