Changes

147 bytes added ,  23:37, 19 October 2020
no edit summary
Line 666: Line 666:     
=== SendToOtherGroup ===
 
=== SendToOtherGroup ===
Takes an input [[#MacAddress]], a [[#GroupId]], a s16, a s16, an u32 flags, a type-0x21 input buffer, no output.
+
Takes an input [[#MacAddress]], a [[#GroupId]], a s16 frequency, a s16 channel, an u32 flags, a type-0x21 input buffer, no output.
    
The buffer size must be <=0x400.
 
The buffer size must be <=0x400.
Line 679: Line 679:     
This sends an Action frame to the specified [[#GroupId]], with the specified destination [[#MacAddress]] (can be a broadcast address).
 
This sends an Action frame to the specified [[#GroupId]], with the specified destination [[#MacAddress]] (can be a broadcast address).
 +
 +
The frequency param is the same as the [[#GroupInfo]]+0x84 field.
    
=== RecvFromOtherGroup ===
 
=== RecvFromOtherGroup ===
Line 1,137: Line 1,139:  
|-
 
|-
 
| 0x1E || 0x21 || "GROUP NAME (SSID)" (string)
 
| 0x1E || 0x21 || "GROUP NAME (SSID)" (string)
 +
|-
 +
| 0x84 || 0x2 || Wifi frequency: 24 = 2.4GHz, 50 = 5.0GHz.
 
|-
 
|-
 
| 0x86 || 0x2 || "CHANNEL" s16 (0 = use default)
 
| 0x86 || 0x2 || "CHANNEL" s16 (0 = use default)