User Manual
___________________________________________________________________________
WhereLAN III User’s Guide
___________________________________________________________________________ 42
User’s Guide, WhereLAN III draft D1675 rev F
© Copyright Zebra Technologies, 2012
Zebra Confidential
The process will be illustrated assuming a sample Wi-Fi network with the
following parameters.
a. SSID = ZEBRA
b. Security = WPA2, Pre-Shared Key (WPA2-PSK)
c. WPA2 passphrase = ZebraPassphrase2011
To match these Wi-Fi parameters, the wpa_supplicant.conf file is very simple
and is shown below:
Create your wpa_supplicant.conf file with your Linux-friendly editor and
place a copy of it on the RTLS Server’s ftproot directory. Placing the file in
this directory facilitates the upload process.
Uploading the wpa_supplicant.conf file onto the WhereLAN III Unit.
5.4.3 WPA_Supplicant Cautions
# A simple script file for WPA2-PSK with AES CCMP mode.
# The following line should not be changed. Otherwise, Wi-Fi will not work.
ctrl_interface=/var/run/wpa_supplicant
# Let wpa_supplicant take care of scanning and AP selection
ap_scan=2
# Network Block
network={
ssid="ZEBRA"
proto=WPA2
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
psk="ZebraPassphrase2011"
}