Lines Matching refs:LOGI
108 LOGI(" ssid: %s", ssid_str); in LogSsid()
117 LOGI(" bssid: %s", bssid_str); in LogBssid()
121 LOGI("chreWifiScanResult:"); in LogChreScanResult()
123 LOGI(" age (ms): %" PRIu32, result.ageMs); in LogChreScanResult()
124 LOGI(" capability info: 0x%" PRIx16, result.capabilityInfo); in LogChreScanResult()
126 LOGI(" flags: 0x%" PRIx8, result.flags); in LogChreScanResult()
127 LOGI(" rssi: %" PRId8 "dBm", result.rssi); in LogChreScanResult()
128 LOGI(" band: %s (%" PRIu8 ")", ParseChreWifiBand(result.band), result.band); in LogChreScanResult()
129 LOGI(" primary channel: %" PRIu32, result.primaryChannel); in LogChreScanResult()
130 LOGI(" center frequency primary: %" PRIu32, result.centerFreqPrimary); in LogChreScanResult()
131 LOGI(" center frequency secondary: %" PRIu32, result.centerFreqSecondary); in LogChreScanResult()
132 LOGI(" channel width: %" PRIu8, result.channelWidth); in LogChreScanResult()
133 LOGI(" security mode: %" PRIu8, result.securityMode); in LogChreScanResult()