repo.or.cz
/
hostap-gosc2009.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dbus: Remove duplication of object methods/signals/properties
[hostap-gosc2009.git]
/
wpa_supplicant
/
examples
/
wpa-psk-tkip.conf
blob
93d7fc2444ea4aed887c511d7ea1a6ae3c70fb8a
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
}