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

/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c185 p2p->op_reg_class, p2p->op_channel);
328 p2p->op_channel);
388 u8 op_reg_class, op_channel; local
396 &op_reg_class, &op_channel) == 0 &&
397 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
399 op_reg_class, op_channel);
401 p2p->op_channel = op_channel;
407 &op_reg_class, &op_channel) == 0 &&
408 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
558 u8 op_class, op_channel; local
605 u8 op_class, op_channel; local
648 u8 op_class, op_channel; local
[all...]
H A Dp2p_utils.c289 u8 op_reg_class, op_channel; local
290 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
293 op_channel);
299 u8 op_reg_class, op_channel; local
300 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
303 op_channel) &&
310 u8 op_reg_class, op_channel; local
311 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
314 op_channel) ||
316 op_channel);
384 p2p_channel_select(struct p2p_channels *chans, const int *classes, u8 *op_class, u8 *op_channel) argument
415 p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, u8 *op_channel, struct wpa_freq_range_list *avoid_list, struct wpa_freq_range_list *disallow_list) argument
[all...]
H A Dp2p_invitation.c74 p2p->op_channel);
300 p2p->op_channel = p2p->cfg->op_channel;
302 p2p->op_reg_class, p2p->op_channel);
317 p2p->op_channel = msg.operating_channel[4];
319 p2p->op_reg_class, p2p->op_channel);
328 p2p->op_channel)) {
330 p2p->op_reg_class, p2p->op_channel);
333 p2p->op_reg_class, p2p->op_channel);
336 p2p->op_channel)) {
[all...]
H A Dp2p.c1366 u8 op_class, op_channel; local
1371 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1376 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1378 op_channel))) {
1380 freq, op_class, op_channel);
1385 p2p->op_channel = op_channel;
1391 p2p->channels.reg_class[0].channel[0] = p2p->op_channel;
1403 u8 op_class, op_channel; local
1412 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
4708 p2p_config_get_random_social(struct p2p_config *p2p, u8 *op_class, u8 *op_channel, struct wpa_freq_range_list *avoid_list, struct wpa_freq_range_list *disallow_list) argument
4773 p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel, int cfg_op_channel) argument
[all...]
H A Dp2p_build.c118 u8 op_class, op_channel; local
130 &op_channel) == 0)
140 &op_channel) < 0) {
146 wpabuf_put_u8(buf, op_channel);
H A Dp2p_pd.c135 p2p->op_channel);
346 if (p2p->op_reg_class && p2p->op_channel)
350 p2p->op_channel);
355 p2p->cfg->op_channel);
1014 p2p->op_channel);
1471 p2p->op_channel);
H A Dp2p_i.h356 * op_channel - Own operational channel
358 u8 op_channel; member in struct:p2p_data
696 u8 *op_class, u8 *op_channel);
698 u8 *op_channel,
H A Dp2p.h459 * op_channel - Own operational channel
461 u8 op_channel; member in struct:p2p_config
464 * cfg_op_channel - Whether op_channel is hardcoded in configuration
2014 * @op_channel: Selected social channel
2024 u8 *op_channel,
2226 * @op_channel: operating channel to set
2227 * @cfg_op_channel : Whether op_channel is hardcoded in configuration
2230 int p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4532 p2p.op_channel = wpa_s->conf->p2p_oper_channel;
4535 "%d:%d", p2p.op_reg_class, p2p.op_channel);
4544 &p2p.op_channel, NULL,
4549 p2p.op_channel = 0;
4555 "%d:%d", p2p.op_reg_class, p2p.op_channel);
7545 u8 op_reg_class, op_channel, cfg_op_channel; local
7551 op_channel = wpa_s->conf->p2p_oper_channel;
7560 op_channel = 1;
7562 op_channel = 1 + (r % 3) * 5;
7565 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel,
[all...]

Completed in 224 milliseconds