]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove duplicated RX ctrl_iface hexdump
authorJouni Malinen <j@w1.fi>
Sat, 4 Jan 2014 05:16:32 +0000 (07:16 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 5 Jan 2014 20:33:18 +0000 (22:33 +0200)
commit9595151f3fefffee83e3fbe3effb030df44a0052
tree3d09f09fc55cba56abdc7ed5b8fec5343aa51a67
parent6be79541ad9a5943a661e470ba89ec89734c7924
Remove duplicated RX ctrl_iface hexdump

The newer wpa_dbg() print includes the same information in a more
convenient form, so remove the duplicate RX ctrl_iface hexdump in the
cases where there is no key material in the control interface commands
(the possible-key-material case is still using wpa_hexdump_ascii_key).

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