ubuntuusers.de

🚧 Am Sonntag, 5. Mai, werden ab 16 Uhr die Server aktualisiert und eine neue Inyoka-Version veröffentlicht. Das Portal wird mehrmals nicht verfügbar sein.

wpa_sup

Datum:
7. Februar 2013 11:44
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
ctrl_interface=/var/run/wpa_supplicant
update_config=1

#eapol_version=2
#ap_scan=1

network={
 ssid="NETGEAR"
 psk="geheim"
 proto=WPA
 key_mgmt=WPA-PSK
 pairwise=TKIP
}