Lines Matching refs:ALOGI

304                 ALOGI("Got channel list with %d channels", num_channels_to_copy);  in handleResponse()
338 ALOGI("retrieved scan result %d", index); in parseScanResults()
679 ALOGI("Bad event data!"); in handleEvent()
776 ALOGI("Full scan results: No scan results found"); in wifi_handle_full_scan_event()
1086 ALOGI("Executing hotlist setup request, num = %d", mParams.num_bssid); in start()
1095 ALOGI("Failed to execute hotlist setup request, result = %d", result); in start()
1101 ALOGI("Successfully set %d APs in the hotlist ", mParams.num_bssid); in start()
1117 ALOGI("successfully restarted the scan"); in start()
1137 ALOGI("Successfully reset APs in current hotlist"); in cancel()
1147 ALOGI("Hotlist AP event"); in handleEvent()
1155 ALOGI("No scan results found"); in handleEvent()
1169 ALOGI("FOUND %d hotlist APs", num); in handleEvent()
1173 ALOGI("LOST %d hotlist APs", num); in handleEvent()
1261 ALOGI("PNO network: SSID %s flags %x auth %x", ssid_list[i].ssid, in createSetupRequest()
1302 ALOGI("Executing ePNO setup request, num = %d", epno_params.num_networks); in start()
1311 ALOGI("Failed to execute ePNO setup request, result = %d", result); in start()
1316 ALOGI("Successfully set %d SSIDs for ePNO", epno_params.num_networks); in start()
1318 ALOGI("successfully restarted the scan"); in start()
1337 ALOGI("Successfully reset APs in current hotlist"); in cancel()
1347 ALOGI("ePNO event"); in handleEvent()
1355 ALOGI("No scan results found"); in handleEvent()
1509 ALOGI("Set significant wifi change config"); in start()
1519 ALOGI("failed to set significant wifi change config %d", result); in start()
1523 ALOGI("successfully set significant wifi change config"); in start()
1538 ALOGI("successfully restarted the scan"); in start()
1559 ALOGI("successfully reset significant wifi change config"); in cancel()
1575 ALOGI("No scan results found"); in handleEvent()
1789 ALOGI("ANQPO hotspot matched event!"); in handleEvent()
1795 ALOGI("No scan results found"); in handleEvent()
1811 ALOGI("%-32s\t", mResult->ssid); in handleEvent()
1813 ALOGI("%02x:%02x:%02x:%02x:%02x:%02x ", mResult->bssid[0], mResult->bssid[1], in handleEvent()
1816 ALOGI("%d\t", mResult->rssi); in handleEvent()
1817 ALOGI("%d\t", mResult->channel); in handleEvent()
1818 ALOGI("%lld\t", mResult->ts); in handleEvent()
1819 ALOGI("%lld\t", mResult->rtt); in handleEvent()
1820 ALOGI("%lld\n", mResult->rtt_sd); in handleEvent()