3
0
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:
Denis Kenzior 2016-10-11 01:36:59 -05:00
parent 91d35987fd
commit 30b7b46aa1

View File

@ -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,