From 93c8af2f4fc5b51db3cdc9367ee59733d66bc4ad Mon Sep 17 00:00:00 2001 From: devnoname120 Date: Thu, 31 Jan 2019 11:38:20 +0100 Subject: Import NIDs from https://pastebin.com/ZAfpHwEH --- nids/360/SceWlanBt.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nids/360/SceWlanBt.yml (limited to 'nids/360/SceWlanBt.yml') diff --git a/nids/360/SceWlanBt.yml b/nids/360/SceWlanBt.yml new file mode 100644 index 0000000..8368048 --- /dev/null +++ b/nids/360/SceWlanBt.yml @@ -0,0 +1,12 @@ +modules: + SceWlanBt: + nid: 0x99052D93 + libraries: + SceWlan: + nid: 0x22821EA3 + functions: + sceWlanGetConfiguration: 0x70AF9BD6 + sceWlanGetWakeOnTargetProcess: 0x18E6AFB2 + sceWlanRegisterCallback: 0xAA2E46F6 + sceWlanSetConfiguration: 0xDBE8AEF2 + sceWlanUnregisterCallback: 0x826DC04F -- cgit v1.2.3 From 4d84ffbce2baa706cdba5e1900c1545248b8d597 Mon Sep 17 00:00:00 2001 From: devnoname120 Date: Thu, 31 Jan 2019 14:16:39 +0100 Subject: Import NIDs from https://wiki.henkaku.xyz Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept --- nids/360/SceWlanBt.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nids/360/SceWlanBt.yml') diff --git a/nids/360/SceWlanBt.yml b/nids/360/SceWlanBt.yml index 8368048..48808db 100644 --- a/nids/360/SceWlanBt.yml +++ b/nids/360/SceWlanBt.yml @@ -10,3 +10,10 @@ modules: sceWlanRegisterCallback: 0xAA2E46F6 sceWlanSetConfiguration: 0xDBE8AEF2 sceWlanUnregisterCallback: 0x826DC04F + SceWlanBtForDriver: + nid: 0xFD94FCE9 + functions: + sceWlanBtAttachMonitor: 0xC5AA6F43 + sceWlanBtDetachMonitor: 0xA7FDE9DC + sceWlanBtGetConfiguration: 0x0FC89113 + sceWlanBtSetConfiguration: 0x4C96C3B7 -- cgit v1.2.3