BTS

Message1737

Author marcel
Recipients marcel
Date 2008-12-17.23:59:56
Content
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
2008-12-18 00:00:03marcelsetrecipients: + marcel
2008-12-17 23:59:57marcellinkissue590 messages
2008-12-17 23:59:56marcelcreate