# Run Wi-Fi/BLE connectivity test 

Source: [https://docs.qualcomm.com/doc/80-WL740-20/topic/run-connectivity-tests.html](https://docs.qualcomm.com/doc/80-WL740-20/topic/run-connectivity-tests.html)

This section provides information on performing basic Wi-Fi/BLE connectivity tests in
            mission mode.

To run these tests, flash wifi\_ble image from the
                QCCSDK-QCC74x/examples/wifi/coex/wifi\_ble directory using
                QConn\_Flash.exe.

For more information on each of the APIs and related parameters, see [<cite class="cite">QCC74x API Specification</cite>
                (80-58740-4)](https://docs.qualcomm.com/bundle/publicresource/topics/80-58740-4/).

| Use case | Command | Usage |
| --- | --- | --- |
| WLAN SoftAP Mode | wifi_ap_start -s SSID -c 1Copy to clipboard | wifi_ap_start -s <ssid> -c <channel>Copy to clipboard |
| WLAN SoftAP Mode | wifi_ap_stopCopy to clipboard | wifi_ap_stopCopy to clipboard |
| WLAN STA Mode | wifi_scanCopy to clipboard | wifi_scanCopy to clipboard |
| WLAN STA Mode | wifi_sta_connect SSID PASSWORDCopy to clipboard | wifi_sta_connect <ssid> <passphrase>Copy to clipboard |
| WLAN STA Mode | wifi_sta_infoCopy to clipboard | wifi_sta_infoCopy to clipboard |
| BLE Mode | ble_initCopy to clipboard | ble_initCopy to clipboard |
| BLE Mode | ble_enableCopy to clipboard | ble_enableCopy to clipboard |
| BLE Mode | ble_start_adv 0 0 0x80 0x80Copy to clipboard | ble_start_adv <broadcast_type> <broadcast_mode> <min_broadcast_gap> <max_boradcast_gap>Copy to clipboard |
| BLE Mode | ble_stop_advCopy to clipboard | ble_stop_advCopy to clipboard |
| BLE Mode | ble_start_scan 0 0 0x80 0x40Copy to clipboard | ble_start_scan <scan_type> <packet_filter_type> <scan_gap> <scan_window>Copy to clipboard |
| BLE Mode | ble_stop_scanCopy to clipboard | ble_stop_scanCopy to clipboard |
| BLE Mode | ble_connect 1 DEADDEADCopy to clipboard | ble_connect <device_addr_type> <device_addr>Copy to clipboard |
| BLE Mode | ble_disconnect 1 DEADDEADCopy to clipboard | ble_disconnect <device_addr_type> <device_addr>Copy to clipboard |
|  |  |  |
|  |  |  |
|  |  |  |
|  |  |  |
|  |  |  |
|  |  |  |
|  |  |  |

| WLAN throughput | QCC74x | Remote machine |
| --- | --- | --- |
| QCC74x Tx using TCP Protocol | Using iperf to run TCP traffic (TX)<br><br><br><br>    iperf –c 192.168.2.2 -i 1 -t 10Copy to clipboard | Using iperf to run TCP traffic (TX)<br><br><br><br>    iperf -s -i 1Copy to clipboard |
| QCC74x Rx using TCP Protocol | Using iperf to run TCP traffic (RX)<br><br><br><br>    iperf -s -i 1Copy to clipboard | Using iperf to run TCP traffic (RX)<br><br><br><br>    iperf –c 192.168.2.3 -i 1 -t 10Copy to clipboard |
| QCC74x Tx using UDP Protocol | Using iperf to run UDP traffic (TX)<br><br><br><br>    iperf –c 192.168.2.2 -u -i 1 -t 10 -b 200MCopy to clipboard | Using iperf to run UDP traffic (TX)<br><br><br><br>    iperf -s -u -i 1Copy to clipboard |
| QCC74x Rx using UDP Protocol | Using iperf to run UDP traffic (RX)<br><br><br><br>    iperf -s -u -i 1Copy to clipboard | Using iperf to run UDP traffic (RX)<br><br><br><br>    iperf –c 192.168.2.3 -u -i 1 -t 10 -b 200MCopy to clipboard |

Last Published: Apr 02, 2025

[Previous Topic
Run 802.15.4 reception test](https://docs.qualcomm.com/bundle/publicresource/80-WL740-20/topics/802_15_4_rx_evaluation.md)