PSPSDK 2024-12-24
Loading...
Searching...
No Matches
pspwlan.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 * pspwlan.h - Prototypes for the sceWlan library
7 *
8 * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
9 *
10 */
11#ifndef __PSPWLAN_H__
12#define __PSPWLAN_H__
13
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
25
32
41
48
55
56/*
57int sceWlanGPBindRegError();
58*/
59
60#ifdef __cplusplus
61}
62#endif
63
64#endif
float x
Definition psptypes.h:0
int sceWlanGetEtherAddr(uint8_t *etherAddr)
Get the Ethernet Address of the wlan controller.
int sceWlanGetSwitchState(void)
Determine the state of the Wlan power switch.
int sceWlanDevIsPowerOn(void)
Determine if the wlan device is currently powered on.
int sceWlanDevAttach(void)
Attach to the wlan device.
int sceWlanDevDetach(void)
Detach from the wlan device.