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 2207 2007-03-16 16:42:08Z tyranid $ 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 00040 int sceWlanGetEtherAddr(u8 *etherAddr); 00041 00047 int sceWlanDevAttach(void); 00048 00054 int sceWlanDevDetach(void); 00055 00056 /* 00057 int sceWlanGPBindRegError(); 00058 */ 00059 00060 #ifdef __cplusplus 00061 } 00062 #endif 00063 00064 #endif