~ubuntu-branches/debian/wheezy/wicd/wheezy

« back to all changes in this revision

Viewing changes to .pc/40-checkbox_passwords.patch/encryption/templates/wep-passphrase

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2011-10-22 11:25:07 UTC
  • mfrom: (14.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20111022112507-o25prpqfvqtgcsff
Tags: 1.7.0+ds1-9
Fix postinst: it breaks dh_python2's layout

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name = WEP (Passphrase)
 
2
author = Adam Blackburn
 
3
version = 1
 
4
require passphrase *Passphrase
 
5
-----
 
6
ctrl_interface=/var/run/wpa_supplicant
 
7
network={
 
8
       ssid="$_ESSID"
 
9
       scan_ssid=$_SCAN
 
10
       key_mgmt=NONE
 
11
       wep_key0="$_PASSPHRASE"
 
12
       wep_tx_keyidx=0
 
13
       priority=5
 
14
}