mirror of
https://github.com/gryf/wicd.git
synced 2026-02-21 17:35:46 +01:00
Implement WEP key index specification
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
name = WEP Shared/Restricted
|
||||
author = Dan O'Reilly
|
||||
version = 1
|
||||
version = 2
|
||||
require key *Key
|
||||
optional key_index *Key_Index
|
||||
protected key *Key
|
||||
-----
|
||||
ctrl_interface=/var/run/wpa_supplicant
|
||||
@@ -10,7 +11,7 @@ network={
|
||||
scan_ssid=$_SCAN
|
||||
key_mgmt=NONE
|
||||
auth_alg=SHARED
|
||||
wep_key0=$_KEY
|
||||
wep_tx_keyidx=0
|
||||
wep_key$_KEY_INDEX=$_KEY
|
||||
wep_tx_keyidx=$_KEY_INDEX
|
||||
priority=5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user