| 103 |
wpa-psk 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f |
wpa-psk 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f |
| 104 |
|
|
| 105 |
# Connect to access point of ssid 'HotSpot1' and bssid of '00:1a:2b:3c:4d:5e' |
# Connect to access point of ssid 'HotSpot1' and bssid of '00:1a:2b:3c:4d:5e' |
| 106 |
# with an encryption type of WPA-PSK/WPA2-PSK, using the the 'madwifi' driver |
# with an encryption type of WPA-PSK/WPA2-PSK, using the the 'nl80211' driver |
| 107 |
# backend of wpa_supplicant. The passphrase is given as a plaintext string. |
# backend of wpa_supplicant. The passphrase is given as a plaintext string. |
| 108 |
# A static network address assignment is used. |
# A static network address assignment is used. |
| 109 |
# |
# |
| 110 |
iface ath0 inet static |
iface wlan0 inet static |
| 111 |
wpa-driver wext |
wpa-driver nl80211 |
| 112 |
wpa-ssid HotSpot1 |
wpa-ssid HotSpot1 |
| 113 |
wpa-bssid 00:1a:2b:3c:4d:5e |
wpa-bssid 00:1a:2b:3c:4d:5e |
| 114 |
# plaintext passphrase |
# plaintext passphrase |