User's Manual

WCN1320™ User Guide Feature Configuration
80-VT321-1 C 12 Qualcomm Confidential and Proprietary
MAY CONTAIN U.S. AND INTERNATIONAL EXPORT CONTROLLED INFORMATION
Command Description
wext-conf default all Sets the current configuration to factory default
configuration
wpa_cli help Lists all the options available in wpa_cli
1
4.3 Making the connection 2
AP and STA both come configured with OPEN mode security (no security) and SSID set to 3
Qualcomm. User has to only clone MAC address of the device connected to Qualcomm STA in 4
order to get the link up and running: 5
1. (On STA) iwpriv set_clone_addr <Agent_PC_MAC_ADDRESS> 6
For example, iwpriv set_clone_addr 00:de:ad:be:ef:00. 7
2. (On STA) wpa_cli iwlan0 statusThis should list the BSSID and SSID of the AP you are 8
connected to 9
3. (On STA) wext-conf save all – This will save current configuration 10
4. (On AP) aniSdkTool g sta – This should list the MAC address of the STA’s Agent PC 11
indicating that STA is connected 12
5. At this point you are ready to send and receive pings from both the Agent PCs. 13
If you would like to use a different SSID, use the appropriate commands to set the SSID on the 14
AP and then set the default network on the STA with that particular SSID in order to make the 15
connection. 16
4.4 Creating a new network on the STA 17
To change the SSID on the AP then create a new network on the STA in order to make the 18
association, do the following on the STA: 19
# wpa_cli -iwlan0 remove_network 0 20
# wpa_cli -iwlan0 add_network 0 21
# wpa_cli -iwlan0 set_network 0 ssid '"your_ssid"' 22
# wpa_cli -iwlan0 set_network 0 proto WPA 23
# wpa_cli -iwlan0 set_network 0 key_mgmt NONE 24
# wpa_cli -iwlan0 enable_network 0 25
26
NOTE
SSID has to be in format ‘”your_ssid”’, i.e., open single quote, followed by open double quote,
followed by your ssid, followed by end double quote, and finally end single quote.
27
Make sure the MAC address of your Agent PC is cloned to your STA by issuing: 28
# iwpriv wlan0 get_clone_addr 29
Now you can check association status: 30