Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_tx_rx.c1483 uint8_t target_channel, in hdd_set_tx_flow_info() argument
1498 if (!target_channel) in hdd_set_tx_flow_info()
1529 target_channel, in hdd_set_tx_flow_info()
1534 *pre_adp_channel = target_channel; in hdd_set_tx_flow_info()
1544 if (*pre_adp_channel == target_channel) { in hdd_set_tx_flow_info()
1554 target_channel, in hdd_set_tx_flow_info()
1575 target_channel, in hdd_set_tx_flow_info()
1586 if (target_channel <= in hdd_set_tx_flow_info()
1588 channel24 = target_channel; in hdd_set_tx_flow_info()
1595 channel5 = target_channel; in hdd_set_tx_flow_info()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs_random_chan_sel.c1173 uint16_t target_channel = 0; in dfs_find_ch_with_fallback_for_freq() local
1275 target_channel = new_start_ch + (rand_byte * in dfs_find_ch_with_fallback_for_freq()
1281 target_channel = final_lst[index]; in dfs_find_ch_with_fallback_for_freq()
1310 target_channel = dfs_get_rand_from_lst_for_freq(dfs, in dfs_find_ch_with_fallback_for_freq()
1315 "target channel = %d", target_channel); in dfs_find_ch_with_fallback_for_freq()
1317 return target_channel; in dfs_find_ch_with_fallback_for_freq()
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_api.h623 uint8_t target_channel; member