Index: sources/device/DeviceView.cpp =================================================================== diff -u -r4738eb7857cb8fe9c49a9be4e211edc11e764a33 -rfb5fdd155c1c6ea42fe1d308f2eed71094f10e5b --- sources/device/DeviceView.cpp (.../DeviceView.cpp) (revision 4738eb7857cb8fe9c49a9be4e211edc11e764a33) +++ sources/device/DeviceView.cpp (.../DeviceView.cpp) (revision fb5fdd155c1c6ea42fe1d308f2eed71094f10e5b) @@ -6,8 +6,8 @@ * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file DeviceView.cpp - * \author (last) Behrouz NematiPour - * \date (last) 11-Sep-2023 + * \author (last) Nico Ramirez + * \date (last) 23-June-2025 * \author (original) Behrouz NematiPour * \date (original) 03-Jun-2021 * @@ -562,6 +562,13 @@ // Nothing for now. } +/*! + * \brief Network::doConnectWifi + * \details Method to connect/disconnect to desired Wi-Fi with SSID and password + * \param vConnect - (bool) determine if user wants to connect or disconnect Wi-Fi + * \param vSsid - (QString) SSID to connect or disconnect + * \param vPassword - (QString) SSID password + */ void VDevice::doConnectWifi(const bool &vConnect, const QString &vSsid, const QString &vPassword) { DeviceConnectWifiRequestData data; data.mConnect = vConnect;