From 30b7b46aa115864b0d031d4cbff9112c7cfc2a1f Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 11 Oct 2016 01:36:59 -0500 Subject: [PATCH] wsc: Tell eapol that EAPOL-Start might be needed --- src/wsc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wsc.c b/src/wsc.c index 18c896f1..6afd96d7 100644 --- a/src/wsc.c +++ b/src/wsc.c @@ -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,