The driver code is in kernel loadable module. The
linux-wlan-ng driver for the linux wireless cards has
two kernel loadable modules - prism2_cs and p80211.
I included the encrypt() and decrypt() function of
cryptoapi inside the p80211.o kernel module instead of
using cipher-<cipher_name>.o module for encryption and
decryption. The cipher context (cipher name and cipher
mode) and key (key length and cipher key) is still set
through cryptoapi.o module.
Warm Regards,
-Niranjan
--- James Morris <jmorris@xxxxxxxxxx> wrote:
> On Wed, 28 Jul 2004, Niranjan wrote:
>
> > Hi,
> > I got the code working by including the encrypt()
> and
> > decrypt() function inside the WLAN driver.
> > Is there any better way to get the CrytoAPI code
> > working from the driver or some other CryptoAPI
> > implementation ?
>
> Where is the driver code?
>
>
> - James
> --
> James Morris
> <jmorris@xxxxxxxxxx>
>
>
>
>
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
|