Home
last modified time | relevance | path

Searched refs:RSI_WLAN_RSP_CLIENT_DISCONNECTED (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/sl_net/src/
Dsl_net_si91x_integration_handler.c199 (packet->command == RSI_WLAN_RSP_CLIENT_DISCONNECTED in sl_net_si91x_event_dispatch_handler()
217 if (packet->command == RSI_WLAN_RSP_CLIENT_DISCONNECTED) { in sl_net_si91x_event_dispatch_handler()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c209 …if (packet->command == RSI_WLAN_RSP_CLIENT_DISCONNECTED && (get_opermode() == SL_SI91X_CONCURRENT_… in sli_handle_dhcp_and_rejoin_failure()
620 case RSI_WLAN_RSP_CLIENT_DISCONNECTED:
657 … || (RSI_WLAN_RSP_DISCONNECT == frame_type) || (RSI_WLAN_RSP_CLIENT_DISCONNECTED == frame_type)
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_constants.h711 RSI_WLAN_RSP_CLIENT_DISCONNECTED = 0xC3, enumerator
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_rsi_utility.c817 case RSI_WLAN_RSP_CLIENT_DISCONNECTED: in convert_si91x_event_to_sl_wifi_event()