#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 | _pspUtilityNetconfData |
Typedefs | |
typedef _pspUtilityNetconfData | pspUtilityNetconfData |
Enumerations | |
enum | pspUtilityNetconfActions { PSP_NETCONF_ACTION_CONNECTAP, PSP_NETCONF_ACTION_DISPLAYSTATUS } |
enum | pspUtilityNetconfStatus { PSP_NETCONF_STATUS_INIT = 1, PSP_NETCONF_STATUS_RUNNING, PSP_NETCONF_STATUS_FINISHED } |
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. |
|
|
|
|
|
|
|
Get the status of a running Network Configuration Dialog.
|
|
Init the Network Configuration Dialog Utility.
|
|
Shutdown the Network Configuration Dialog Utility.
|
|
Update the Network Configuration Dialog GUI.
|