mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-01 05:54:08 +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);
|
eapol_sm_set_8021x_config(sm, settings);
|
||||||
l_settings_free(settings);
|
l_settings_free(settings);
|
||||||
|
eapol_sm_set_use_eapol_start(sm, true);
|
||||||
|
|
||||||
if (netdev_connect_wsc(device_get_netdev(wsc->device), bss, sm,
|
if (netdev_connect_wsc(device_get_netdev(wsc->device), bss, sm,
|
||||||
wsc_netdev_event,
|
wsc_netdev_event,
|
||||||
|
Loading…
Reference in New Issue
Block a user