|
int | sceNetAdhocctlInit (int stacksize, int priority, struct productStruct *product) |
| Initialise the Adhoc control library.
|
|
int | sceNetAdhocctlTerm (void) |
| Terminate the Adhoc control library.
|
|
int | sceNetAdhocctlConnect (const char *name) |
| Connect to the Adhoc control.
|
|
int | sceNetAdhocctlDisconnect (void) |
| Disconnect from the Adhoc control.
|
|
int | sceNetAdhocctlGetState (int *event) |
| Get the state of the Adhoc control.
|
|
int | sceNetAdhocctlCreate (const char *name) |
| Connect to the Adhoc control (as a host)
|
|
int | sceNetAdhocctlJoin (struct SceNetAdhocctlScanInfo *scaninfo) |
| Connect to the Adhoc control (as a client)
|
|
int | sceNetAdhocctlGetAdhocId (struct productStruct *product) |
| Get the adhoc ID.
|
|
int | sceNetAdhocctlCreateEnterGameMode (const char *name, int unknown, int num, unsigned char *macs, unsigned int timeout, int unknown2) |
| Connect to the Adhoc control game mode (as a host)
|
|
int | sceNetAdhocctlJoinEnterGameMode (const char *name, unsigned char *hostmac, unsigned int timeout, int unknown) |
| Connect to the Adhoc control game mode (as a client)
|
|
int | sceNetAdhocctlGetGameModeInfo (struct SceNetAdhocctlGameModeInfo *gamemodeinfo) |
| Get game mode information.
|
|
int | sceNetAdhocctlExitGameMode (void) |
| Exit game mode.
|
|
int | sceNetAdhocctlGetPeerList (int *length, void *buf) |
| Get a list of peers.
|
|
int | sceNetAdhocctlGetPeerInfo (unsigned char *mac, int size, struct SceNetAdhocctlPeerInfo *peerinfo) |
| Get peer information.
|
|
int | sceNetAdhocctlScan (void) |
| Scan the adhoc channels.
|
|
int | sceNetAdhocctlGetScanInfo (int *length, void *buf) |
| Get the results of a scan.
|
|
int | sceNetAdhocctlAddHandler (sceNetAdhocctlHandler handler, void *unknown) |
| Register an adhoc event handler.
|
|
int | sceNetAdhocctlDelHandler (int id) |
| Delete an adhoc event handler.
|
|
int | sceNetAdhocctlGetNameByAddr (unsigned char *mac, char *nickname) |
| Get nickname from a mac address.
|
|
int | sceNetAdhocctlGetAddrByName (char *nickname, int *length, void *buf) |
| Get mac address from nickname.
|
|
int | sceNetAdhocctlGetParameter (struct SceNetAdhocctlParams *params) |
| Get Adhocctl parameter.
|
|