Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/edgefast_wifi/source/
Dwpl_nxp.c210 EventBits_t syncBit; in WPL_Start() local
230syncBit = xEventGroupWaitBits(s_wplSyncEvent, WPL_SYNC_INIT_GROUP, pdTRUE, pdFALSE, WPL_SYNC_TIMEO… in WPL_Start()
231 if (syncBit & EVENT_BIT(WLAN_REASON_INITIALIZED)) in WPL_Start()
236 else if (syncBit & EVENT_BIT(WLAN_REASON_INITIALIZATION_FAILED)) in WPL_Start()
286 EventBits_t syncBit; in WPL_Start_AP() local
351 syncBit = in WPL_Start_AP()
353 if (syncBit & EVENT_BIT(WLAN_REASON_UAP_SUCCESS)) in WPL_Start_AP()
357 else if (syncBit & EVENT_BIT(WLAN_REASON_UAP_START_FAILED)) in WPL_Start_AP()
396 EventBits_t syncBit; in WPL_Stop_AP() local
416 syncBit = in WPL_Stop_AP()
[all …]