mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 15:20:42 +01:00
adhoc: start both eapol SM's
Commit 1f910f84b47d ("eapol: Use eapol_start in authenticator mode too") introduced the requirement that authentication eapol_sm objects also had to be started via eapol_start. Adhoc was never updated to do that.
This commit is contained in:
parent
d232edde72
commit
cd90097ce1
@ -302,6 +302,7 @@ static void adhoc_start_rsna(struct sta_state *sta, const uint8_t *gtk_rsc)
|
||||
eapol_register(sta->sm_a);
|
||||
|
||||
eapol_start(sta->sm);
|
||||
eapol_start(sta->sm_a);
|
||||
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user