Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
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
00058
00059
00060 #ifdef __cplusplus
00061 }
00062 #endif
00063
00064 #endif