hostapd: Global control interface notifications
authorAnton Nayshtut <qca_antonn@qca.qualcomm.com>
Sun, 16 Nov 2014 14:52:49 +0000 (16:52 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 16 Jul 2015 09:33:29 +0000 (12:33 +0300)
commitee1e3f57b58498882adbfa75633b0931000f5264
tree7d46e8284628f2390257fc52df095f7b65ec8707
parentcb05808c46539922cf02e9e8527a062e90637ff9
hostapd: Global control interface notifications

This commit implements hostapd global control interface notifications
infrastructure. hostapd global control interface clients issue
ATTACH/DETACH commands to register and deregister with hostapd
correspondingly - the same way as for any other hostapd/wpa_supplicant
control interface.

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