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

/freebsd-11.0-release/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c185 p2p->op_reg_class, p2p->op_channel);
323 p2p->op_channel);
383 u8 op_reg_class, op_channel; local
391 &op_reg_class, &op_channel) == 0 &&
392 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
394 op_reg_class, op_channel);
396 p2p->op_channel = op_channel;
402 &op_reg_class, &op_channel) == 0 &&
403 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
553 u8 op_class, op_channel; local
616 u8 op_class, op_channel; local
681 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) 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.c1348 u8 op_class, op_channel; local
1353 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1358 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1360 op_channel))) {
1362 freq, op_class, op_channel);
1367 p2p->op_channel = op_channel;
1373 p2p->channels.reg_class[0].channel[0] = p2p->op_channel;
1385 u8 op_class, op_channel; local
1394 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
4615 p2p_config_get_random_social(struct p2p_config *p2p, u8 *op_class, u8 *op_channel) argument
4677 p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel, int cfg_op_channel) argument
[all...]
H A Dp2p_pd.c120 if (p2p->op_reg_class && p2p->op_channel)
123 p2p->op_channel);
127 p2p->cfg->op_channel);
336 if (p2p->op_reg_class && p2p->op_channel)
340 p2p->op_channel);
345 p2p->cfg->op_channel);
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.h440 * op_channel - Own operational channel
442 u8 op_channel; member in struct:p2p_config
445 * cfg_op_channel - Whether op_channel is hardcoded in configuration
1973 * @op_channel: Selected social channel
1981 u8 *op_channel);
2171 * @op_channel: operating channel to set
2172 * @cfg_op_channel : Whether op_channel is hardcoded in configuration
2175 int p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel,
H A Dp2p_i.h354 * op_channel - Own operational channel
356 u8 op_channel; member in struct:p2p_data
689 u8 *op_class, u8 *op_channel);
691 u8 *op_channel);
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4159 p2p.op_channel = wpa_s->conf->p2p_oper_channel;
4162 "%d:%d", p2p.op_reg_class, p2p.op_channel);
4171 &p2p.op_channel) != 0) {
4178 "%d:%d", p2p.op_reg_class, p2p.op_channel);
6931 u8 op_reg_class, op_channel, cfg_op_channel; local
6937 op_channel = wpa_s->conf->p2p_oper_channel;
6946 op_channel = 1;
6948 op_channel = 1 + (r % 3) * 5;
6951 ret = p2p_set_oper_channel(p2p, op_reg_class, op_channel,

Completed in 67 milliseconds