pspsdk-1.0+beta2
psputility_netconf.h File Reference
#include <psptypes.h>
Include dependency graph for psputility_netconf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pspUtilityNetconfAdhoc
struct  _pspUtilityNetconfData

Typedefs

typedef struct
_pspUtilityNetconfData 
pspUtilityNetconfData

Enumerations

enum  pspUtilityNetconfActions { PSP_NETCONF_ACTION_CONNECTAP, PSP_NETCONF_ACTION_DISPLAYSTATUS, PSP_NETCONF_ACTION_CONNECT_ADHOC }

Functions

int sceUtilityNetconfInitStart (pspUtilityNetconfData *data)
 Init the Network Configuration Dialog Utility.
int sceUtilityNetconfShutdownStart (void)
 Shutdown the Network Configuration Dialog Utility.
int sceUtilityNetconfUpdate (int unknown)
 Update the Network Configuration Dialog GUI.
int sceUtilityNetconfGetStatus (void)
 Get the status of a running Network Configuration Dialog.

Typedef Documentation

Enumeration Type Documentation

Enumerator:
PSP_NETCONF_ACTION_CONNECTAP 
PSP_NETCONF_ACTION_DISPLAYSTATUS 
PSP_NETCONF_ACTION_CONNECT_ADHOC 

Function Documentation

int sceUtilityNetconfGetStatus ( void  )

Get the status of a running Network Configuration Dialog.

Returns
one of pspUtilityDialogState on success, < 0 on error
int sceUtilityNetconfInitStart ( pspUtilityNetconfData data)

Init the Network Configuration Dialog Utility.

Parameters
data- pointer to pspUtilityNetconfData to be initialized
Returns
0 on success, < 0 on error
int sceUtilityNetconfShutdownStart ( void  )

Shutdown the Network Configuration Dialog Utility.

Returns
0 on success, < 0 on error
int sceUtilityNetconfUpdate ( int  unknown)

Update the Network Configuration Dialog GUI.

Parameters
unknown- unknown; set to 1
Returns
0 on success, < 0 on error