Home
last modified time | relevance | path

Searched refs:SL_WIFI_CHECK_IF_EVENT_FAILED (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/wiseconnect/components/protocol/wifi/inc/
Dsl_wifi_callback_framework.h41 #define SL_WIFI_CHECK_IF_EVENT_FAILED(event) ((event & SL_WIFI_EVENT_FAIL_INDICATION) ? true : fals… macro
/hal_silabs-latest/wiseconnect/components/protocol/wifi/src/
Dsl_wifi_callback_framework.c71 if (SL_WIFI_CHECK_IF_EVENT_FAILED(event)) { in sl_wifi_default_event_handler()