home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / wpasupplicant / examples / wep.conf < prev    next >
Encoding:
Text File  |  2005-10-26  |  170 b   |  12 lines

  1. # Static WEP keys
  2.  
  3. ctrl_interface=/var/run/wpa_supplicant
  4.  
  5. network={
  6.     ssid="example wep network"
  7.     key_mgmt=NONE
  8.     wep_key0="abcde"
  9.     wep_key1=0102030405
  10.     wep_tx_keyidx=0
  11. }
  12.