To make a Wifi Access Point you will need to have a working uplink connection. The connman
will share that connection on the wifi.
In connman
terms this is call tethering
the wifi. As written in the Introduction connman
creates a bridge and connects all tethered interfaces to that bridge and then runs a DHCP server on the bridge interface.
All the non-tethered interfaces are uplink connections. All traffic from the bridge will be routed to the uplink connections.
Steps:
services
command in connmanctl
. * indicates a verified uplink connection.
connmanctl> services
*AR Wired ethernet_xxxxx_cable
SomeWifi wifi_xxxx_managed_psk
technology
is enabled: use the technologies
command in connmanctl
.
connmanctl> technologies
/net/connman/technology/wifi
Name = WiFi
Type = wifi
Powered = True
Connected = False
Tethering = False
TetheringFreq = 2412
connmanctl> tether wifi on APname <passphrase>
© 2024 Ferry Toth