Message ID | 20250212162401.130792-5-prestwoj@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | PMKSA support for fullmac drivers | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
diff --git a/src/station.c b/src/station.c index bb6debb9..37f98179 100644 --- a/src/station.c +++ b/src/station.c @@ -3432,7 +3432,7 @@ static bool station_pmksa_fallback(struct station *station, uint16_t status) * Remove the PMKSA from the handshake and return true to re-try the * same BSS without PMKSA. */ - handshake_state_remove_pmksa(station->hs); + netdev_remove_pmksa(station->netdev); station_debug_event(station, "pmksa-invalid-pmkid");