Software Manual
WE865-DUAL Software User Guide
1vv0300788 Rev. 0 08/08/08
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 41 of 48
7 WPA/WPA2 Security
wpa_supplicant is a user space program used to set and manage wireless connections secured
through WPA/WPA2 both Personal and Enterprise. All the parameters used to secure the wifi
connection can be set into /etc/wpa_supplicant.conf configuration file.
wpa_supplicant can be simply run through a command shell.
wpa_supplicant implements a control interface that can be used by external programs such as wpa_cli
to control the operations of the wpa_supplicant itself and to get status information and event
notifications.
For further information about wpa_supplicant supported WPA/IEEE 802.11i features and Enterprise
modes please have a look to paragraph 8.2.
Please have a look to paragraph 1.4.2 for information about wpa_supplicant/wpa_cli License.
7.1 Configuring wpa_supplicant
wpa_supplicant is configured using a text file that lists all accepted networks and security policies,
including pre-shared keys. See example configuration file, wpa_supplicant.conf
, for detailed
information about the configuration format and supported fields. wpa_supplicant.conf configuration file
should be saved into /etc/ folder.
wpa_supplicant configuration can also be changed by the means of wpa_cli as shown in 7.3.
Simple example configurations files:
For WPA Personal:
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="example wpa network"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk="secret passphrase"
}
For WPA2 Personal: