]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/hostapd_cli.c
hostapd_cli: Add CLI commands enable, reload, and disable
authorCedric Baudelet <cedric.baudelet@intel.com>
Tue, 29 Apr 2014 13:29:14 +0000 (15:29 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 12 Oct 2014 16:27:13 +0000 (19:27 +0300)
commita6938b79b42cb99e010c41457db8b71331bd8ebb
tree287a5503c26e362e0023bbb3cdcbb200a0f66699
parenta62941415a3116416459418401edded0dcb535cc
hostapd_cli: Add CLI commands enable, reload, and disable

Commands are already present in ctrl_iface.c (and parsed in
hostapd_ctrl_iface_receive() function) but not in hostapd_cli.c. This
patch updates hostapd_cli.c with matching functions.

Signed-off-by: Cedric Baudelet <cedric.baudelet@intel.com>
hostapd/hostapd_cli.c