documentation
documentation copied to clipboard
Provide a nmcli alternative to create AP
I found this handy, so this could be added to the documentation:
Use
nmcli device show
to get the name of the wifi (eg wlx48022a5
)
Then create the access point.
nmcli dev wifi hotspot ifname wlx48022a5 ssid Armbian password "12345678"
PS: I do not know, nor I can test at the moment if this survives reboot
I think this is probably a bit out of scope of documentation. However here would be a nice place: https://forum.armbian.com/forum/40-reviews-tutorials-hardware-hacks/
There is already such documentation here
Good point. Well you are welcome to enhance the section and provide a PR.