From: Niklas on
When the WZC connects ad hoc I noticed it changed from add_wep in SP1 to
add_key in SP2
There is one thing I don't understand.

this is what I captured. (the bytes set with OID_802_11_ADD_KEY)

2D 00 00 00 00 00 00 80 0D 00 00 00 FF FF FF FF
FF FF D8 76 64 FE 56 03 98 FE 56 03 15 F0 D8 76
70 69 9B 40 0C 11 DC AB 8C 81 F1 83 34

the key index 0x80 indicates that there is no KeyRSC, correct?
if so, why is the KeyRSC:
D8 76 64 FE 56 03 98 FE 56 03 15 F0 D8 76
and not zero?

does the WZC just add some values that are not necessary at all? or have I
misunderstood this?

thanks
/Niklas


From: Pavel A. on
"Niklas" <niklaso(a)hotmail.com> wrote in message news:OLjgsCcZFHA.3488(a)tk2msftngp13.phx.gbl...
>>
> this is what I captured. (the bytes set with OID_802_11_ADD_KEY)
>
> 2D 00 00 00 00 00 00 80 0D 00 00 00 FF FF FF FF
> FF FF D8 76 64 FE 56 03 98 FE 56 03 15 F0 D8 76
> 70 69 9B 40 0C 11 DC AB 8C 81 F1 83 34
>
> the key index 0x80 indicates that there is no KeyRSC, correct?

Wrong. The index is 0x80000000 (bit 31 set, and BSSID = FF...FF), so it is a default transmit key ).

Good luck,
--PA



From: Niklas on
I see now, the doc says when bit 29 is set to 0, the receive SC should be
set by the NIC.
Have you seen any doc where this is described further? so I know what values
to set.

thanks
/Niklas

"Pavel A." <pavel_a(a)NOwritemeNO.com> wrote in message
news:O9z5F6gZFHA.1456(a)TK2MSFTNGP15.phx.gbl...
> "Niklas" <niklaso(a)hotmail.com> wrote in message
> news:OLjgsCcZFHA.3488(a)tk2msftngp13.phx.gbl...
>>>
>> this is what I captured. (the bytes set with OID_802_11_ADD_KEY)
>>
>> 2D 00 00 00 00 00 00 80 0D 00 00 00 FF FF FF FF
>> FF FF D8 76 64 FE 56 03 98 FE 56 03 15 F0 D8 76
>> 70 69 9B 40 0C 11 DC AB 8C 81 F1 83 34
>>
>> the key index 0x80 indicates that there is no KeyRSC, correct?
>
> Wrong. The index is 0x80000000 (bit 31 set, and BSSID = FF...FF), so it is
> a default transmit key ).
>
> Good luck,
> --PA
>
>
>


From: Pavel A. on
"Niklas" wrote:
> I see now, the doc says when bit 29 is set to 0, the receive SC should be
> set by the NIC.
> Have you seen any doc where this is described further? so I know what values
> to set.

In the MSDL (or MSDN...) DDK documentation.

--PA