mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-30 06:39:46 +01:00
wsc: Use util_address_to_string
This commit is contained in:
parent
64c388fe76
commit
22e1c2f592
@ -81,7 +81,7 @@ static bool scan_results(uint32_t wiphy_id, uint32_t ifindex,
|
|||||||
int err;
|
int err;
|
||||||
|
|
||||||
l_debug("bss '%s' with SSID: %s, freq: %u",
|
l_debug("bss '%s' with SSID: %s, freq: %u",
|
||||||
scan_bss_address_to_string(bss),
|
util_address_to_string(bss->addr),
|
||||||
util_ssid_to_utf8(bss->ssid_len, bss->ssid),
|
util_ssid_to_utf8(bss->ssid_len, bss->ssid),
|
||||||
bss->frequency);
|
bss->frequency);
|
||||||
|
|
||||||
@ -154,7 +154,7 @@ static bool scan_results(uint32_t wiphy_id, uint32_t ifindex,
|
|||||||
}
|
}
|
||||||
|
|
||||||
l_debug("Found AP to connect to: %s",
|
l_debug("Found AP to connect to: %s",
|
||||||
scan_bss_address_to_string(target));
|
util_address_to_string(target->addr));
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user