mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-03-06 00:40:38 +01:00
wsc: Tell eapol that EAPOL-Start might be needed
This commit is contained in:
parent
91d35987fd
commit
30b7b46aa1
@ -415,6 +415,7 @@ static void wsc_connect(struct wsc *wsc)
|
||||
|
||||
eapol_sm_set_8021x_config(sm, settings);
|
||||
l_settings_free(settings);
|
||||
eapol_sm_set_use_eapol_start(sm, true);
|
||||
|
||||
if (netdev_connect_wsc(device_get_netdev(wsc->device), bss, sm,
|
||||
wsc_netdev_event,
|
||||
|
Loading…
x
Reference in New Issue
Block a user