hostapd: Add INTERFACES ctrl_iface command
authorJanusz Dziedzic <janusz.dziedzic@tieto.com>
Fri, 4 Mar 2016 09:20:29 +0000 (10:20 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 5 Mar 2016 15:44:50 +0000 (17:44 +0200)
commit618f5d01b0cf1fa3a591470c90a6a69f92880ecf
tree7461521d2a00153de6d1f42c7c0bdd8890aa4709
parent180e5b96c3c880296292558342760be0530b90db
hostapd: Add INTERFACES ctrl_iface command

Return a list of the available interfaces (the main BSS) and optionally
with ctrl_iface when the optional "ctrl" parameter is included. This is
useful when using UDP ctrl_iface and add interfaces using the ADD
command. After that we need to know which UDP port was assigned for the
control interface for the added interface.

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
hostapd/ctrl_iface.c