Create wireless access point

It is as simple as issuing

nmcli dev wifi hotspot  ssid MyHotSpot password "test1234"

Actually ysdx in the answer given on Unix & Linux Stack Exchange added the interface name (for example ifname wlp4s0 ) but when you have only one wifi interface it is not necessary: nmcli is smart enough to know which interface to use

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.