~ubuntu-branches/ubuntu/gutsy/wpasupplicant/gutsy

« back to all changes in this revision

Viewing changes to wpa_supplicant/examples/wpa-psk-tkip.conf

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2007-08-26 16:06:57 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20070826160657-mxk5ivjjh65ptxlr
Tags: upstream-0.6.0+0.5.8
ImportĀ upstreamĀ versionĀ 0.6.0+0.5.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# WPA-PSK/TKIP
2
 
 
3
 
ctrl_interface=/var/run/wpa_supplicant
4
 
 
5
 
network={
6
 
        ssid="example wpa-psk network"
7
 
        key_mgmt=WPA-PSK
8
 
        proto=WPA
9
 
        pairwise=TKIP
10
 
        group=TKIP
11
 
        psk="secret passphrase"
12
 
}