# 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 [QCC74x API Specification (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 -c 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 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 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 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 Copy to clipboard | | BLE Mode | ble_disconnect 1 DEADDEADCopy to clipboard | ble_disconnect Copy to clipboard | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WLAN throughput | QCC74x | Remote machine | | --- | --- | --- | | QCC74x Tx using TCP Protocol | Using iperf to run TCP traffic (TX)



iperf –c 192.168.2.2 -i 1 -t 10Copy to clipboard | Using iperf to run TCP traffic (TX)



iperf -s -i 1Copy to clipboard | | QCC74x Rx using TCP Protocol | Using iperf to run TCP traffic (RX)



iperf -s -i 1Copy to clipboard | Using iperf to run TCP traffic (RX)



iperf –c 192.168.2.3 -i 1 -t 10Copy to clipboard | | QCC74x Tx using UDP Protocol | Using iperf to run UDP traffic (TX)



iperf –c 192.168.2.2 -u -i 1 -t 10 -b 200MCopy to clipboard | Using iperf to run UDP traffic (TX)



iperf -s -u -i 1Copy to clipboard | | QCC74x Rx using UDP Protocol | Using iperf to run UDP traffic (RX)



iperf -s -u -i 1Copy to clipboard | Using iperf to run UDP traffic (RX)



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)