Changes

365 bytes added ,  05:28, 17 October 2020
no edit summary
Line 708: Line 708:  
| 281 ||  
 
| 281 ||  
 
|-
 
|-
| 288 || GetGroupInfo
+
| 288 || [[#GetGroupInfo]]
 
|-
 
|-
 
| 296 ||  
 
| 296 ||  
Line 725: Line 725:  
=== Initialize ===
 
=== Initialize ===
 
Returns 0.
 
Returns 0.
 +
 +
Unused by official sw.
 +
 +
=== GetGroupInfo ===
 +
Takes a type-0x32 output buffer containing a [[#GroupInfo]].
    
= lp2p:m =
 
= lp2p:m =
Line 1,098: Line 1,103:  
|-
 
|-
 
| 1 ||  
 
| 1 ||  
 +
|}
 +
 +
= GroupInfo =
 +
This is a 0x200-byte struct.
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x18 || 0x6 || "GROUP ID  (BSSID)" [[#MacAddress]]
 +
|-
 +
| 0x1E || 0x21 || "GROUP NAME (SSID)" (string)
 +
|-
 +
| 0x86 || 0x2 || "CHANNEL" s16
 
|}
 
|}