merge: device_connect_network

This commit is contained in:
Denis Kenzior 2016-05-16 13:48:10 -05:00
parent d4feeebdc1
commit 9bfa0aa768
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}