Changes

96 bytes added ,  16:26, 7 June 2022
no edit summary
Line 66: Line 66:  
| 29 || [7.0.0+] [[#FinalizeWlan]]
 
| 29 || [7.0.0+] [[#FinalizeWlan]]
 
|-
 
|-
| 30 || [8.0.0+]
+
| 30 || [8.0.0+] [[#SetWowlDelayedWakeTime]]
 
|-
 
|-
 
| 31 || [11.0.0+]
 
| 31 || [11.0.0+]
Line 317: Line 317:  
This is not used on retail.
 
This is not used on retail.
   −
== Cmd30 ==
+
== SetWowlDelayedWakeTime ==
Takes an input s32, no output.
+
Unofficial name.
   −
The input s32 must be <=0xE10 (3600) and >= -1. The input value is written into state, then this returns 0.
+
Takes an input s32 '''WowlDelayedWakeTime'''. No output.
 +
 
 +
'''WowlDelayedWakeTime''' must be <=0xE10 (3600) and >= -1. This value is written into state, then this returns 0.
    
The user-process code using this cmd also has the above bounds check.
 
The user-process code using this cmd also has the above bounds check.