Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
Ddfs_random_chan_sel.c1003 uint32_t rand_byte = 0; in dfs_get_rand_from_lst_for_freq() local
1012 get_random_bytes((uint8_t *)&rand_byte, 1); in dfs_get_rand_from_lst_for_freq()
1013 i = (rand_byte + qdf_mc_timer_get_system_ticks()) % num_chan; in dfs_get_rand_from_lst_for_freq()
1170 uint32_t rand_byte = 0; in dfs_find_ch_with_fallback_for_freq() local
1271 get_random_bytes((uint8_t *)&rand_byte, 1); in dfs_find_ch_with_fallback_for_freq()
1272 rand_byte = (rand_byte + qdf_mc_timer_get_system_ticks()) in dfs_find_ch_with_fallback_for_freq()
1275 target_channel = new_start_ch + (rand_byte * in dfs_find_ch_with_fallback_for_freq()
1278 get_random_bytes((uint8_t *)&rand_byte, 1); in dfs_find_ch_with_fallback_for_freq()
1279 index = (rand_byte + qdf_mc_timer_get_system_ticks()) % in dfs_find_ch_with_fallback_for_freq()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c2338 uint32_t rand_byte = 0; in wlan_get_rand_from_lst_for_freq() local
2346 get_random_bytes((uint8_t *)&rand_byte, 1); in wlan_get_rand_from_lst_for_freq()
2347 i = (rand_byte + qdf_mc_timer_get_system_ticks()) % num_chan; in wlan_get_rand_from_lst_for_freq()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_sme_req_messages.c10651 uint32_t rand_byte = 0; in obss_color_collision_process_color_change() local
10701 qdf_get_random_bytes((void *) &rand_byte, 1); in obss_color_collision_process_color_change()
10702 i = (rand_byte + qdf_mc_timer_get_system_ticks()) % in obss_color_collision_process_color_change()