Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > writing a driver to make a USB wireless stick, appear as gig10 wir

Reply
Thread Tools Display Modes

writing a driver to make a USB wireless stick, appear as gig10 wir

 
 
TomH
Guest
Posts: n/a

 
      06-21-2010
Hi,

I would like to wrap a driver for a USB wireless 802.11g stick, in a driver
that makes the stick appear to the OS as a wired gig10 device, and
automatically connect via DHCP.

The connection and device parameters can be stored on local disk.

Are there any wireless chipset providers that ship windows driver source
files?

are there any examples of wrapping one driver in another like that I can
take a look at?

are there device manufacturers that provide sdk for their USB wireless sticks
Thanks
Tom

ps I am a total newbie, so I am unlikely to actually achieve the result but
I am interested to see how far I get...



 
Reply With Quote
 
 
 
 
Doron Holan [MSFT]
Guest
Posts: n/a

 
      06-21-2010
this is not that simple of a task. why do you want to do this?

"TomH" wrote in message
news:C7F577B5-7D0B-42EF-9A11-...

Hi,

I would like to wrap a driver for a USB wireless 802.11g stick, in a driver
that makes the stick appear to the OS as a wired gig10 device, and
automatically connect via DHCP.

The connection and device parameters can be stored on local disk.

Are there any wireless chipset providers that ship windows driver source
files?

are there any examples of wrapping one driver in another like that I can
take a look at?

are there device manufacturers that provide sdk for their USB wireless
sticks
Thanks
Tom

ps I am a total newbie, so I am unlikely to actually achieve the result but
I am interested to see how far I get...


 
Reply With Quote
 
Pavel A.
Guest
Posts: n/a

 
      06-21-2010
"TomH" <> wrote in message
news:C7F577B5-7D0B-42EF-9A11-...
> Hi,
>
> I would like to wrap a driver for a USB wireless 802.11g stick, in a
> driver
> that makes the stick appear to the OS as a wired gig10 device, and
> automatically connect via DHCP.
>
> The connection and device parameters can be stored on local disk.


Yes, possible - especially for NDIS5 driver.
You will need to make a NDIS IM "filter" driver.
More work for a NDIS6 driver.

> Are there any wireless chipset providers that ship windows driver source
> files?


There are several wi-fi drivers in Linux. Porting these to Windows is
definitely
possible, though it is not a simple project for a beginner.

> are there any examples of wrapping one driver in another like that I can
> take a look at?


See NDIS IM samples.

> are there device manufacturers that provide sdk for their USB wireless
> sticks
> Thanks
> Tom
> ps I am a total newbie, so I am unlikely to actually achieve the result
> but
> I am interested to see how far I get...


Depends on how you are motivated... why you need this?

Good luck.
--pa


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Skype set up jojo73 Windows Update 4 04-01-2010 12:16 PM
What's the different for PNPDTest between WLK 1.5 and WLK 1.2 Wayne Windows Vista Drivers 2 01-18-2010 08:32 PM
need to replace windows driver for wireless adapter Gary Roach Windows Vista Hardware 2 11-23-2007 09:50 AM
BUGCODE_USB_DRIVER with external USB HDD PHILIPS Deathwing00 Windows Vista Hardware 11 06-15-2007 07:02 PM
Activesync Kills Wireless Andrew Meldrum ActiveSync 66 06-05-2006 03:27 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59