QNetworkSettingsManager and QNetworkSettingsUserAgent false triggering network authentication error
Moved
Unsolved
General and Desktop
-
Hi all,
I am trying to develop an application using QtNetworkSettings to list down the wifi networks and connect to selected network. When I select an network service, I am correctly getting the signal showUserCredentialsInput signal from QNetworkSettingsUserAgent, but once I enter the password I am receiving the signal error() which indicates user authentication failed although I have entered the correct password!!!
Anyone faced similar issue or know any solution ?