[Enrollee] API name modification as per IoTivity coding standard
[platform/upstream/iotivity.git] / service / easy-setup / enrollee / tizen / wifi / softapnative.h
index a72410e..10774ed 100644 (file)
@@ -44,10 +44,13 @@ typedef void (*SoftAPCallbackNative)(int result, const char *ip, const char* mac
  * This API creats the Soft AP using the platform specific native system calls.
  * @Note This API to be implemented by the OEM if Enrollee device SoC supports SoftAP
  *
- * @param networkType          NetworkType on which OnBoarding has to be performed.
- * @param ssid                 SSID of the target SoftAP network to which the Enrollee is connecting.
- * @param passwd               Password of the target SoftAP network to which the Enrollee is connecting
- * @param SoftAPCallbackNative EventCallback for for updating the Enrollee OnBoarding status result to the application
+ * @param networkType           NetworkType on which OnBoarding has to be performed.
+ * @param ssid                  SSID of the target SoftAP network to which the Enrollee is
+ *                              connecting.
+ * @param passwd                Password of the target SoftAP network to which the Enrollee is
+ *                              connecting
+ * @param SoftAPCallbackNative  EventCallback for for updating the Enrollee OnBoarding status
+ *                              result to the application
  */
 
 void ESCreateSoftapNative(const char * ssid, const char* passwd, SoftAPCallbackNative cb);