Searched refs:op_channel (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_go_neg.c | 180 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 …]
|
D | p2p_utils.c | 356 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 …]
|
D | p2p_invitation.c | 74 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 …]
|
D | p2p.c | 1193 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 …]
|
D | p2p_i.h | 328 u8 op_channel; member 619 u8 *op_class, u8 *op_channel); 621 u8 *op_channel);
|
D | p2p.h | 291 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/ |
D | p2p_supplicant.c | 3937 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()
|