PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
psputility_netconf.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * psputility_netconf.h - Definitions and Functions for Network Configuration
7 * section of the pspUtility library
8 *
9 * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
10 *
11 */
12#ifndef __PSPUTILITY_NETCONF_H__
13#define __PSPUTILITY_NETCONF_H__
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19#include <psptypes.h>
20
27
29{
30 unsigned char name[8];
31 unsigned int timeout;
32};
33
44
52
59
66int sceUtilityNetconfUpdate (int unknown);
67
74
75#ifdef __cplusplus
76}
77#endif
78
79#endif
struct _pspUtilityNetconfData pspUtilityNetconfData
int sceUtilityNetconfUpdate(int unknown)
Update the Network Configuration Dialog GUI.
int sceUtilityNetconfGetStatus(void)
Get the status of a running Network Configuration Dialog.
int sceUtilityNetconfInitStart(pspUtilityNetconfData *data)
Init the Network Configuration Dialog Utility.
pspUtilityNetconfActions
Definition psputility_netconf.h:22
@ PSP_NETCONF_ACTION_DISPLAYSTATUS
Definition psputility_netconf.h:24
@ PSP_NETCONF_ACTION_CONNECTAP
Definition psputility_netconf.h:23
@ PSP_NETCONF_ACTION_CONNECT_ADHOC
Definition psputility_netconf.h:25
int sceUtilityNetconfShutdownStart(void)
Shutdown the Network Configuration Dialog Utility.
Definition psputility_netconf.h:35
int action
Definition psputility_netconf.h:37
int wifisp
Will be set to 1 when connected to a hotspot style connection.
Definition psputility_netconf.h:41
int hotspot_connected
Set to 1 to allow connections with the 'Internet Browser' option set to 'Start' (ie.
Definition psputility_netconf.h:40
struct pspUtilityNetconfAdhoc * adhocparam
One of pspUtilityNetconfActions.
Definition psputility_netconf.h:38
int hotspot
Definition psputility_netconf.h:39
pspUtilityDialogCommon base
Definition psputility_netconf.h:36
Definition psputility.h:15
Definition psputility_netconf.h:29
unsigned int timeout
Definition psputility_netconf.h:31
unsigned char name[8]
Definition psputility_netconf.h:30