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

  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 118 u8 op_class, op_channel; local
130 &op_channel) == 0)
140 &op_channel) < 0) {
146 wpabuf_put_u8(buf, op_channel);
p2p_go_neg.c 185 p2p->op_reg_class, p2p->op_channel);
328 p2p->op_channel);
388 u8 op_reg_class, op_channel; local
396 &op_reg_class, &op_channel) == 0 &&
397 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
399 op_reg_class, op_channel);
401 p2p->op_channel = op_channel;
407 &op_reg_class, &op_channel) == 0 &&
408 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
558 u8 op_class, op_channel; local
605 u8 op_class, op_channel; local
648 u8 op_class, op_channel; local
    [all...]
p2p_utils.c 289 u8 op_reg_class, op_channel; local
290 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
293 op_channel);
299 u8 op_reg_class, op_channel; local
300 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
303 op_channel) &&
310 u8 op_reg_class, op_channel; local
311 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
314 op_channel) ||
316 op_channel);
    [all...]
p2p.h 459 * op_channel - Own operational channel
461 u8 op_channel; member in struct:p2p_config
464 * cfg_op_channel - Whether op_channel is hardcoded in configuration
    [all...]
p2p.c 1382 u8 op_class, op_channel; local
1419 u8 op_class, op_channel; local
    [all...]
p2p_i.h 377 * op_channel - Own operational channel
379 u8 op_channel; member in struct:p2p_data
719 u8 *op_class, u8 *op_channel);
721 u8 *op_channel,
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 7551 u8 op_reg_class, op_channel, cfg_op_channel; local
    [all...]

Completed in 127 milliseconds