/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_go_neg.c | 184 p2p->op_reg_class, p2p->op_channel); in p2p_build_go_neg_req() 326 p2p->op_reg_class, in p2p_build_go_neg_resp() 387 u8 op_reg_class, op_channel; in p2p_reselect_channel() local 396 &op_reg_class, &op_channel) == 0 && in p2p_reselect_channel() 397 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 399 op_reg_class, op_channel); in p2p_reselect_channel() 400 p2p->op_reg_class = op_reg_class; in p2p_reselect_channel() 407 &op_reg_class, &op_channel) == 0 && in p2p_reselect_channel() 408 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 410 op_reg_class, op_channel); in p2p_reselect_channel() [all …]
|
D | p2p_invitation.c | 73 p2p->op_reg_class, in p2p_build_invitation_req() 299 p2p->op_reg_class = p2p->cfg->op_reg_class; in p2p_process_invitation_req() 302 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req() 316 p2p->op_reg_class = msg.operating_channel[3]; in p2p_process_invitation_req() 319 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req() 327 !p2p_channels_includes(&intersection, p2p->op_reg_class, 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() 335 p2p->op_reg_class, in p2p_process_invitation_req() 338 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req() [all …]
|
D | p2p_utils.c | 292 u8 op_reg_class, op_channel; in p2p_supported_freq() local 293 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0) in p2p_supported_freq() 295 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq() 302 u8 op_reg_class, op_channel; in p2p_supported_freq_go() local 303 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0) in p2p_supported_freq_go() 306 if (!p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq_go() 315 if (!p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq_go() 320 return p2p_channels_includes(&p2p->cfg->channels, op_reg_class, in p2p_supported_freq_go() 328 u8 op_reg_class, op_channel; in p2p_supported_freq_cli() local 329 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0) in p2p_supported_freq_cli() [all …]
|
D | p2p.c | 1393 p2p->op_reg_class = op_class; in p2p_prepare_channel_pref() 1399 p2p->channels.reg_class[0].reg_class = p2p->op_reg_class; in p2p_prepare_channel_pref() 1426 p2p->op_reg_class = op_class; in p2p_prepare_channel_best() 1433 p2p->op_reg_class = op_class; in p2p_prepare_channel_best() 1440 p2p->op_reg_class = op_class; in p2p_prepare_channel_best() 1447 p2p->op_reg_class = p2p->cfg->pref_chan[0].op_class; in p2p_prepare_channel_best() 1450 &p2p->op_reg_class, &p2p->op_channel) == in p2p_prepare_channel_best() 1453 p2p->op_reg_class, p2p->op_channel); in p2p_prepare_channel_best() 1456 &p2p->op_reg_class, &p2p->op_channel) == in p2p_prepare_channel_best() 1459 p2p->op_reg_class, p2p->op_channel); in p2p_prepare_channel_best() [all …]
|
D | p2p_pd.c | 134 p2p->op_reg_class, in p2ps_add_pd_req_attrs() 346 if (p2p->op_reg_class && p2p->op_channel) in p2p_build_prov_disc_resp() 349 p2p->op_reg_class, in p2p_build_prov_disc_resp() 354 p2p->cfg->op_reg_class, in p2p_build_prov_disc_resp() 1013 freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_prov_disc_req() 1470 freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_prov_disc_resp()
|
D | p2p.h | 458 u8 op_reg_class; member 2244 int p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel,
|
D | p2p_i.h | 353 u8 op_reg_class; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_go_neg.c | 185 p2p->op_reg_class, p2p->op_channel); in p2p_build_go_neg_req() 327 p2p->op_reg_class, in p2p_build_go_neg_resp() 388 u8 op_reg_class, op_channel; in p2p_reselect_channel() local 396 &op_reg_class, &op_channel) == 0 && in p2p_reselect_channel() 397 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 399 op_reg_class, op_channel); in p2p_reselect_channel() 400 p2p->op_reg_class = op_reg_class; in p2p_reselect_channel() 407 &op_reg_class, &op_channel) == 0 && in p2p_reselect_channel() 408 p2p_channels_includes(intersection, op_reg_class, op_channel)) { in p2p_reselect_channel() 410 op_reg_class, op_channel); in p2p_reselect_channel() [all …]
|
D | p2p_invitation.c | 73 p2p->op_reg_class, in p2p_build_invitation_req() 299 p2p->op_reg_class = p2p->cfg->op_reg_class; in p2p_process_invitation_req() 302 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req() 316 p2p->op_reg_class = msg.operating_channel[3]; in p2p_process_invitation_req() 319 p2p->op_reg_class, p2p->op_channel); in p2p_process_invitation_req() 327 !p2p_channels_includes(&intersection, p2p->op_reg_class, 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() 335 p2p->op_reg_class, in p2p_process_invitation_req() 338 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 | 1386 p2p->op_reg_class = op_class; in p2p_prepare_channel_pref() 1392 p2p->channels.reg_class[0].reg_class = p2p->op_reg_class; in p2p_prepare_channel_pref() 1417 p2p->op_reg_class = op_class; in p2p_prepare_channel_best() 1424 p2p->op_reg_class = op_class; in p2p_prepare_channel_best() 1431 p2p->op_reg_class = op_class; in p2p_prepare_channel_best() 1438 p2p->op_reg_class = p2p->cfg->pref_chan[0].op_class; in p2p_prepare_channel_best() 1441 &p2p->op_reg_class, &p2p->op_channel) == in p2p_prepare_channel_best() 1444 p2p->op_reg_class, p2p->op_channel); in p2p_prepare_channel_best() 1446 &p2p->op_reg_class, &p2p->op_channel) == in p2p_prepare_channel_best() 1449 p2p->op_reg_class, p2p->op_channel); in p2p_prepare_channel_best() [all …]
|
D | p2p_pd.c | 134 p2p->op_reg_class, in p2ps_add_pd_req_attrs() 346 if (p2p->op_reg_class && p2p->op_channel) in p2p_build_prov_disc_resp() 349 p2p->op_reg_class, in p2p_build_prov_disc_resp() 354 p2p->cfg->op_reg_class, in p2p_build_prov_disc_resp() 1013 freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_prov_disc_req() 1470 freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_prov_disc_resp()
|
D | p2p.h | 456 u8 op_reg_class; member 2230 int p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel,
|
D | p2p_i.h | 353 u8 op_reg_class; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | p2p_supplicant.c | 4544 p2p.op_reg_class = wpa_s->conf->p2p_oper_reg_class; in wpas_p2p_init() 4548 "%d:%d", p2p.op_reg_class, p2p.op_channel); in wpas_p2p_init() 4556 if (p2p_config_get_random_social(&p2p, &p2p.op_reg_class, in wpas_p2p_init() 4561 p2p.op_reg_class = 0; in wpas_p2p_init() 4568 "%d:%d", p2p.op_reg_class, p2p.op_channel); in wpas_p2p_init() 7566 u8 op_reg_class, op_channel, cfg_op_channel; in wpas_p2p_update_config() local 7571 op_reg_class = wpa_s->conf->p2p_oper_reg_class; in wpas_p2p_update_config() 7575 op_reg_class = 81; in wpas_p2p_update_config() 7586 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel, in wpas_p2p_update_config()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | p2p_supplicant.c | 5430 p2p.op_reg_class = wpa_s->conf->p2p_oper_reg_class; 5434 "%d:%d", p2p.op_reg_class, p2p.op_channel); 5442 if (p2p_config_get_random_social(&p2p, &p2p.op_reg_class, 5447 p2p.op_reg_class = 0; 5454 "%d:%d", p2p.op_reg_class, p2p.op_channel); 8674 u8 op_reg_class, op_channel, cfg_op_channel; local 8679 op_reg_class = wpa_s->conf->p2p_oper_reg_class; 8683 op_reg_class = 81; 8694 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel,
|