Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow-up to #30511 for missed comments #30535

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <app/server/Server.h>
#include <app/util/attribute-storage.h>
#include <credentials/CHIPCert.h>
#include <lib/core/CHIPConfig.h>
#include <lib/support/SafeInt.h>
#include <lib/support/SortUtils.h>
#include <lib/support/ThreadOperationalDataset.h>
Expand Down
4 changes: 2 additions & 2 deletions src/include/platform/NetworkCommissioning.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ class WiFiDriver : public Internal::WirelessDriver
* @param clientIdentityNetworkIndex If present, the index of the existing network configuration of which the Client
* Identity is to be re-used. Otherwise a new Client Identity shall be generated.
* @param outStatus The application-level status code (Status::kSuccess on success).
* @param outDebugText A debug text buffer that may be populated by the driver when a Status is returned.
* The size of the span must be reduced to the length of text emitted (or 0, if none).
* @param outDebugText A debug text buffer that may be populated by the driver. The size of the span
* must be reduced to the length of text emitted (or 0, if none).
* @param outClientIdentity On success, the Client Identity that was generated or copied, depending on the
* presence of `clientIdentityNetworkIndex`.
* @param outNextworkIndex On success, the index of the network entry that was added or updated.
Expand Down
Loading