]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add iface_params and bss_params to write_hostapd_config()
authorRaphaël Mélotte <raphael.melotte@mind.be>
Mon, 1 Aug 2022 11:08:24 +0000 (13:08 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 27 Nov 2022 13:43:53 +0000 (15:43 +0200)
commit34e4a17b48c1efea20a1f5353c2439f6ac44eee6
tree07be912b3a36399154b8380afe39faafed7c0632
parentbc2b88b253fb584305d41bbbf3713b954c04f0bf
tests: Add iface_params and bss_params to write_hostapd_config()

To make it easier to write custom hostapd configuration files, add
"iface_params" and "bss_params".

They are both meant to be lists of parameters that the user can supply
to append additional parameters to the configuration file.

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
tests/hwsim/test_ap_config.py