Qt + DBus + wpa_supplicant + networkmanager
Hi All,
I'm working with Qt DBus to integrate network-manager with wpa_supplicant.
I'm facing an issue when connecting to wireless encrypted with key.
Using network manager when I add a new connection with the key management in the network settings and activate the same. The window manager prompts me for the password for the encypted network.
Kindly suggest me the flow to connect to an encrypted network using wpa_supplicant and network manager
Regards,
volcano
Re: Qt + DBus + wpa_supplicant + networkmanager
Hi All,
Here's the detailed steps..
- Create a network setting
- Activate the settings object using ActivateConnection
- This prompt me to enter the password from the linux window manager
- When i internally pass the password to wpa_supplicant, the window manager prompts for password
- But then the wpa_supplicant creates another network and doesnt use the network created by the earlier step
Kindly help me the flow so I can start the network manager when wpa_supplicant completes it's task.
Regards,
volcano