]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add a hostapd testing option for skipping association pruning
authorJouni Malinen <j@w1.fi>
Sat, 28 Mar 2020 18:39:19 +0000 (20:39 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 28 Mar 2020 18:39:19 +0000 (20:39 +0200)
commit54e2961f80e283c7fc43b5f667ea6c948f334f0b
treeff52db8c6e14473e5df1adc38ded45b08a5ada20
parent1a18f8df6370ae05c5d7f49f40adc43e02387f40
Add a hostapd testing option for skipping association pruning

The new skip_prune_assoc=1 parameter can be used to configure hostapd
not to prune associations from other BSSs operated by the same process
when a station associates with another BSS. This can be helpful in
testing roaming cases where association and authorization state is
maintained in an AP when the stations returns.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/config_file.c
src/ap/ap_config.h
src/ap/utils.c