forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

NetDialog Auto Connect To Last AP

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
darksaboteur



Joined: 11 Dec 2007
Posts: 18
Location: Australia

PostPosted: Sat Nov 21, 2009 12:06 pm    Post subject: NetDialog Auto Connect To Last AP Reply with quote

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
View user's profile Send private message Visit poster's website
unsigned int



Joined: 13 Aug 2009
Posts: 22

PostPosted: Mon Nov 23, 2009 4:57 pm    Post subject: Reply with quote

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
View user's profile Send private message
darksaboteur



Joined: 11 Dec 2007
Posts: 18
Location: Australia

PostPosted: Tue Nov 24, 2009 11:20 am    Post subject: Thanks Reply with quote

That did the trick.

Thank you very much :)

Thanks,
Darky
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group