]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211.c
nl80211: Use wpa_ssid_txt() for debug messages more consistently
authorJouni Malinen <j@w1.fi>
Sat, 9 Feb 2019 22:06:26 +0000 (00:06 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 9 Feb 2019 23:43:50 +0000 (01:43 +0200)
commit21cd8f83195cf808f963a5279f0bdd9b2bbd3964
treed5d49cccbf340a46c35247c78db56e093dcdcf20
parentbbdb50146064661e328d5952074c6d2eda32771e
nl80211: Use wpa_ssid_txt() for debug messages more consistently

Print the SSID with printf escaping instead of wpa_hexdump_ascii()
format to clean up the debug log a bit. This was already done for number
of SSID debug prints.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211_scan.c