Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
pre-shared wep key - wpa_supplicant.conf
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
replazer
n00b
n00b


Joined: 15 Oct 2008
Posts: 51

PostPosted: Sat Jan 03, 2009 9:19 am    Post subject: pre-shared wep key - wpa_supplicant.conf Reply with quote

Hi!

Is it possible to add a wireless network with a WEP pre-shared passphrase in wpa_supplicant.conf ???

I`m only able to add a network with hex keys like this :

Code:
network={
  ssid="MySSID"
  scan_ssid=1
  priority=1
  key_mgmt=NONE
  wep_key0=1234abcdef
  wep_tx_keyidx=0
}


I want something like this :

Code:
network={
  ssid="MySSID"
  scan_ssid=1
  priority=1
  key_mgmt=NONE
  wep_key0=passphraseNOThex
  wep_tx_keyidx=0
}
Back to top
View user's profile Send private message
Stolz
Moderator
Moderator


Joined: 19 Oct 2003
Posts: 3028
Location: Hong Kong

PostPosted: Mon Jan 05, 2009 11:01 am    Post subject: Reply with quote

Try with
Code:
wep_key0="passphraseNOThex"

Note the quotation marks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum