nl80211: Use binary hexdump for scan IEs instead of text
authorJouni Malinen <j@w1.fi>
Sat, 3 Dec 2011 10:47:34 +0000 (12:47 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 3 Dec 2011 10:47:34 +0000 (12:47 +0200)
commit3b1c7bfdc506e27759ef20698a4e263233c67067
tree5274c65e8e9e6fdabb9fe0a179ced00841dc9084
parent34445d12eeb2eea53f50e5021e260dc0d07cbbbd
nl80211: Use binary hexdump for scan IEs instead of text

The IEs are binary data, so there is not much point in trying
to show them as ASCII data in debug prints.

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