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 180 p2p->op_reg_class, p2p->op_channel);
312 p2p->op_channel);
372 u8 op_reg_class, op_channel; local
380 &op_reg_class, &op_channel) == 0 &&
381 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
383 op_reg_class, op_channel);
385 p2p->op_channel = op_channel;
391 &op_reg_class, &op_channel) == 0 &&
392 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
    [all...]
p2p_utils.c 365 u8 op_reg_class, op_channel; local
366 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
369 op_channel);
375 u8 op_reg_class, op_channel; local
376 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
379 op_channel) &&
386 u8 op_reg_class, op_channel; local
387 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
390 op_channel) ||
392 op_channel);
    [all...]
p2p.h 289 * op_channel - Own operational channel
291 u8 op_channel; member in struct:p2p_config
294 * cfg_op_channel - Whether op_channel is hardcoded in configuration
    [all...]
p2p.c 1195 u8 op_class, op_channel; local
1200 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1205 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1207 op_channel))) {
1209 freq, op_class, op_channel);
1232 u8 op_class, op_channel; local
    [all...]
p2p_i.h 326 * op_channel - Own operational channel
328 u8 op_channel; member in struct:p2p_data
619 u8 *op_class, u8 *op_channel);
621 u8 *op_channel);
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 6381 u8 op_reg_class, op_channel, cfg_op_channel; local
    [all...]

Completed in 228 milliseconds