]> git.ipfire.org Git - thirdparty/hostap.git/commit
Clean up debug print for PSK file search
authorJouni Malinen <j@w1.fi>
Sat, 29 Mar 2014 07:50:51 +0000 (09:50 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 29 Mar 2014 07:50:51 +0000 (09:50 +0200)
commitdc87541e1e97b57438faaea136ac7d1fb8336a19
tree895b8f3df2b5e53d55bfdd183bbf14508013ed79
parentb0159308b5be6952577356c06358752b5ebfb86d
Clean up debug print for PSK file search

p2p_dev_addr was not NULL, so the all zeros case was printed as well.
Clean this up by printing p2p_dev_addr in debug prints only if it is a
real P2P Device Address.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ap_config.c