HomeSort by: relevance | last modified time | path
    Searched refs:best_freq_5 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/p2p/
p2p_go_neg.c 456 if (freq >= 2400 && freq < 2500 && p2p->best_freq_5 > 0 &&
459 p2p_freq_to_channel(p2p->best_freq_5,
p2p_i.h 476 int best_freq_5; member in struct:p2p_data
p2p.c 1456 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_5 > 0 &&
1457 p2p_supported_freq(p2p, p2p->best_freq_5) &&
1458 p2p_freq_to_channel(p2p->best_freq_5, &op_class, &op_channel)
5017 p2p->best_freq_5 = freq_5;

Completed in 22 milliseconds