aboutsummaryrefslogtreecommitdiff
path: root/src/web/web-service/wpan_service.hpp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-03 15:52:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-03 15:52:58 +0000
commitf9055633b0e8642869404f8598d6b12260bdeaaf (patch)
tree71aaa03f4550146976967c79fa0a109ad00b93ec /src/web/web-service/wpan_service.hpp
parent16b861c374c60830e369f58cff33a5b5349f9e5c (diff)
parent943382cf28dccd0527094011080cc6f2a8c109cc (diff)
downloadot-br-posix-android14-mainline-adbd-release.tar.gz
Snap for 10428683 from 943382cf28dccd0527094011080cc6f2a8c109cc to mainline-adbd-releaseaml_adb_340912530aml_adb_340912350aml_adb_340912200aml_adb_340912000android14-mainline-adbd-release
Change-Id: I0f803e7067276e0baf236def7a84729fbd4dc930
Diffstat (limited to 'src/web/web-service/wpan_service.hpp')
-rw-r--r--src/web/web-service/wpan_service.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/web/web-service/wpan_service.hpp b/src/web/web-service/wpan_service.hpp
index 569fc2d2..11af3096 100644
--- a/src/web/web-service/wpan_service.hpp
+++ b/src/web/web-service/wpan_service.hpp
@@ -148,7 +148,7 @@ public:
/**
* This method sets the Thread interface name.
*
- * @param[in] aIfName The pointer to the Thread interface name.
+ * @param[in] aIfName The pointer to the Thread interface name.
*
*/
void SetInterfaceName(const char *aIfName)
@@ -160,12 +160,12 @@ public:
/**
* This method gets status of wpan service.
*
- * @param[inout] aNetworkName The pointer to the network name.
- * @param[inout] aIfName The pointer to the extended PAN ID.
+ * @param[in,out] aNetworkName The pointer to the network name.
+ * @param[in,out] aIfName The pointer to the extended PAN ID.
*
- * @retval kWpanStatus_OK Successfully started the Thread service.
- * @retval kWpanStatus_Offline Not started the Thread service.
- * @retval kWpanStatus_Down The Thread service was down.
+ * @retval kWpanStatus_OK Successfully started the Thread service.
+ * @retval kWpanStatus_Offline Not started the Thread service.
+ * @retval kWpanStatus_Down The Thread service was down.
*
*/
int GetWpanServiceStatus(std::string &aNetworkName, std::string &aExtPanId) const;
@@ -173,8 +173,8 @@ public:
/**
* This method starts commissioner and wait for a device to join
*
- * @param[in] aPskd Joiner pskd
- * @param[in] aNetworkPassword Network password
+ * @param[in] aPskd Joiner pskd
+ * @param[in] aNetworkPassword Network password
*
* @returns The string to the http response of getting available networks.
*