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 

[PSP] Addition to pspUtilityNetconfActions

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> Patch Submissions
View previous topic :: View next topic  
Author Message
unsigned int



Joined: 13 Aug 2009
Posts: 22

PostPosted: Thu Feb 18, 2010 12:51 am    Post subject: [PSP] Addition to pspUtilityNetconfActions Reply with quote

This came up recently here and here.

This patch adds another value to pspUtilityNetconfActions for automatically connecting to the last used access point without showing the access point list. Same behaviour as the built-in webbrowser.

I am pretty sure that this was introduced with FW 2.0 because the webbrowser had this behaviour from the beginning, hence the #if.

Code:
Index: psputility_netconf.h
===================================================================
--- psputility_netconf.h   (revision 2492)
+++ psputility_netconf.h   (working copy)
@@ -24,6 +24,9 @@
    PSP_NETCONF_ACTION_CONNECTAP,
    PSP_NETCONF_ACTION_DISPLAYSTATUS,
    PSP_NETCONF_ACTION_CONNECT_ADHOC
+#if _PSP_FW_VERSION >= 200
+    ,PSP_NETCONF_ACTION_CONNECTAP_LASTUSED
+#endif
 };
 
 struct pspUtilityNetconfAdhoc


Applying the patch copied from the code tag above wasn't possible for me, so I uploaded it here too: http://www.mediafire.com/?4gktbunyiyd
Back to top
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Fri Feb 19, 2010 12:04 pm    Post subject: Reply with quote

Applied, thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> Patch Submissions 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