NWMINF:ConnectToAP: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00070742] |- | 1-8 | SSID |- | 9 | SSID length |- | 10-11 | 6-byte AP MAC addres..." |
Added AP channel |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
|- | |- | ||
| 0 | | 0 | ||
| Header code [ | | Header code [0x0008....] | ||
|- | |- | ||
| 1-8 | | 1-8 | ||
Line 18: | Line 18: | ||
|- | |- | ||
| 12 | | 12 | ||
| AP channel | |||
|- | |||
| 13 | |||
| ? | | ? | ||
|- | |- | ||
| | | 14 | ||
| Event handle. This is probably signaled once the system finishes connecting to the AP? | | Event handle. This is probably signaled once the system finishes connecting to the AP? | ||
|} | |} | ||
Line 43: | Line 40: | ||
|} | |} | ||
= | =Description= | ||
Calls same code as [[NWMINF:ConnectToEncryptedAP]] but with an all-zero encryption struct. | |||
Latest revision as of 17:32, 22 August 2025
Request
Index Word | Description |
---|---|
0 | Header code [0x0008....] |
1-8 | SSID |
9 | SSID length |
10-11 | 6-byte AP MAC address |
12 | AP channel |
13 | ? |
14 | Event handle. This is probably signaled once the system finishes connecting to the AP? |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
Calls same code as NWMINF:ConnectToEncryptedAP but with an all-zero encryption struct.