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

  1. # Plaintext (no encryption) network
  2.  
  3. ctrl_interface=/var/run/wpa_supplicant
  4.  
  5. network={
  6.     ssid="example open network"
  7.     key_mgmt=NONE
  8. }
  9.