00001 /* 00002 * PSP Software Development Kit - http://www.pspdev.org 00003 * ----------------------------------------------------------------------- 00004 * Licensed under the BSD license, see LICENSE in PSPSDK root for details. 00005 * 00006 * pspwlan.h - Prototypes for the sceWlan library 00007 * 00008 * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca> 00009 * 00010 * $Id: pspwlan.h 1095 2005-09-27 21:02:16Z jim $ 00011 */ 00012 #ifndef __PSPWLAN_H__ 00013 #define __PSPWLAN_H__ 00014 00015 #ifdef __cplusplus 00016 extern "C" { 00017 #endif 00018 00024 int sceWlanDevIsPowerOn(void); 00025 00031 int sceWlanGetSwitchState(void); 00032 00039 int sceWlanGetEtherAddr(char *etherAddr); 00040 00041 /* 00042 int sceWlanGPBindRegError(); 00043 */ 00044 00045 #ifdef __cplusplus 00046 } 00047 #endif 00048 00049 #endif