Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/audio_demo/
A Dmain.c21 static int _ip_got_finished = 0; variable
32 if (_ip_got_finished != 0) in wifi_event_cb()
35 _ip_got_finished = 1; in wifi_event_cb()
/AliOS-Things-master/solutions/auto_demo/
A Dmain.c22 static int _ip_got_finished = 0; variable
32 if(_ip_got_finished != 0) { in wifi_event_cb()
35 _ip_got_finished = 1; in wifi_event_cb()
/AliOS-Things-master/solutions/rfid_demo/
A Dmain.c21 static int _ip_got_finished = 0; variable
32 if (_ip_got_finished != 0) in wifi_event_cb()
35 _ip_got_finished = 1; in wifi_event_cb()
/AliOS-Things-master/solutions/flower_demo/
A Dmain.c23 static int _ip_got_finished = 0; variable
33 if(_ip_got_finished != 0) { in wifi_event_cb()
36 _ip_got_finished = 1; in wifi_event_cb()
/AliOS-Things-master/solutions/linksdk_demo/
A Dmain.c20 static int _ip_got_finished = 0; variable
33 if (_ip_got_finished != 0) in wifi_event_cb()
36 _ip_got_finished = 1; in wifi_event_cb()
/AliOS-Things-master/solutions/linksdk_gateway_demo/
A Dmain.c21 static int _ip_got_finished = 0; variable
34 if (_ip_got_finished != 0) in wifi_event_cb()
37 _ip_got_finished = 1; in wifi_event_cb()
/AliOS-Things-master/hardware/board/haaseduk1/board_test/
A Dboard_test.c170 static int _ip_got_finished = 0; variable
242 if (_ip_got_finished != 0) in wifi_event_cb()
245 _ip_got_finished = 1; in wifi_event_cb()
455 if (_ip_got_finished == 1) in test_process_entry()

Completed in 8 milliseconds