Uh oh!
There was an error while loading. Please reload this page.
Add tethering - #35
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces tethering support to the connmanctl example and the underlying Technology D-Bus proxy, including the ability to configure SSID, passphrase, and frequency for WiFi tethering. The code review identified several critical issues that need to be addressed: a compilation error caused by a redundant class qualifier, a logic bug where tethering is hardcoded to enable regardless of user input, and flawed validation logic that prevents numeric passphrases from being set. Additionally, the use of std::stoi on unvalidated input poses a risk of unhandled exceptions, and a consistency improvement was suggested for handling the tethering frequency property type in the D-Bus communication layer.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🧩 Build Artifacts ✅ The following build artifacts were produced: |
Add tethering-properties setting methods for the technologies. Use unsigned int for storing the frequency. Signed-off-by: Eduardo Gonzalez <eduardo.gonzalez@amarulasolutions.com>
Signed-off-by: Eduardo Gonzalez <eduardo.gonzalez@amarulasolutions.com>
Signed-off-by: Eduardo Gonzalez <eduardo.gonzalez@amarulasolutions.com>
🧩 Build Artifacts ✅ The following build artifacts were produced: |
Uh oh!
There was an error while loading. Please reload this page.
No description provided.