ACU:GetCurrentAPInfo: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000E0042] |- | 1 | Size |- | 2 | Value 0x20 (processID header) |- | 3 | ProcessI..." |
No edit summary |
||
Line 42: | Line 42: | ||
| 1 | | 1 | ||
| Result code | | Result code | ||
|} | |||
=AP info structure= | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x4 | |||
| SSID length | |||
|- | |||
| 0x4 | |||
| 0x20 | |||
| SSID | |||
|- | |||
| 0x24 | |||
| 0x6 | |||
| BSSID | |||
|- | |||
| 0x2A | |||
| 0x2 | |||
| Padding? | |||
|- | |||
| 0x2C | |||
| 0x2 | |||
| ? | |||
|- | |||
| 0x2E | |||
| 0x2 | |||
| ? | |||
|} | |} | ||
=Description= | =Description= | ||
This obtains info for the wifi AP which the system is currently connected to. | This obtains info for the wifi AP which the system is currently connected to. |