NWMINF:ConnectToAP: Difference between revisions

No edit summary
Guiand (talk | contribs)
No edit summary
Line 20: Line 20:
| ?
| ?
|-
|-
| 13-29
| 13
| 0x44-byte network structure
| ?
|-
| 30
| Value 0x0
|-
|-
| 31
| 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:
|}
|}


=Network structure=
=Description=
{| class="wikitable" border="1"
Calls same code as [[NWMINF:ConnectToEncryptedAP]] but with an all-zero encryption struct.
|-
!  Offset
!  Size
!  Description
|-
| 0x0
| 0x1
| ?
|-
| 0x1
| 0x1
| ?
|-
| 0x2
| 0x1
| ?
|-
| 0x3
| 0x1
| ?
|-
| 0x4
| 0x20
| This is the WPA PSK / network encryption key.
|-
| 0x24
| 0x20
| Usually zero.
|}