]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Output country_code and country3 when using STATUS
authorAntonio Prcela <antonio.prcela@gmail.com>
Mon, 20 Feb 2023 22:14:39 +0000 (23:14 +0100)
committerJouni Malinen <j@w1.fi>
Tue, 21 Feb 2023 15:33:03 +0000 (17:33 +0200)
commit3081a9cb62de525c0fcdc7cef3b558bda773ce81
tree3f655533cb60abc175b9ff5069dda832bf899bf5
parenteb6f8dab12974e6404cd02ad9bac90ecf44c3d0c
hostapd: Output country_code and country3 when using STATUS

Add the country_code and country3 config parameter to the STATUS output
to easier determine the current values for each of an hostapd
access point. Currently neither STATUS, GET [country_code/country3] nor
GET_CONFIG output it.

This is 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