Help about NT Wanminiport driver

Hi
I am writing a WAN Miniport driver for a T1/E1 network card.I am facing
a problem in OID exchange. Following are the problems.

  1. NDIS will send four OIDs such as OID_GEN_MAC_OPTION,
    OID_PERMENENT_ADDRESS,
    OID_MEDIUM_SUBTYPTE,
    OID_WAN_INFO

After the OID_WAN_INFO no OID is coming from the NDIS. I am responding for
all these OIDs as given in the sample code NTDDK\Src\network\Raswan and
setup file used for the installation of the adapter is same as Raswan
sample.

  1. Is it required to use a different setup file for leased line???. If you
    have a setup file for leased line please send it to me.

Please help me. Thanks in advance.

Regards
L.K.Prasad
Processor systems ltd
Bangalore
India


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

Are you doing the other things neccessary to register as a RASWAN
and RASTAPI provider?
IE Returning TAPI_PROVIDER | PPP_FRAMING in OID_WAN_INFO
and setting the flag who’s name escapes me in the reserved field of
the Miniport Capabilites structure?

=========================================================
Paul “TBBle” Hampson
xxxxx@Pobox.Com

Even a mosquito doesn’t get a slap
on the back until it starts to work.

Random signature generator 2.0 by TBBle

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of chakrapani
Sent: Wednesday, 28 February 2001 1:50
To: NT Developers Interest List
Subject: [ntdev] Help about NT Wanminiport driver

Hi
I am writing a WAN Miniport driver for a T1/E1 network card.I
am facing
a problem in OID exchange. Following are the problems.

  1. NDIS will send four OIDs such as OID_GEN_MAC_OPTION,
    OID_PERMENENT_ADDRESS,
    OID_MEDIUM_SUBTYPTE,
    OID_WAN_INFO

After the OID_WAN_INFO no OID is coming from the NDIS. I am responding for
all these OIDs as given in the sample code NTDDK\Src\network\Raswan and
setup file used for the installation of the adapter is same as Raswan
sample.

  1. Is it required to use a different setup file for leased line???. If you
    have a setup file for leased line please send it to me.

Please help me. Thanks in advance.

Regards
L.K.Prasad
Processor systems ltd
Bangalore
India


You are currently subscribed to ntdev as: xxxxx@Pobox.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