]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Add multi_ap settings to get_config() output
authorRaphaël Mélotte <raphael.melotte@mind.be>
Wed, 2 Dec 2020 16:51:45 +0000 (17:51 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 6 Feb 2021 16:03:58 +0000 (18:03 +0200)
commit871d6648f502df396d6156542d61e53cdb0d1e25
treeceb4a34fe01af22fc6b656599dfa9b7467985d62
parent3a3ea68a361aface192ab1542cd27ca3a2c823d4
hostapd: Add multi_ap settings to get_config() output

Since a running hostapd is not necessarily using the settings that are
in the configuration file (if they were changed at runtime, or the file
was changed but not reloaded, etc.), being able to get their value at
runtime can be useful (to know if they have to be updated for example).

If multi_ap is set, also print the SSID and passphrase (or PSK).

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
hostapd/ctrl_iface.c