Searched refs:WIFI_SSID (Results 1 – 1 of 1) sorted by relevance
28 #define WIFI_SSID "SSID" /* Replace `SSID` with WiFi ssid. */ macro44 LOG_INF("Connected to %s", WIFI_SSID); in wifi_event_handler()48 LOG_INF("Disconnected from %s", WIFI_SSID); in wifi_event_handler()153 sta_config.ssid = (const uint8_t *)WIFI_SSID; in connect_to_wifi()154 sta_config.ssid_length = strlen(WIFI_SSID); in connect_to_wifi()166 LOG_ERR("Unable to Connect to (%s)", WIFI_SSID); in connect_to_wifi()