Searched refs:syncBit (Results 1 – 1 of 1) sorted by relevance
210 EventBits_t syncBit; in WPL_Start() local230 …syncBit = 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() local351 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() local416 syncBit = in WPL_Stop_AP()[all …]