Hi,
I am new to Windows Kernel programming.
I am trying to use custom PPP and I need to bypass Windows PPP. I am writing a CONDIS WAN miniport
driver (with MCM) and the PPP framing is done in the miniport driver.
My doubt is that is it possible to bypass Windows PPP framing (NDISWAN) by setting the
PASS_THROUGH_MODE bit in OID_WAN_CO_GET_INFO?
I tried setting this bit, but I receive LCP packet from NDISWAN once the call is setup.
Am I missing something? The DDK mentions that the “miniport driver must auto-detect any framing
that it claims to support” - How to perform this auto-detection?
Also how to update TCP/IP stack about the negotiated IP address once IPCP is up?
Can anybody please shed some light?
Regards,
KK