Searched refs:GOT_IP_EVENT (Results 1 – 2 of 2) sorted by relevance
21 #define GOT_IP_EVENT 0x00000001 macro71 xEventGroupSetBits(wifi_events, GOT_IP_EVENT); in ip_event_handler()293 bits = xEventGroupWaitBits(wifi_events, GOT_IP_EVENT, 1, 0, 7000/portTICK_RATE_MS); in wifi_connect_by_bssid()294 TEST_ASSERT(bits == GOT_IP_EVENT); in wifi_connect_by_bssid()
11 #define GOT_IP_EVENT 0x00000001 macro52 xEventGroupSetBits(wifi_events, GOT_IP_EVENT); in ip_event_handler()