]> git.ipfire.org Git - thirdparty/hostap.git/commit
Print control interface commands in easier format
authorJouni Malinen <j@w1.fi>
Sun, 23 Sep 2012 22:01:26 +0000 (01:01 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 23 Sep 2012 22:01:26 +0000 (01:01 +0300)
commitb470b2bf37ddf3730be94c62eb52812c4485e43c
tree31757a6f9a301737bd0cb21aaa65c7cccec16b93
parentc244dd2ec0b0ce94d96d79a9d5e7a7630422aff4
Print control interface commands in easier format

The ASCII hexdump is somewhat difficult to search for (especially on
Android builds), so make the debug log easier to parse by printing the
full control interface command as a text string. In addition, use
wpa_dbg() to get the interface name printed so that multi-interface
cases can be debugged.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/ctrl_iface.c