This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: eCos Wifi/WPA support


>  1) Ignoring WPA/WEP, is writing a driver for a Wifi interface
>     comparable to writing a driver for a 10/100 Ethernet
>     interface?

Not really.  In general, there's a lot more to it.  Depending on which part
you use, you may or may not need to provide the MAC level 
interface in software.  There are a handful of newer parts with either open
or reverse engineered interfaces one could start from, but 
it's a non-trivial effort.  A lot of the embedded capable parts hook up via
SPI or SDIO, so there is a somewhat platform specific element 
in many cases as well.
 
>  2) Any comments on the additional work required to support
>     WEP/WPA?

A lot of the chips include it in their internal firmware.

--Chris

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]