pub unsafe extern "C" fn sceUtilityLoadNetModule(
module: c_int,
) -> c_intExpand description
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.
@param module - module number to load (PSP_NET_MODULE_xxx) @return 0 on success, < 0 on error