Allow driver to be set in hostapd through global control interface
authorPavanKumar N <c_pnande@qti.qualcomm.com>
Mon, 13 Jul 2015 05:21:07 +0000 (10:51 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 17 Jul 2015 20:54:29 +0000 (23:54 +0300)
commitfab51186dc2d2e2d5e85bc312aa6d379fd682b04
tree3453a6f45da8f569562908a84b7bbfc0d14c8731
parentfaf7ce5d4fabb66b7d52b47f267b8b6b42160d19
Allow driver to be set in hostapd through global control interface

This extends the hostapd global control interface ADD command to allow
driver wrapper to be specified ("ADD <ifname> <ctrl_iface> <driver>").
Previously, this case that did not use a configuration file allowed only
the default driver wrapper to be used.

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