[PATCH 4/4] station: use netdev_remove_pmksa
James Prestwood <[email protected]>
| Newsgroups | dev.linux.lists.iwd |
|---|---|
| Message-ID | <[email protected]> |
--- src/station.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.34.1