hi,
iam currently writing a little ndis encryption driver for my wlan...
2 questions
1.
when i install the driver on my "gateway" (windows xp) the dialog freezes
(but the driver is installed after i hard reset the system)
is there a way to install the driver directly from my develop mashine to the
"gateway" after compiling it?
2.
i use the passtrue sample
and i crypt there:
NdisSend(&Status,
pAdapt->BindingHandle,
Encrypt(MyPacket,sizeof(MyPacket)));
but it doesnt seems to encrypt (my encryption is testet and it works)
but if i use the whole packet it doesnt seems to be encrcyptet (what i
member variable should i encrypt?)
greetz & thx