Sounds like adhoc mode is mostly abandoned (not many devices support it, and generally used unencrypted/WEP?), whereas hotspot mode seems generally supported so probably a better place to start.
Need to do the dbus equivalent of:
nmcli device wifi hotspot ifname <interface> ssid <NetworkName> password <Password>
The sub-command will look something like:
wifitui hotspot MyCoolSSID --passphrase "mysecretpassword"
Sounds like adhoc mode is mostly abandoned (not many devices support it, and generally used unencrypted/WEP?), whereas hotspot mode seems generally supported so probably a better place to start.
Need to do the dbus equivalent of:
The sub-command will look something like:
wifitui hotspot MyCoolSSID --passphrase "mysecretpassword"