Hi,
I have been looking around for a way to emulate the behaviour of "PSP_UTILITY_HTMLVIEWER_CONNECTMODE_LAST" while connecting with netdialog.
So far I have not been unable to find a way to do this so far and was wondering if it is possible?
Thanks,
Darky
NetDialog Auto Connect To Last AP
- darksaboteur
- Posts: 18
- Joined: Tue Dec 11, 2007 8:44 pm
- Location: Australia
- Contact:
-
- Posts: 18
- Joined: Thu Aug 13, 2009 11:42 pm
IF you set the action member to a "3" it connects to the last used network without showing the network list.
Code: Select all
pspUtilityNetconfData data;
...
data.action = 3; // connect to last used network
...
sceUtilityNetconfInitStart(&data);
- darksaboteur
- Posts: 18
- Joined: Tue Dec 11, 2007 8:44 pm
- Location: Australia
- Contact:
Thanks
That did the trick.
Thank you very much :)
Thanks,
Darky
Thank you very much :)
Thanks,
Darky