Home
last modified time | relevance | path

Searched refs:WIFI_PSK (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/net/wifi/apsta_mode/src/
Dmain.c29 #define WIFI_PSK "PASSWORD" /* Replace `PASSWORD` with Router password. */ macro
155 sta_config.psk = (const uint8_t *)WIFI_PSK; in connect_to_wifi()
156 sta_config.psk_length = strlen(WIFI_PSK); in connect_to_wifi()