diff mbox series

[4/4] station: use netdev_remove_pmksa

Message ID 20250212162401.130792-5-prestwoj@gmail.com (mailing list archive)
State New
Headers show
Series PMKSA support for fullmac drivers | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-ci-gitlint success GitLint

Commit Message

James Prestwood Feb. 12, 2025, 4:24 p.m. UTC
---
 src/station.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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");