| View previous topic :: View next topic |
| Author |
Message |
darksaboteur

Joined: 11 Dec 2007 Posts: 18 Location: Australia
|
Posted: Sat Nov 21, 2009 12:06 pm Post subject: NetDialog Auto Connect To Last AP |
|
|
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 |
|
| Back to top |
|
 |
unsigned int
Joined: 13 Aug 2009 Posts: 22
|
Posted: Mon Nov 23, 2009 4:57 pm Post subject: |
|
|
IF you set the action member to a "3" it connects to the last used network without showing the network list.
| Code: |
pspUtilityNetconfData data;
...
data.action = 3; // connect to last used network
...
sceUtilityNetconfInitStart(&data);
|
|
|
| Back to top |
|
 |
darksaboteur

Joined: 11 Dec 2007 Posts: 18 Location: Australia
|
Posted: Tue Nov 24, 2009 11:20 am Post subject: Thanks |
|
|
That did the trick.
Thank you very much :)
Thanks,
Darky |
|
| Back to top |
|
 |
|