Lines Matching refs:LOG

33         LOG("[wifi]call IsWifiActive fail, ret:%d", ret);

36 LOG("[wifi]not active, call enable...");
39 LOG("[wifi]call EnableWifi fail, ret:%d", ret);
43 LOG("[wifi]call EnableWifi success, wait state active");
48 LOG("[wifi]call IsWifiActive fail, ret:%d", ret);
51 LOG("[wifi]is active, timeout:%d", timeout);
59 LOG("[wifi]wait wifi state fail[timeout]");
62 LOG("[wifi]wait wifi state success");
66 LOG("[wifi]is active, do nothing");
76 LOG("[wifi]call IsWifiActive fail, ret:%d", ret);
79 LOG("[wifi]is active, call disable...");
82 LOG("[wifi]call DisableWifi fail, ret:%d", ret);
86 LOG("[wifi]call DisableWifi success, wait state active");
91 LOG("[wifi]call IsWifiActive fail, ret:%d", ret);
94 LOG("[wifi]not active, timeout:%d", timeout);
102 LOG("[wifi]wait wifi state fail[timeout]");
105 LOG("[wifi]wait wifi state success");
109 LOG("[wifi]not active, do nothing");
124 LOG("[wifi]call AddDeviceConfig fail, ret:%d", ret);
126 LOG("[wifi]call AddDeviceConfig success, netId:%d", netId);
131 LOG("[wifi]call ConnectTo fail, ret:%d", ret);
134 LOG("[wifi]call ConnectTo success, netId:%d", netId);
144 LOG("[wifi]call GetLinkedInfo fail, ret:%d", ret);
146 LOG("[wifi]call GetLinkedInfo success, now state:%d", linkInfo.connState);
150 LOG("[wifi]state OK,netid:%d, ssid:%s, state:%d, ip:%u,%s", linkInfo.networkId, linkInfo.ssid.c_str(),
160 LOG("[wifi]state(timeout=0),netid:%d, ssid:%s, state:%d, ip:%u,%s", linkInfo.networkId, linkInfo.ssid.c_str(),
169 LOG("[wifi]call Disconnect ret:%d", ret);
178 LOG("[wifi]EnableWifi fail");
183 LOG("[wifi]ConnectTo fail");
192 LOG("[wifi]DisableWifi fail");
198 LOG("[wifi]EnableWifi fail");
203 LOG("[wifi]ConnectTo fail");