wpa_supplicant: print password field only if -K is given
authorHelmut Schaa <helmut.schaa@googlemail.com>
Tue, 9 Dec 2008 19:56:47 +0000 (21:56 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 9 Dec 2008 19:56:47 +0000 (21:56 +0200)
commit556f5a2a281dc725f16cbf986c3f17aff4115e13
tree98b636e7f9b686c28fa3f238f2a16a9af69568c4
parent205a372b2d1625210751de946df3a3280fe8ba22
wpa_supplicant: print password field only if -K is given

Print the password field only if -K is given by using wpa_hexdump_ascii_key
instead of wpa_hexdump_ascii. Additionally mark the password field as key.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
wpa_supplicant/config.c