]> git.ipfire.org Git - thirdparty/hostap.git/commit
Do prune_association only after the STA is authorized
authorAdil Saeed Musthafa <quic_adilm@quicinc.com>
Thu, 11 May 2023 18:43:02 +0000 (11:43 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 25 May 2023 14:08:57 +0000 (17:08 +0300)
commite978072baaca886943c391b9a99066771ddc01a8
treea79beeda7f21f84abd84584a92c26bf4a884d523
parenta2c09eb95e6c4747fed0fe40db8cbee453d15a91
Do prune_association only after the STA is authorized

Prune-associations should be done only after the new station is
authorized. Otherwise any STA can cause denial of service to connected
stations in PMF case when more than a single interface is being
controlled by the same hostapd process.

Signed-off-by: Adil Saeed Musthafa <quic_adilm@quicinc.com>
src/ap/hostapd.c
src/ap/sta_info.c