# 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 = "" CONFIG_WIFI_SAMPLE_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: Jul 30, 2026 [Previous Topic Security](https://docs.qualcomm.com/bundle/publicresource/80-Y8730-5/topics/security.md) [Next Topic Matter demo](https://docs.qualcomm.com/bundle/publicresource/80-Y8730-5/topics/matter_demo.md)