Skip to content

Commit

Permalink
Add comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Nov 22, 2023
1 parent b21ce2e commit bc9a3f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/wpa-controller/include/Wpa/WpaCommandStatus.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

namespace Wpa
{
/**
* @brief Representation of the "STATUS" command.
*/
struct WpaCommandStatus :
public WpaCommand
{
Expand Down
3 changes: 3 additions & 0 deletions linux/wpa-controller/include/Wpa/WpaResponseStatus.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

namespace Wpa
{
/**
* @brief Representation of the response to the "STATUS" command.
*/
struct WpaResponseStatus
: public WpaResponse
{
Expand Down

0 comments on commit bc9a3f7

Please sign in to comment.