Closed dogo closed 2 months ago
net.h
This update introduces key functions and constants for managing network operations on the PSP.
OSL_APCTL_STATE_DISCONNECTED
OSL_APCTL_STATE_SCANNING
OSL_NET_ERROR_*
OSL_ERR_*
oslNetConfig
oslIsWlanPowerOn()
oslIsWlanConnected()
oslNetInit()
oslNetTerm()
oslConnectToAP()
oslDisconnectFromAP()
oslGetAPState()
oslNetSocketCreate()
oslNetSocketSend()
oslResolveAddress()
oslNetGetFile()
oslNetPostForm()
These changes enhance network functionality and error handling for PSP applications.
Summary of Changes in
net.h
This update introduces key functions and constants for managing network operations on the PSP.
Key Additions
OSL_APCTL_STATE_DISCONNECTED
,OSL_APCTL_STATE_SCANNING
, and more for managing Access Point connections.OSL_NET_ERROR_*
,OSL_ERR_*
) to handle network-related issues, including APCTL and HTTP errors.oslNetConfig
structure for storing network settings.New Functions
oslIsWlanPowerOn()
,oslIsWlanConnected()
oslNetInit()
,oslNetTerm()
oslConnectToAP()
,oslDisconnectFromAP()
,oslGetAPState()
oslNetSocketCreate()
,oslNetSocketSend()
, and related functions.oslResolveAddress()
,oslNetGetFile()
,oslNetPostForm()
These changes enhance network functionality and error handling for PSP applications.