]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Clean up debug prints
authorJouni Malinen <j@w1.fi>
Sat, 18 May 2013 15:47:36 +0000 (18:47 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 18 May 2013 15:47:36 +0000 (18:47 +0300)
commited496f131f0fb9327f3fa92b1692d018a4fe9cd4
treebe85dd30433aa99df925535a4b8f2f6ac162dd0d
parent710ae9ac1f98d6cf8599d7c6b9f1badb4f13eab8
P2P: Clean up debug prints

Replace direct wpa_msg() calls with p2p_dbg(), p2p_info(), and p2p_err()
calls that use a new debug_print() callback to handle actual debug
printing outside the P2P module.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/drivers/driver_test.c
src/p2p/p2p.c
src/p2p/p2p.h
src/p2p/p2p_dev_disc.c
src/p2p/p2p_go_neg.c
src/p2p/p2p_group.c
src/p2p/p2p_i.h
src/p2p/p2p_invitation.c
src/p2p/p2p_pd.c
src/p2p/p2p_sd.c
wpa_supplicant/p2p_supplicant.c