]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Add global to local control interface redirection
authorAnton Nayshtut <qca_antonn@qca.qualcomm.com>
Thu, 16 Jul 2015 10:29:29 +0000 (13:29 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 16 Jul 2015 17:21:18 +0000 (20:21 +0300)
commit6990d41a748b827f6b5f71b214c579191b41dbd7
tree6eae4b0e72f1aa9d6ec9a0790b5e5cc6229f9ced
parent585478e2b9097df4bf4faebc16f5922a8b2e32b0
hostapd: Add global to local control interface redirection

This patch implements global to local control interface redirection in
the same way as it's done for wpa_supplicant. Any global control
interface command beginning with "IFNAME=..." will be routed to the
corresponding local control interface handler.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/ctrl_iface.c