# Samples

Source: [https://docs.qualcomm.com/doc/80-Y8730-5/topic/samples.html](https://docs.qualcomm.com/doc/80-Y8730-5/topic/samples.html)

QCC730.ZE.1.0 provides sample applications that demonstrate how to use Zephyr-related APIs to customize your application. To use these samples, you need to configure the required settings and then build the image.

## net/wifi/sta

Source: [https://docs.qualcomm.com/doc/80-Y8730-5/topic/samples.html](https://docs.qualcomm.com/doc/80-Y8730-5/topic/samples.html)

This is a basic station sample that performs scanning and connection operations. By default, the sample uses WPA2 as the security protocol.

1. Configure the target Wi‑Fi SSID and PSK in qapp/samples/net/wifi/sta/prj.conf as follows: 

        CONFIG_WIFI_SAMPLE_SSID = "<target_ssid>" 
        CONFIG_WIFI_SAMPLE_PSK = "<target_ssid_psk>"Copy to clipboard
2. Build the image with the configured settings:

        west build -b qcc730mi -s qapp/samples/net/wifi/sta Copy to clipboard

Last Published: Apr 27, 2026

Previous Topic
 
Security Next Topic

References