]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Dynamic MAC ACL management over control interface
authorTamizh chelvam <tamizhr@codeaurora.org>
Thu, 11 Jan 2018 09:59:03 +0000 (15:29 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 7 Feb 2018 17:45:21 +0000 (19:45 +0200)
commit3988046de5383abddc6207b160eb199acecc04b5
treea5829fba46644b4900880b9dfce47a11d89f419a
parent6a252ece24a0b9b850b2312b8267dc0d59cc9310
hostapd: Dynamic MAC ACL management over control interface

Previously, MAC ACL could be modified only through file operations
(modify accept/deny_mac_file and reload it to hostapd). Extend this to
allow MAC ACL to be modified and displayed through new control interface
commands:

ACCEPT_ACL <subcmd> [argument]
DENY_ACL <subcmd> [argument]

subcmd: ADD_MAC <addr>[ VLAN_ID=<id>]|DEL_MAC <addr>|SHOW|CLEAR

Signed-off-by: Tamizh chelvam <tamizhr@codeaurora.org>
hostapd/config_file.c
hostapd/config_file.h
hostapd/ctrl_iface.c
hostapd/hostapd_cli.c