Go to the source code of this file.
Macro Definition Documentation
#define PSP_NET_MODULE_ADHOC 2 |
#define PSP_NET_MODULE_COMMON 1 |
#define PSP_NET_MODULE_HTTP 6 |
#define PSP_NET_MODULE_INET 3 |
#define PSP_NET_MODULE_PARSEHTTP 5 |
#define PSP_NET_MODULE_PARSEURI 4 |
#define PSP_NET_MODULE_SSL 7 |
Function Documentation
int sceUtilityLoadNetModule |
( |
int |
module | ) |
|
Load a network module (PRX) from user mode.
Load PSP_NET_MODULE_COMMON and PSP_NET_MODULE_INET to use infrastructure WifI (via an access point). Available on firmware 2.00 and higher only.
- Parameters
-
module | - module number to load (PSP_NET_MODULE_xxx) |
- Returns
- 0 on success, < 0 on error
int sceUtilityUnloadNetModule |
( |
int |
module | ) |
|
Unload a network module (PRX) from user mode.
Available on firmware 2.00 and higher only.
- Parameters
-
module | - module number be unloaded |
- Returns
- 0 on success, < 0 on error