Line 231: |
Line 231: |
| | | |
| =NWM service "nwm::TST"= | | =NWM service "nwm::TST"= |
| + | |
| + | =BeaconDataReply Structure= |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset |
| + | ! Size |
| + | ! Description |
| + | |- |
| + | | 0x0 |
| + | | 0x4 |
| + | | Max output size, from the command request. |
| + | |- |
| + | | 0x4 |
| + | | 0x4 |
| + | | Total amount of output data written relative to struct+0. 0xC when there's no entries. |
| + | |- |
| + | | 0x8 |
| + | | 0x4 |
| + | | Total entries, 0 for none. |
| + | |- |
| + | | 0xC |
| + | | <Rest of the structure> |
| + | | Beacon entries. |
| + | |} |
| + | |
| + | Beacon entry: |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset |
| + | ! Size |
| + | ! Description |
| + | |- |
| + | | 0x0 |
| + | | 0x4 |
| + | | Size of this entire entry. The next entry starts at curentry_startoffset+curentry_size. |
| + | |- |
| + | | 0x4 |
| + | | 0x4 |
| + | | ? |
| + | |- |
| + | | 0x8 |
| + | | 0x6 |
| + | | AP MAC address. |
| + | |- |
| + | | 0xE |
| + | | 0x6 |
| + | | ? |
| + | |- |
| + | | 0x14 |
| + | | 0x4 |
| + | | ? |
| + | |- |
| + | | 0x18 |
| + | | 0x4 |
| + | | Value 0x1C(size of this header and/or offset to the actual beacon data). |
| + | |- |
| + | | 0x1C |
| + | | Entry_size - 0x1C |
| + | | The actual beacon data is located here. |
| + | |} |
| + | |
| + | This section describes the structure returned by [[NWMINF:RecvBeaconBroadcastData]] and [[NWMUDS:RecvBeaconBroadcastData]]. |
| | | |
| =Local-WLAN= | | =Local-WLAN= |