Re: stlc45xx: open source WLAN driver for N800 and N810

2008-09-20 Thread Kalle Valo
ext Raphaël Jacquot [EMAIL PROTECTED] writes:

 Kalle Valo wrote:
 I'm excited to announce a new project called stlc45xx, an open source
 WLAN driver for Nokia N800 and N810. It's using mac80211 stack
 included in Linux since 2.6.22. Even though I currently classify the
 driver as alpha quality I have managed to transfer 1.2 GB of data with
 iperf.

 great. so I gather we should see a working kismet package rapidely ?

The driver is not ready for normal users yet.

-- 
Kalle Valo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: stlc45xx: open source WLAN driver for N800 and N810

2008-09-20 Thread Faheem Pervez
The SVN version of kismet works minus packet injection.
http://qwerty12.maemobox.org/screenies/kismet.png
That was running for ~8 hours. I've had it running for 24 hours exactly. 24
hours was enough for me to put the dump in my aircrack-ng build and have a
key in 1m 30s.

But I go off topic here and apologize.

ext Raphaël Jacquot [EMAIL PROTECTED] writes:

  Kalle Valo wrote:
  I'm excited to announce a new project called stlc45xx, an open source
  WLAN driver for Nokia N800 and N810. It's using mac80211 stack
  included in Linux since 2.6.22. Even though I currently classify the
  driver as alpha quality I have managed to transfer 1.2 GB of data with
  iperf.
 
  great. so I gather we should see a working kismet package rapidely ?

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: stlc45xx: open source WLAN driver for N800 and N810

2008-09-20 Thread Andrea Grandi
Hi,

2008/9/20 Faheem Pervez [EMAIL PROTECTED]:
 The SVN version of kismet works minus packet injection.
 http://qwerty12.maemobox.org/screenies/kismet.png
 That was running for ~8 hours. I've had it running for 24 hours exactly. 24
 hours was enough for me to put the dump in my aircrack-ng build and have a
 key in 1m 30s.

could you please prepare a Kismet package for N800/N810?

-- 
Andrea Grandi
email: a.grandi [AT] gmail [DOT] com
website: http://www.andreagrandi.it
PGP Key: http://www.andreagrandi.it/pgp_key.asc
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: stlc45xx: open source WLAN driver for N800 and N810

2008-09-20 Thread Faheem Pervez
Hi,

I don't have a ready package of the latest svn but the kismet  aircrack-ng
build on :
http://www.internettablettalk.com/forums/showthread.php?t=20888 work fine
and will carry on dumping packets.

On Sat, Sep 20, 2008 at 8:47 AM, Andrea Grandi [EMAIL PROTECTED] wrote:

 Hi,

 2008/9/20 Faheem Pervez [EMAIL PROTECTED]:
  The SVN version of kismet works minus packet injection.
  http://qwerty12.maemobox.org/screenies/kismet.png
  That was running for ~8 hours. I've had it running for 24 hours exactly.
 24
  hours was enough for me to put the dump in my aircrack-ng build and have
 a
  key in 1m 30s.

 could you please prepare a Kismet package for N800/N810?

 --
 Andrea Grandi
 email: a.grandi [AT] gmail [DOT] com
 website: http://www.andreagrandi.it
 PGP Key: http://www.andreagrandi.it/pgp_key.asc

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: stlc45xx: open source WLAN driver for N800 and N810

2008-09-20 Thread John Holmblad
Kalle,

thanks for sharing that info. That suggests to me that there may be a 
performance security tradeoff when using the N800/N810 with encryption. 
Is the software implementation of the AES algorithm fast enough to be 
useable without noticing a performance degradation on the N800? I 
surmise that the use of TKIP (RC4 based) encryption would be faster 
although less secure than AES/CCMP. Do you know if there is any 
noticeable degradation with AES?

Also, is the wpa_supplicant a standard part of the Nokia OS200X or is 
it a maemo garage type of software component?

Best Regards,

 

John Holmblad

 

Acadia Secure Networks, LLC




Kalle Valo wrote:
 ext John Holmblad [EMAIL PROTECTED] writes:

   
 Kalle,
 

 Hi John,

   
 does this driver provide full support for 802.11i-2004 (sometimes
 refereed to as WPA enterprise or WPA2 enterprise^1 ) or does it only
 support pre-shared key authentication?
 

 Actually the driver doesn't care, this is entirely up to the
 supplicant (in user space). I have used wpa_supplicant while testing
 the driver which supports also WPA enterprise (and almost any other
 method available).

 Actually currently the driver knows nothing about encryption or
 decryption because mac80211 encrypts all the frames in CPU. Hardware
 crypto support is in the TODO list.

   
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: stlc45xx: open source WLAN driver for N800 and N810

2008-09-20 Thread John Holmblad
Kalle,

I took a look at  the OS2008 wireless supplicant and it looks like it 
supports WPA and WPA with EAP but I do not see WPA2. That suggests to me 
then that the supplicant referred to in this thread is NOT the standard one.

Best Regards,

 

John Holmblad

 

Acadia Secure Networks, LLC

* *

*Serving the SmartDigital^TM home, entrepreneurial enterprise, and 
emerging network service provider markets*

* *

*GSEC Gold,  GCWN Gold,  GAWN,  GGSC-0100,  NSA-IAM,  NSA-IEM***

*Cisco Select Certified Partner and SMB Specialist | **Microsoft Small 
Business Specialist | Speakeasy Certified VOIP Partner | Linksys 
Authorized LVS Partner | Qualys Certified Qualysguard Specialist*

* *

(M) 703 407 2278

(F)  703 620 5388

 

(W) www.acadiasecure.com

 

primary email address:  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

backup email address:  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



Kalle Valo wrote:
 ext John Holmblad [EMAIL PROTECTED] writes:

   
 Kalle,
 

 Hi John,

   
 does this driver provide full support for 802.11i-2004 (sometimes
 refereed to as WPA enterprise or WPA2 enterprise^1 ) or does it only
 support pre-shared key authentication?
 

 Actually the driver doesn't care, this is entirely up to the
 supplicant (in user space). I have used wpa_supplicant while testing
 the driver which supports also WPA enterprise (and almost any other
 method available).

 Actually currently the driver knows nothing about encryption or
 decryption because mac80211 encrypts all the frames in CPU. Hardware
 crypto support is in the TODO list.

   
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: stlc45xx: open source WLAN driver for N800 and N810

2008-09-20 Thread Andrew Barr
John Holmblad jholmblad at acadiasecurenets.com writes:

 Also, is the wpa_supplicant a standard part of the Nokia OS200X or is 
 it a maemo garage type of software component?

Nokia ITOS uses a proprietary supplicant that is part of the closed-source ICD
software.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Python compiler package missing

2008-09-20 Thread Jeffrey Barish
I am using configobj.py with my Python application.  configobj.py uses the
compiler package, which seems to be missing in maemo.  Is there a way to
install it?
-- 
Jeffrey Barish

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers