HomeSort by: relevance | last modified time | path
    Searched refs:cfg_op_channel (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/p2p/
p2p.h 468 * cfg_op_channel - Whether op_channel is hardcoded in configuration
470 u8 cfg_op_channel; member in struct:p2p_config
2244 * @cfg_op_channel : Whether op_channel is hardcoded in configuration
2248 int cfg_op_channel);
p2p.c 1449 if (!p2p->cfg->cfg_op_channel && p2p->best_freq_overall > 0 &&
1456 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_5 > 0 &&
1463 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_24 > 0 &&
4856 int cfg_op_channel)
4865 p2p->cfg->cfg_op_channel = cfg_op_channel;
p2p_go_neg.c 584 !p2p->cfg->cfg_op_channel) {
710 (dev->flags & P2P_DEV_FORCE_FREQ) || p2p->cfg->cfg_op_channel)
p2p_invitation.c 353 !p2p->cfg->cfg_op_channel) {
  /src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant.c 4993 p2p.cfg_op_channel = 1;
5013 p2p.cfg_op_channel = 0;
8177 u8 op_reg_class, op_channel, cfg_op_channel; local
8184 cfg_op_channel = 1;
8195 cfg_op_channel = 0;
8198 cfg_op_channel);

Completed in 24 milliseconds