NetDialog Auto Connect To Last AP

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
darksaboteur
Posts: 18
Joined: Tue Dec 11, 2007 8:44 pm
Location: Australia
Contact:

NetDialog Auto Connect To Last AP

Post by darksaboteur »

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
unsigned int
Posts: 18
Joined: Thu Aug 13, 2009 11:42 pm

Post by unsigned int »

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);
User avatar
darksaboteur
Posts: 18
Joined: Tue Dec 11, 2007 8:44 pm
Location: Australia
Contact:

Thanks

Post by darksaboteur »

That did the trick.

Thank you very much :)

Thanks,
Darky
Post Reply