Lines Matching refs:LOG_INF
44 LOG_INF("Connected to %s", WIFI_SSID); in wifi_event_handler()
48 LOG_INF("Disconnected from %s", WIFI_SSID); in wifi_event_handler()
52 LOG_INF("AP Mode is enabled. Waiting for station to connect"); in wifi_event_handler()
56 LOG_INF("AP Mode is disabled."); in wifi_event_handler()
62 LOG_INF("station: " MACSTR " joined ", sta_info->mac[0], sta_info->mac[1], in wifi_event_handler()
69 LOG_INF("station: " MACSTR " leave ", sta_info->mac[0], sta_info->mac[1], in wifi_event_handler()
110 LOG_INF("DHCPv4 server started...\n"); in enable_dhcpv4_server()
116 LOG_INF("AP: is not initialized"); in enable_ap_mode()
120 LOG_INF("Turning on AP Mode"); in enable_ap_mode()
149 LOG_INF("STA: interface no initialized"); in connect_to_wifi()
161 LOG_INF("Connecting to SSID: %s\n", sta_config.ssid); in connect_to_wifi()