]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix GKeyDoneStations tracking for VLAN
authorJouni Malinen <quic_jouni@quicinc.com>
Tue, 13 Aug 2024 09:55:16 +0000 (12:55 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 13 Aug 2024 09:58:45 +0000 (12:58 +0300)
commit19e12d5e2d3217dd075bf3db0c25278e0c44cc05
treedec18a1a34d7def3696cbeb3a8a3d0b9af3c0f5c
parent189972d129ecbf450de4523bdeced54a88b01c28
Fix GKeyDoneStations tracking for VLAN

The AP MLD change to use a helper function for this broke the design
that depends on the value for sm->group (i.e., the currently assigned
VLAN) being used instead of the sm->wpa_auth->group. Restore previous
behavior to fix GKeyDoneStations tracking when VLANs are used.

Fixes: 78adbf2c08f4 ("AP MLD: Mark GKeyDone completed for STAs in a helper function")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/wpa_auth.c