Tech Support > Microsoft Windows > Drivers > Re: Don't receive OID_802_11_xyz when my IOCTL interface is ON
Re: Don't receive OID_802_11_xyz when my IOCTL interface is ON
Posted by Ashirwad on July 1st, 2003


Hi Stephan,

NdisMRegisterDevice() has solved my problem.

I had picked up atmsmdrv.c sample from
C:\WINDDK\2600.1106\src\network\ndis\atmsmple\driv er (DDK) for my
IOCTL interface which still uses
IoCreateDevice/IoCreateSymbolicLink(). I think it has not been
updated by MS.

Thanks,
Ashirwad.

stewo68@hotmail.com (Stephan Wolf) wrote in message news:<3efc36be.16575954@news.t-online.de>...