NanoPi Neo first boot with wifi

I edited the SD and etc/network/interfaces to uncomment the eth0 hotplug and put in the ssid and pw for the wireless. Now able to ssh through ethernet. wifi does not work.

root@DietPi:~# iwconfig
eth0 no wireless extensions.

lo no wireless extensions.

root@DietPi:~# ifconfig
eth0 Link encap:Ethernet HWaddr 72:df:35:6e:37:45
inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::70df:35ff:fe6e:3745/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:106 errors:0 dropped:0 overruns:0 frame:0
TX packets:98 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15350 (14.9 KiB) TX bytes:12064 (11.7 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

Armbian uses network manager to control wifi – nmtui is the tool that they use. Dietpi doesn’t have that.