From 9bfa0aa768fc771093290a3040e560ce8b070fdc Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 16 May 2016 13:48:10 -0500 Subject: [PATCH] merge: device_connect_network --- src/wiphy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wiphy.c b/src/wiphy.c index 0359dcd9..18f0d32a 100644 --- a/src/wiphy.c +++ b/src/wiphy.c @@ -692,7 +692,7 @@ static bool netdev_try_autoconnect(struct netdev *netdev, return false; } - mlme_authenticate_cmd(network, bss); + device_connect_network(netdev, network, bss, NULL); return true; }