Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/edgefast_wifi/source/
Dwpl_nxp.c212 EventBits_t syncBit; in WPL_Start() local
232syncBit = xEventGroupWaitBits(s_wplSyncEvent, WPL_SYNC_INIT_GROUP, pdTRUE, pdFALSE, WPL_SYNC_TIMEO… in WPL_Start()
233 if ((syncBit & EVENT_BIT(WLAN_REASON_INITIALIZED)) != 0U) in WPL_Start()
238 else if ((syncBit & EVENT_BIT(WLAN_REASON_INITIALIZATION_FAILED)) != 0U) in WPL_Start()
288 EventBits_t syncBit; in WPL_Start_AP() local
354 syncBit = in WPL_Start_AP()
356 if ((syncBit & EVENT_BIT(WLAN_REASON_UAP_SUCCESS)) != 0U) in WPL_Start_AP()
360 else if ((syncBit & EVENT_BIT(WLAN_REASON_UAP_START_FAILED)) != 0U) in WPL_Start_AP()
399 EventBits_t syncBit; in WPL_Stop_AP() local
419 syncBit = in WPL_Stop_AP()
[all …]