Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/edgefast_wifi/source/
Dwpl_nxp.c38 #define WPL_SYNC_DISCONNECT_GROUP EVENT_BIT(WLAN_REASON_USER_DISCONNECT) macro
802 (void)xEventGroupClearBits(s_wplSyncEvent, WPL_SYNC_DISCONNECT_GROUP); in WPL_Leave()
813 …syncBit = xEventGroupWaitBits(s_wplSyncEvent, WPL_SYNC_DISCONNECT_GROUP, pdTRUE, pdFALSE, WPL_SYNC… in WPL_Leave()