File: wep-hex

package info (click to toggle)
wicd 1.7.4%2Btb2-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,500 kB
  • sloc: python: 11,062; sh: 774; makefile: 40
file content (16 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name = WEP (Hex [0-9/A-F])
author = Adam Blackburn
version = 2
require key *Key
optional key_index *Key_Index
protected key *Key
-----
ctrl_interface=/var/run/wpa_supplicant
network={
       ssid="$_ESSID"
       scan_ssid=$_SCAN
       key_mgmt=NONE
       wep_key$_KEY_INDEX=$_KEY
       wep_tx_keyidx=$_KEY_INDEX
       priority=5
}