nerves-project-attic/nerves_network

Setting up an interface that doesn't exist will not give an error

Closed this issue · 1 comments

Fixing this will be an api breaking change.

iex(4)> Nerves.Network.setup("wlan0withatypo", [key_mgmt: :"WPA-PSK", ssid: "AndroidAP", psk: "12345678"])

00:01:32.947 [debug] Elixir.Nerves.Network setup(wlan0withatypo, [key_mgmt: :"WPA-PSK", ssid: "AndroidAP", psk: "12345678"])
:ok
iex(5)> 

This turned out to be a feature at the end of the day.