Searched refs:syncBit (Results 1 – 1 of 1) sorted by relevance
212 EventBits_t syncBit; in WPL_Start() local232 …syncBit = 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() local354 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() local419 syncBit = in WPL_Stop_AP()[all …]