Home  >  Connman

Make a Wifi Access point

Wifi Access point

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:

  1. Make sure you have a working uplink: use the services command in connmanctl. * indicates a verified uplink connection.
    connmanctl> services 
    *AR Wired      ethernet_xxxxx_cable
    SomeWifi   wifi_xxxx_managed_psk
    
  2. Make sure the wifi 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
    
  3. Tether wifi:
    connmanctl> tether wifi on APname <passphrase>