Home
last modified time | relevance | path

Searched refs:oper_chan_freq (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_util.c1305 uint32_t oper_chan_freq = 0; in csr_is_mcc_channel() local
1327 oper_chan_freq = in csr_is_mcc_channel()
1331 if (!oper_chan_freq) in csr_is_mcc_channel()
1334 chan_freq, oper_chan_freq); in csr_is_mcc_channel()
1336 if (oper_chan_freq && chan_freq != oper_chan_freq && in csr_is_mcc_channel()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_p2p.c1462 uint32_t oper_chan_freq; in set_first_connection_operating_channel() local
1464 oper_chan_freq = hdd_get_operating_chan_freq(hdd_ctx, dev_mode); in set_first_connection_operating_channel()
1465 if (!oper_chan_freq) { in set_first_connection_operating_channel()
1470 oper_chan_freq); in set_first_connection_operating_channel()
H A Dwlan_hdd_main.c11089 uint32_t oper_chan_freq = 0; in hdd_get_operating_chan_freq() local
11095 oper_chan_freq = in hdd_get_operating_chan_freq()
11106 return oper_chan_freq; in hdd_get_operating_chan_freq()