Searched refs:wifi_performance_profile (Results 1 – 2 of 2) sorted by relevance
581 …memcpy(&performance_profile.wifi_performance_profile, profile, sizeof(sl_wifi_performance_profile_… in save_wifi_current_performance_profile()590 …memcpy(profile, &performance_profile.wifi_performance_profile, sizeof(sl_wifi_performance_profile_… in get_wifi_current_performance_profile()606 mode_decision = (uint8_t)((performance_profile.wifi_performance_profile.profile << 4) in get_coex_performance_profile()607 | (performance_profile.wifi_performance_profile.profile)); in get_coex_performance_profile()620 mode_decision = (uint8_t)((performance_profile.wifi_performance_profile.profile << 4) in get_coex_performance_profile()946 if (performance_profile.wifi_performance_profile.monitor_interval) { in convert_performance_profile_to_power_save_command()947 …power_save_request->monitor_interval = performance_profile.wifi_performance_profile.monitor_interv… in convert_performance_profile_to_power_save_command()953 …power_save_request->dtim_aligned_type = performance_profile.wifi_performance_profile.dtim_aligned_… in convert_performance_profile_to_power_save_command()954 …power_save_request->num_of_dtim_skip = performance_profile.wifi_performance_profile.num_of_dtim_s… in convert_performance_profile_to_power_save_command()955 …power_save_request->listen_interval = performance_profile.wifi_performance_profile.listen_interv… in convert_performance_profile_to_power_save_command()
67 sl_wifi_performance_profile_t wifi_performance_profile; member