pspsdk-1.0+beta2
pspwlan.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5  *
6  * pspwlan.h - Prototypes for the sceWlan library
7  *
8  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
9  *
10  * $Id: pspwlan.h 2207 2007-03-16 16:42:08Z tyranid $
11  */
12 #ifndef __PSPWLAN_H__
13 #define __PSPWLAN_H__
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
24 int sceWlanDevIsPowerOn(void);
25 
31 int sceWlanGetSwitchState(void);
32 
40 int sceWlanGetEtherAddr(u8 *etherAddr);
41 
47 int sceWlanDevAttach(void);
48 
54 int sceWlanDevDetach(void);
55 
56 /*
57 int sceWlanGPBindRegError();
58 */
59 
60 #ifdef __cplusplus
61 }
62 #endif
63 
64 #endif