]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Output hw_mode when using STATUS
authorAntonio Prcela <antonio.prcela@gmail.com>
Thu, 2 Feb 2023 23:02:07 +0000 (00:02 +0100)
committerJouni Malinen <j@w1.fi>
Mon, 20 Feb 2023 17:38:02 +0000 (19:38 +0200)
commitec02a0e93654515db7476e2d8b4b419cad44d979
treeeda60ce6021678587d338343bba3c28c3e894498
parent390e24c6cbd652b746e4b8cdd8b00312e30703ba
hostapd: Output hw_mode when using STATUS

Adding the hw_mode config parameter to the STATUS output to easier
determine the current hw_mode of an hostapd access-point. Currently
neither STATUS, GET hw_mode, nor GET_CONFIG output it.

Useful if the hostapd access point has been created with
wpa_ctrl_request() without using a *.conf file, like hostapd.conf.

Signed-off-by: Antonio Prcela <antonio.prcela@gmail.com>
Signed-off-by: Antonio Prcela <antonio.prcela@sartura.hr>
src/ap/ctrl_iface_ap.c