HomeSort by relevance Sort by last modified time
    Searched defs:op_channel (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 185 p2p->op_reg_class, p2p->op_channel);
320 p2p->op_channel);
380 u8 op_reg_class, op_channel; local
388 &op_reg_class, &op_channel) == 0 &&
389 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
391 op_reg_class, op_channel);
393 p2p->op_channel = op_channel;
399 &op_reg_class, &op_channel) == 0 &&
400 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
    [all...]
p2p_utils.c 336 u8 op_reg_class, op_channel; local
337 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
340 op_channel);
346 u8 op_reg_class, op_channel; local
347 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
350 op_channel) &&
357 u8 op_reg_class, op_channel; local
358 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
361 op_channel) ||
363 op_channel);
    [all...]
p2p.h 395 * op_channel - Own operational channel
397 u8 op_channel; member in struct:p2p_config
400 * cfg_op_channel - Whether op_channel is hardcoded in configuration
    [all...]
p2p.c 1358 u8 op_class, op_channel; local
1395 u8 op_class, op_channel; local
    [all...]
p2p_i.h 351 * op_channel - Own operational channel
353 u8 op_channel; member in struct:p2p_data
680 u8 *op_class, u8 *op_channel);
682 u8 *op_channel);
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 6569 u8 op_reg_class, op_channel, cfg_op_channel; local
    [all...]

Completed in 242 milliseconds