Thank you for the response,
It did bind to 802_3 medium (NOT 802_11). But when I FORWARD the NDIS
packets coming FROM upper protocol layers using NdisSend(), it returns
me an ERROR (invalid packet format). So how do we (as an) intermediate
NDIS driver send and receive 802_11 packets over 802_3 bound medium??
Any suggestions?. Any books? Any articles?
Yes I am developing Intermediate driver for Pocket PC 2003(Windows CE
4.2), but you help seems to be on track. NDIS for Windows CE is just a
subset of Windows 2000. If you can suggest how to do it in Win 2000 or
NT, I can translate it to CE(mostly).
Thanx again.
Ganesan
"Arkady Frenkel" <arkadyf@hotmailxdotxcom> wrote in message news:<>...
> Exactly , possible to see definitions of native802_11 functions ( NDIS6 ) in
> hw_im_interface.h of WCE 5 PB
> Arkady
>
> "Thomas F. Divine [DDK MVP]" <> wrote in message
> news:...
> > Current Windows system do not provide support for "native Wi-Fi"
> > (NdisMedium802_11). The 802.11 adapters appear to the system as if they
> were
> > ordinary 802.3 Ethernet adapters (NdisMedium802_3);
> >
> > Bind to NdisMedium802_3 until Longhorn arrives.
> >
> > If you are working on Windows CE, then the situation may be different. I
> > think that Windows CE 5.0 DOES include some native Wi-Fi support (perhaps
> > support for NdisMedium802_11...), but this is the wrong forum for Windows
> CE
> > discussions.
> >
> > Good luck,
> >
> > Thomas F. Divine, Windows DDK MVP
> > http://www.rawether.net
> >
> > "Ganesan" <> wrote in message
> > news: om...
> > > Hello
> > >
> > > Thank you for reading this message.
> > >
> > > I am developing an Intermediate Driver for 802.11.
> > > I have problem Binding to the Underlying Miniport.
> > >
> > > The NdisOpenAdapter() funtion takes in a Array of supported mediums. I
> > > have given the following mediums array to this function.
> > >
> > > 1. NdisMedium802_3
> > > 2. NdisMedium802_5
> > > 3. NdisMedium802_11
> > >
> > > I have a 802.11 card inserted (Linksys card), but the NdisOpenAdapter
> > > is binding to NdisMedium802_3 medium. It doesn't recognize
> > > NdisMedium802_11.
> > >
> > > In otherwords, HOW DO WE BIND TO 802_11 miniport drivers as an
> > > Intermediate driver?
> > >
> > > The NdisOpenAdapter document doesn't specify 802_11 support, BUT
> > > NDIS.H does have this medium supported.
> > >
> > > Though I am developing this driver in Pocket PC, NT, 2000 etc. area
> > > help is fine.
> > >
> > > ANY HELP is WELCOME and really appreciated.
> > >
> > > Thank you
> > > Ganesan
> >
> >