Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/sl_net/src/
Dsl_net_si91x_integration_handler.c202 …|| (current_operation_mode == SL_SI91X_CONCURRENT_MODE && packet->desc[7] == SL_SI91X_WIFI_AP_VAP_… in sl_net_si91x_event_dispatch_handler()
247 || (current_operation_mode == SL_SI91X_CONCURRENT_MODE in sl_net_si91x_event_dispatch_handler()
264 …if (current_operation_mode == SL_SI91X_CONCURRENT_MODE && packet->command == RSI_WLAN_RSP_AP_STOP)… in sl_net_si91x_event_dispatch_handler()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_wifi_device.h1971 SL_SI91X_CONCURRENT_MODE = 9, ///< Wi-Fi concurrent mode enumerator
2234 .boot_config = { .oper_mode = SL_SI91X_CONCURRENT_MODE,
2258 .boot_config = { .oper_mode = SL_SI91X_CONCURRENT_MODE,
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c368 if (initialized_opermode == SL_SI91X_CONCURRENT_MODE) { in sl_si91x_driver_init()
579 || (config->boot_config.oper_mode == SL_SI91X_CONCURRENT_MODE) in sl_si91x_driver_init()
1689 case SL_SI91X_CONCURRENT_MODE: in sl_si91x_set_device_region()
1691 if (operation_mode == SL_SI91X_CONCURRENT_MODE) { in sl_si91x_set_device_region()
/hal_silabs-latest/wiseconnect/components/protocol/wifi/si91x/
Dsl_wifi.c203 if (get_opermode() == SL_SI91X_CONCURRENT_MODE) { in get_configured_join_request()
809 if ((SL_SI91X_CONCURRENT_MODE == get_opermode()) && (SL_WIFI_AP_INTERFACE == interface)) { in sl_wifi_get_mac_address()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c209 …ket->command == RSI_WLAN_RSP_CLIENT_DISCONNECTED && (get_opermode() == SL_SI91X_CONCURRENT_MODE)) { in sli_handle_dhcp_and_rejoin_failure()