u can withhold the reply to the query and then indicate it later async.
after the change in MAC address.
the deatils are given in the DDK.
----- Original Message -----
From: Daniel Pradeep
To: NT Developers Interest List
Sent: Thursday, March 15, 2001 2:21 AM
Subject: [ntdev] Ndis QueryInformation
Hello,
My Ndis Miniport need to trigger the protocol drivers above to Query for
OID_802_3_PERMANENT_ADDRESS; Is this possible?
Can I use NdisMindicateStatus to tell the drivers about the change in
address. The problem is the Mac address is changed after the OID is sent.
Thanks
Daniel
You are currently subscribed to ntdev as: xxxxx@wipro.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
The DDK says use NdisMQueryInformationComplete but Where Do I call this and
how do I send the data I need to send.
Daniel
-----Original Message-----
From: Ramit Bhalla [mailto:xxxxx@wipro.com]
Sent: Thursday, March 15, 2001 1:22 AM
To: NT Developers Interest List
Subject: [ntdev] Fw: Ndis QueryInformation
u can withhold the reply to the query and then indicate it later async.
after the change in MAC address.
the deatils are given in the DDK.
----- Original Message -----
From: Daniel Pradeep
To: NT Developers Interest List
Sent: Thursday, March 15, 2001 2:21 AM
Subject: [ntdev] Ndis QueryInformation
Hello,
My Ndis Miniport need to trigger the protocol drivers above to Query for
OID_802_3_PERMANENT_ADDRESS; Is this possible?
Can I use NdisMindicateStatus to tell the drivers about the change in
address. The problem is the Mac address is changed after the OID is sent.
Thanks
Daniel
You are currently subscribed to ntdev as: xxxxx@wipro.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@broadlogic.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
you will need to call this from your DPC or miniporthandle interrupt or
anywhere else when u get the information that u are ready to indicate.
u can also set up a timer or look out for en event to do this.
I do this when I get an interruput from the card in my DPC.
Ramit.
----- Original Message -----
From: “Daniel Pradeep”
To: “NT Developers Interest List”
Sent: Friday, March 16, 2001 11:40 AM
Subject: [ntdev] RE: Fw: Ndis QueryInformation
> The DDK says use NdisMQueryInformationComplete but Where Do I call this
and
> how do I send the data I need to send.
>
> Daniel
>
> -----Original Message-----
> From: Ramit Bhalla [mailto:xxxxx@wipro.com]
> Sent: Thursday, March 15, 2001 1:22 AM
> To: NT Developers Interest List
> Subject: [ntdev] Fw: Ndis QueryInformation
>
>
>
> u can withhold the reply to the query and then indicate it later async.
> after the change in MAC address.
> the deatils are given in the DDK.
> ----- Original Message -----
> From: Daniel Pradeep
> To: NT Developers Interest List
> Sent: Thursday, March 15, 2001 2:21 AM
> Subject: [ntdev] Ndis QueryInformation
>
>
> Hello,
>
> My Ndis Miniport need to trigger the protocol drivers above to Query
for
> OID_802_3_PERMANENT_ADDRESS; Is this possible?
> Can I use NdisMindicateStatus to tell the drivers about the change in
> address. The problem is the Mac address is changed after the OID is
sent.
>
> Thanks
> Daniel
>
> —
> You are currently subscribed to ntdev as: xxxxx@wipro.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@broadlogic.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> —
> You are currently subscribed to ntdev as: xxxxx@wipro.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
But this fn takes only 2 parameters, handle and status. How do I pass the
oid and the buffer… Can I create a structure with these fields and pass it
to my timer routine as a context and set them up in that routine and just
call the InformationComplete fn.
-----Original Message-----
From: Ramit Bhalla [mailto:xxxxx@wipro.com]
Sent: Thursday, March 15, 2001 11:36 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Fw: Ndis QueryInformation
you will need to call this from your DPC or miniporthandle interrupt or
anywhere else when u get the information that u are ready to indicate.
u can also set up a timer or look out for en event to do this.
I do this when I get an interruput from the card in my DPC.
Ramit.
----- Original Message -----
From: “Daniel Pradeep”
To: “NT Developers Interest List”
Sent: Friday, March 16, 2001 11:40 AM
Subject: [ntdev] RE: Fw: Ndis QueryInformation
> The DDK says use NdisMQueryInformationComplete but Where Do I call this
and
> how do I send the data I need to send.
>
> Daniel
>
> -----Original Message-----
> From: Ramit Bhalla [mailto:xxxxx@wipro.com]
> Sent: Thursday, March 15, 2001 1:22 AM
> To: NT Developers Interest List
> Subject: [ntdev] Fw: Ndis QueryInformation
>
>
>
> u can withhold the reply to the query and then indicate it later async.
> after the change in MAC address.
> the deatils are given in the DDK.
> ----- Original Message -----
> From: Daniel Pradeep
> To: NT Developers Interest List
> Sent: Thursday, March 15, 2001 2:21 AM
> Subject: [ntdev] Ndis QueryInformation
>
>
> Hello,
>
> My Ndis Miniport need to trigger the protocol drivers above to Query
for
> OID_802_3_PERMANENT_ADDRESS; Is this possible?
> Can I use NdisMindicateStatus to tell the drivers about the change in
> address. The problem is the Mac address is changed after the OID is
sent.
>
> Thanks
> Daniel
>
> —
> You are currently subscribed to ntdev as: xxxxx@wipro.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@broadlogic.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> —
> You are currently subscribed to ntdev as: xxxxx@wipro.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
—
You are currently subscribed to ntdev as: xxxxx@broadlogic.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
There is a number of predefined status values which can be indicated by
NdisMIndicateStatus.
You cannot introduce new (unless you’re writing a miniport-protocol pair)
because the protocols above you will not know on your new NDIS status.
So - look at NDIS status values, maybe there is an “address changed” event
among them.
Ma
----- Original Message -----
From: “Daniel Pradeep”
To: “NT Developers Interest List”
Sent: Friday, March 16, 2001 10:36 PM
Subject: [ntdev] RE: Fw: Ndis QueryInformation
> But this fn takes only 2 parameters, handle and status. How do I pass the
> oid and the buffer… Can I create a structure with these fields and pass
it
> to my timer routine as a context and set them up in that routine and just
> call the InformationComplete fn.
>
> -----Original Message-----
> From: Ramit Bhalla [mailto:xxxxx@wipro.com]
> Sent: Thursday, March 15, 2001 11:36 PM
> To: NT Developers Interest List
> Subject: [ntdev] RE: Fw: Ndis QueryInformation
>
>
> you will need to call this from your DPC or miniporthandle interrupt or
> anywhere else when u get the information that u are ready to indicate.
> u can also set up a timer or look out for en event to do this.
>
> I do this when I get an interruput from the card in my DPC.
>
> Ramit.
> ----- Original Message -----
> From: “Daniel Pradeep”
> To: “NT Developers Interest List”
> Sent: Friday, March 16, 2001 11:40 AM
> Subject: [ntdev] RE: Fw: Ndis QueryInformation
>
>
> > The DDK says use NdisMQueryInformationComplete but Where Do I call this
> and
> > how do I send the data I need to send.
> >
> > Daniel
> >
> > -----Original Message-----
> > From: Ramit Bhalla [mailto:xxxxx@wipro.com]
> > Sent: Thursday, March 15, 2001 1:22 AM
> > To: NT Developers Interest List
> > Subject: [ntdev] Fw: Ndis QueryInformation
> >
> >
> >
> > u can withhold the reply to the query and then indicate it later async.
> > after the change in MAC address.
> > the deatils are given in the DDK.
> > ----- Original Message -----
> > From: Daniel Pradeep
> > To: NT Developers Interest List
> > Sent: Thursday, March 15, 2001 2:21 AM
> > Subject: [ntdev] Ndis QueryInformation
> >
> >
> > Hello,
> >
> > My Ndis Miniport need to trigger the protocol drivers above to Query
> for
> > OID_802_3_PERMANENT_ADDRESS; Is this possible?
> > Can I use NdisMindicateStatus to tell the drivers about the change in
> > address. The problem is the Mac address is changed after the OID is
> sent.
> >
> > Thanks
> > Daniel
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@wipro.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@broadlogic.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@wipro.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@broadlogic.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com