Home
last modified time | relevance | path

Searched refs:coex_mode (Results 1 – 5 of 5) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_wifi_device.h2150 .coex_mode = SL_SI91X_WLAN_ONLY_MODE,
2185 .coex_mode = SL_SI91X_WLAN_ONLY_MODE,
2211 .coex_mode = SL_SI91X_WLAN_ONLY_MODE,
2235 .coex_mode = SL_SI91X_WLAN_ONLY_MODE,
2259 .coex_mode = SL_SI91X_WLAN_ONLY_MODE,
2286 .coex_mode = SL_SI91X_WLAN_ONLY_MODE,
2315 .coex_mode = SL_SI91X_WLAN_ONLY_MODE,
Dsl_rsi_utility.h69 sl_si91x_coex_mode_t coex_mode; member
177 void save_coex_mode(sl_si91x_coex_mode_t coex_mode);
Dsl_si91x_types.h112 …uint16_t coex_mode; ///< Coexistence mode, one of the values from @ref sl_si91x_c… member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_rsi_utility.c209 static sl_si91x_coex_mode_t coex_mode = 0; variable
583 performance_profile.coex_mode = get_coex_mode(); in save_wifi_current_performance_profile()
598 sl_si91x_coex_mode_t coex_mode = performance_profile.coex_mode; in get_coex_performance_profile() local
599 if (coex_mode == SL_SI91X_WLAN_ONLY_MODE) { // Treat SL_SI91X_WLAN_ONLY_MODE as SL_SI91X_WLAN_MODE in get_coex_performance_profile()
600 coex_mode = SL_SI91X_WLAN_MODE; in get_coex_performance_profile()
603 switch (coex_mode) { in get_coex_performance_profile()
735 coex_mode = mode; in save_coex_mode()
740 return coex_mode; in get_coex_mode()
Dsl_si91x_driver.c344 if (config->boot_config.coex_mode == SL_SI91X_WLAN_MODE) { // Check for not support mode in sl_si91x_driver_init()
487 …if (config->boot_config.coex_mode == SL_SI91X_BLE_MODE || config->boot_config.coex_mode == SL_SI91… in sl_si91x_driver_init()
512 if ((!config->boot_config.coex_mode) in sl_si91x_driver_init()
556 if (config->boot_config.coex_mode != SL_SI91X_BLE_MODE) { in sl_si91x_driver_init()
588 save_coex_mode(config->boot_config.coex_mode); in sl_si91x_driver_init()