Ap plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
 
Line 9: Line 9:


  0: return 0
  0: return 0
  1: 4 Parameter: in:int value (1,2 or 3) , uint8[], uint8[], uint8[].. - create AP / start socket /etc.
  1: init, 4 Parameter: int type , uint8_t * ApTitleId [0xC], uint8_t * ApSsid[0x24], uint8_t * ApWpaKey[0x44] - SysutilApOn
  2: 0 Parameter: - Closes Socket/Destroy/Free Thread Context...
  2: 0 Parameter: - Closes Socket/Destroy/Free Thread Context...
  3: getssid, 4 Parameter: out:int* , out:uint8[0xC], out:uint8[0x24], out:uint8[0x44]
  3: getssid, 4 Parameter: int * , uint8_t * ApTitleId [0xC], uint8_t * ApSsid[0x24], uint8_t * ApWpaKey[0x44]


type
1 = game setting
2 = system setting
3 = remoteplay setting




{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude>
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude>

Latest revision as of 23:30, 16 August 2014

1 Identifiers:

  • 1

1 Interface[edit | edit source]

contains 4 subs:

0: return 0
1: init, 4 Parameter: int type , uint8_t * ApTitleId [0xC], uint8_t * ApSsid[0x24], uint8_t * ApWpaKey[0x44] - SysutilApOn
2: 0 Parameter: - Closes Socket/Destroy/Free Thread Context...
3: getssid, 4 Parameter: int * , uint8_t * ApTitleId [0xC], uint8_t * ApSsid[0x24], uint8_t * ApWpaKey[0x44]

type

1 = game setting
2 = system setting
3 = remoteplay setting