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

  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 171 p2p->op_reg_class, p2p->op_channel);
287 p2p->op_channel);
340 u8 op_reg_class, op_channel; local
345 &op_reg_class, &op_channel) == 0 &&
346 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
348 op_reg_class, op_channel);
350 p2p->op_channel = op_channel;
356 &op_reg_class, &op_channel) == 0 &&
357 p2p_channels_includes(intersection, op_reg_class, op_channel)) {
    [all...]
p2p_invitation.c 69 p2p->op_channel);
259 p2p->op_channel = p2p->cfg->op_channel;
261 p2p->op_reg_class, p2p->op_channel);
276 p2p->op_channel = msg.operating_channel[4];
278 p2p->op_reg_class, p2p->op_channel);
285 p2p->op_channel)) {
287 p2p->op_reg_class, p2p->op_channel);
290 p2p->op_reg_class, p2p->op_channel);
293 p2p->op_channel)) {
    [all...]
p2p_utils.c 274 u8 op_reg_class, op_channel; local
280 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
283 op_channel);
p2p.c 1213 u8 op_class, op_channel; local
1248 u8 op_class, op_channel; local
    [all...]
p2p.h 271 * op_channel - Own operational channel
273 u8 op_channel; member in struct:p2p_config
276 * cfg_op_channel - Whether op_channel is hardcoded in configuration
    [all...]
p2p_i.h 314 * op_channel - Own operational channel
316 u8 op_channel; member in struct:p2p_data
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 5559 u8 op_reg_class, op_channel, cfg_op_channel; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c     [all...]

Completed in 584 milliseconds