hostapd: Add vendor command support
authorAvraham Stern <avraham.stern@intel.com>
Thu, 27 Mar 2014 06:58:31 +0000 (08:58 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 27 Mar 2014 13:28:44 +0000 (15:28 +0200)
commit3ae8b7b7a23883a8ece546308b4ae410eed221aa
treef9ce7e09ea81542dc2c2fb176a42f66c68b6890d
parent782e2f785e5e19b6a1d06b61a6567fc9f6c49cd4
hostapd: Add vendor command support

Add support of vendor command to hostapd ctrl_iface.
Vendor command's format:
VENDOR <vendor id> <sub command id> [<hex formatted data>]

The 3rd argument will be converted to binary data and then passed as
argument to the sub command.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
hostapd/ctrl_iface.c
hostapd/hostapd_cli.c
src/ap/ap_drv_ops.h