Searched refs:WIFI_EVENT_SDIO (Results 1 – 2 of 2) sorted by relevance
66 WIFI_EVENT_SDIO = 1 << 2, enumerator
2767 (void)OSA_EventSet((osa_event_handle_t)wm_wifi.wifi_event_Handle, WIFI_EVENT_SDIO); in handle_cdint()2775 osa_event_flags_t flagsToWait = WIFI_EVENT_SDIO; in wifi_raw_packet_recv()2793 OSA_EventClear((osa_event_handle_t)wm_wifi.wifi_event_Handle, WIFI_EVENT_SDIO); in wifi_raw_packet_recv()2795 if ((pSetFlags & WIFI_EVENT_SDIO) == 0U) in wifi_raw_packet_recv()