Searched refs:cfg_op_channel (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.h464 * cfg_op_channel - Whether op_channel is hardcoded in configuration
466 u8 cfg_op_channel; member in struct:p2p_config
2227 * @cfg_op_channel : Whether op_channel is hardcoded in configuration
2231 int cfg_op_channel);
H A Dp2p_go_neg.c538 !p2p->cfg->cfg_op_channel) {
658 (dev->flags & P2P_DEV_FORCE_FREQ) || p2p->cfg->cfg_op_channel)
H A Dp2p.c1410 if (!p2p->cfg->cfg_op_channel && p2p->best_freq_overall > 0 &&
1417 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_5 > 0 &&
1424 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_24 > 0 &&
4774 int cfg_op_channel)
4783 p2p->cfg->cfg_op_channel = cfg_op_channel;
4773 p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel, int cfg_op_channel) argument
H A Dp2p_invitation.c343 !p2p->cfg->cfg_op_channel) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4533 p2p.cfg_op_channel = 1;
4553 p2p.cfg_op_channel = 0;
7545 u8 op_reg_class, op_channel, cfg_op_channel; local
7552 cfg_op_channel = 1;
7563 cfg_op_channel = 0;
7566 cfg_op_channel);

Completed in 90 milliseconds