HomeSort by: relevance | last modified time | path
    Searched defs:cfg_op_channel (Results 1 - 2 of 2) 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);
  /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 26 milliseconds