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: Select all
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