Lines Matching refs:ALOGI

286                 ALOGI("Got channel list with %d channels", num_channels_to_copy);  in handleResponse()
321 ALOGI("retrieved scan result %d", index); in parseScanResults()
662 ALOGI("Bad event data!"); in handleEvent()
759 ALOGI("Full scan results: No scan results found"); in wifi_handle_full_scan_event()
1064 ALOGI("Executing hotlist setup request, num = %d", mParams.num_bssid); in start()
1073 ALOGI("Failed to execute hotlist setup request, result = %d", result); in start()
1079 ALOGI("Successfully set %d APs in the hotlist ", mParams.num_bssid); in start()
1095 ALOGI("successfully restarted the scan"); in start()
1115 ALOGI("Successfully reset APs in current hotlist"); in cancel()
1125 ALOGI("Hotlist AP event"); in handleEvent()
1133 ALOGI("No scan results found"); in handleEvent()
1147 ALOGI("FOUND %d hotlist APs", num); in handleEvent()
1151 ALOGI("LOST %d hotlist APs", num); in handleEvent()
1235 ALOGI("PNO network: SSID %s flags %x auth %x", ssid_list[i].ssid, in createSetupRequest()
1276 ALOGI("Executing ePNO setup request, num = %d", epno_params.num_networks); in start()
1285 ALOGI("Failed to execute ePNO setup request, result = %d", result); in start()
1290 ALOGI("Successfully set %d SSIDs for ePNO", epno_params.num_networks); in start()
1292 ALOGI("successfully restarted the scan"); in start()
1311 ALOGI("Successfully reset APs in current hotlist"); in cancel()
1321 ALOGI("ePNO event"); in handleEvent()
1329 ALOGI("No scan results found"); in handleEvent()
1475 ALOGI("Set significant wifi change config"); in start()
1485 ALOGI("failed to set significant wifi change config %d", result); in start()
1489 ALOGI("successfully set significant wifi change config"); in start()
1504 ALOGI("successfully restarted the scan"); in start()
1525 ALOGI("successfully reset significant wifi change config"); in cancel()
1541 ALOGI("No scan results found"); in handleEvent()
1690 ALOGI("Successfully added %d blacklist bssids", mParams->num_bssid); in start()
1831 ALOGI("ANQPO hotspot matched event!"); in handleEvent()
1837 ALOGI("No scan results found"); in handleEvent()
1853 ALOGI("%-32s\t", mResult->ssid); in handleEvent()
1855 ALOGI("%02x:%02x:%02x:%02x:%02x:%02x ", mResult->bssid[0], mResult->bssid[1], in handleEvent()
1858 ALOGI("%d\t", mResult->rssi); in handleEvent()
1859 ALOGI("%d\t", mResult->channel); in handleEvent()
1860 ALOGI("%lld\t", mResult->ts); in handleEvent()
1861 ALOGI("%lld\t", mResult->rtt); in handleEvent()
1862 ALOGI("%lld\n", mResult->rtt_sd); in handleEvent()