BTS

Issue590

Title WPA passphrase messup in netcard-config
Priority bug Status resolved
Superseder Nosy List marcel, mika
Assigned To Topics

Created on 2008-12-17.23:59:57 by marcel, last changed 2009-10-24.13:14:59 by mika.

Messages
msg2568 (view) Author: mika Date: 2009-10-24.13:14:59
Excellent, thanks a lot for testing!

regards,
-mika-
msg2567 (view) Author: marcel Date: 2009-10-24.13:09:52
works for me in 2009.10-rc1

Marcel.

-- 
Registrierter Linux User #307343
msg2546 (view) Author: mika Date: 2009-10-24.11:34:38
Hi Marcel,

can you still reproduce this issue with grml 2009.10? Thanks!

regards,
-mika-
msg1737 (view) Author: marcel Date: 2008-12-17.23:59:56
Hi,

using netcard-config with WPA and a PSK of 62 chars results in
wpa_supplicant warnings:

  WARNING: plaintext or ascii WPA key has 124 characters,
  it must have between 8 and 63 to be valid.

Looks like you're not passing the plaintext along but
a string which is double the lenght - maybe the hex'ed
version?

I confirmed it's working with wpa_cli and

  remove_network 0
  add_network
  set_network 0 ssid "foobar"
  set_network 0 psk "62chars"
  enable_network 0

Greetings,
Marcel.

-- 
Registrierter Linux User #307343
History
Date User Action Args
2009-10-24 13:14:59mikasetstatus: needs-progress -> resolved
nosy: mika, marcel
messages: + msg2568
2009-10-24 13:09:52marcelsetnosy: mika, marcel
messages: + msg2567
2009-10-24 11:34:38mikasetstatus: unread -> needs-progress
nosy: mika, marcel
messages: + msg2546
2008-12-18 13:01:57mikasetnosy: + mika
2008-12-18 13:01:49mikasetpriority: bug
2008-12-17 23:59:57marcelcreate