Document the wpa_msg_cb "global" parameter
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 6 Feb 2015 10:08:28 +0000 (12:08 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 10 Jun 2015 13:02:00 +0000 (16:02 +0300)
commit995a3a06f4bfe85da787ae7b683c874b1f170e64
tree0997b27915303636aaf0a0f3a8c21fefa888e60b
parente66bcedd3ea62c1fa72f95cea918483ec5cb84a5
Document the wpa_msg_cb "global" parameter

Instead of an int variable with magic values 0, 1, 2, use an enum that
gives clearer meaning to the values now that the original boolean type
global argument is not really a boolean anymore.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/ctrl_iface.c
src/utils/wpa_debug.c
src/utils/wpa_debug.h
wpa_supplicant/ctrl_iface_named_pipe.c
wpa_supplicant/ctrl_iface_udp.c
wpa_supplicant/ctrl_iface_unix.c