]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add ap_config_reload_on_sighup_config_id
authorRaphaël Mélotte <raphael.melotte@mind.be>
Mon, 1 Aug 2022 11:08:25 +0000 (13:08 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 27 Nov 2022 13:44:58 +0000 (15:44 +0200)
commit1a27b8838ac94ae90734d76ce5a0fb0642533fa4
tree086b13dfc94ddf5dbf230e7ff64639d50271bd8d
parent34e4a17b48c1efea20a1f5353c2439f6ac44eee6
tests: Add ap_config_reload_on_sighup_config_id

The test checks that when reloading the configuration with SIGHUP,
stations that are connected to BSSes whose config_id did not change are
not disconnected. It also checks that for the BSSes that have a
different config_id and SSID, the new SSID is applied correctly.

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