WLAN services: Difference between revisions
No edit summary |
No edit summary |
||
Line 291: | Line 291: | ||
No input. Returns a [[#WakeUpStats]] and a [[#SleepStats]]. | No input. Returns a [[#WakeUpStats]] and a [[#SleepStats]]. | ||
[5.0.0+] Now returns a total of 0x58-bytes of output instead of 0x5C. | [5.0.0+] Now returns a total of 0x58-bytes of output instead of 0x5C-bytes. | ||
Sends command message 0x39 to the state machine, with 0x20-bytes from the output being copied to the first output struct. Sends command message 0x3A to the state machine, with 0x38-bytes from the output being copied to the second output struct. | Sends command message 0x39 to the state machine, with 0x20-bytes from the output being copied to the first output struct. Sends command message 0x3A to the state machine, with 0x38-bytes from the output being copied to the second output struct. | ||
Line 561: | Line 561: | ||
|} | |} | ||
[5.0.0+] GetAllowedChannels now returns a total of 4-bytes of output instead of 0x50, and now takes a type-0xA output buffer. | [5.0.0+] GetAllowedChannels now returns a total of 4-bytes of output instead of 0x50-bytes, and now takes a type-0xA output buffer. | ||
[10.0.0+] Cmd46 now takes a total of 1-byte of input instead of 6-bytes, while cmd47 now takes a total of 6-bytes of input instead of 1-byte. | [10.0.0+] Cmd46 now takes a total of 1-byte of input instead of 6-bytes, while cmd47 now takes a total of 6-bytes of input instead of 1-byte. | ||
Line 1,139: | Line 1,139: | ||
|} | |} | ||
[20.0.0+] Cmd120 now returns a total of 0x28-bytes of output instead of 0x18. | [20.0.0+] Cmd120 now returns a total of 0x28-bytes of output instead of 0x18-bytes. | ||
=== CreateBss === | === CreateBss === | ||
Line 1,232: | Line 1,232: | ||
=== GetWowlStats === | === GetWowlStats === | ||
[20.0.0+] Now returns a total of 0x5C-bytes of output instead of 0x58. | [20.0.0+] Now returns a total of 0x5C-bytes of output instead of 0x58-bytes. | ||
=== CreateBssNoChannelLimit === | === CreateBssNoChannelLimit === |