Ap plugin: Difference between revisions
Jump to navigation
Jump to search
(Created page with " 1 Identifiers: * 1 =1 Interface= contains 4 subs: 0: return 0 1: 4 Parameter: - create AP / start socket /etc. 2: 0 Parameter: - Closes Socket/Destroy/Free Thread Con...") |
m (→1 Interface) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
0: return 0 | 0: return 0 | ||
1: 4 Parameter: - | 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: | 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 22: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