0

Is it possible to connect to the protected network by its's SSID and password using C++ DBus library?

I could not find any similar code examples over the internet. I want to do something very similar to this, but preferably in C++, and without using the Network manager package because my Linux OS has the Connman package.

Any suitable code examples would be greatly appreciated.

Alvov1
  • 157
  • 1
  • 2
  • 10

1 Answers1

0

Managed to do it using the Glib DBus bindings. Code (bigger part) is available here.

Alvov1
  • 157
  • 1
  • 2
  • 10