Allow global ctrl_iface monitors
authorJouni Malinen <j@w1.fi>
Sat, 18 May 2013 11:07:28 +0000 (14:07 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 18 May 2013 11:07:28 +0000 (14:07 +0300)
commit214e428b422b1cecb62664942a978725eff7fd92
tree3e32a7e6b6add6a0aa9c1ad635fa6528dd316573
parent89c7ac570bd9630c78f6df67c84bb04abde8f757
Allow global ctrl_iface monitors

The ATTACH/DETACH mechanism to request event messages from
wpa_supplicant can now be used through the global control interface,
too. This results in events from all interfaces being delivered through
a single monitor socket. "IFNAME=<ifname> " prefix is used on events
that are specific to an interface.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/ctrl_iface_unix.c
wpa_supplicant/wpa_cli.c