Difference between revisions of "NWMINF:RecvBeaconBroadcastData"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000603C4] |- | 1 | Output buffer max size |- | 2-14 | ? |- | 15 | Value 0x0 |- |...")
 
 
(3 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
|-
 
|-
 
| 2-14
 
| 2-14
| ?
+
| Input [[NWM_Services|ScanInputStruct]].
 
|-
 
|-
 
| 15
 
| 15
 +
| u32, unknown
 +
|-
 +
| 16
 
| Value 0x0
 
| Value 0x0
 
|-
 
|-
| 16
+
| 17
 
| Input handle
 
| Input handle
 
|-
 
|-
| 17
+
| 18
 
| (Size<<4) <nowiki>|</nowiki> 12
 
| (Size<<4) <nowiki>|</nowiki> 12
 
|-
 
|-
| 18
+
| 19
| Output buffer ptr
+
| Output [[NWM_Services|BeaconDataReply]] buffer ptr
 
|}
 
|}
  
Line 41: Line 44:
  
 
=Description=
 
=Description=
The structure of the output buffer appears to be identical to [[NWMUDS:RecvBeaconBroadcastData]].
+
This returns beacon data for ''all'' wifi beacons received by this system.

Latest revision as of 17:16, 5 April 2016

Request[edit]

Index Word Description
0 Header code [0x000603C4]
1 Output buffer max size
2-14 Input ScanInputStruct.
15 u32, unknown
16 Value 0x0
17 Input handle
18 (Size<<4) | 12
19 Output BeaconDataReply buffer ptr

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This returns beacon data for all wifi beacons received by this system.