Searched refs:rand_byte (Results 1 – 3 of 3) sorted by relevance
1003 uint32_t rand_byte = 0; in dfs_get_rand_from_lst_for_freq() local1012 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() local1271 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()
2338 uint32_t rand_byte = 0; in wlan_get_rand_from_lst_for_freq() local2346 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()
10651 uint32_t rand_byte = 0; in obss_color_collision_process_color_change() local10701 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()