Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device Network API: Wifi connect #13

Open
dermidgen opened this issue Oct 8, 2016 · 2 comments
Open

Device Network API: Wifi connect #13

dermidgen opened this issue Oct 8, 2016 · 2 comments
Assignees
Labels

Comments

@dermidgen
Copy link
Owner

dermidgen commented Oct 8, 2016

API support for joining a wireless network via command: NET_CONNECT

@dermidgen
Copy link
Owner Author

@ziswiler and @dermidgen have investigated various approaches.

  • connman via shell - fails due to requiring interactive mode + agent; also requires writing multiple config files to the fs & cleanup.
  • connman via dbus - blocked; require dbus wiring support
  • wpa_supplicant via shell - fails due to permissions; also requires writing multiple config files to the fs & cleanup
  • wpa_supplicant va dbus - blocked; require dbus wiring support

@dermidgen
Copy link
Owner Author

Final approach: Dbus to rule them all.

After a great deal of research it is decided: Dbus is the way to go. We can use it to communicate with wpa_supplicant in the same way that connman does.

Refs:

@ziswiler @jgaud16 - I am awaiting your help on setting up the dbus stuff I need and hooking it into my mainloop in hiphonix.c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant