* @since_tizen 3.0
* @type Positive
* @description Gets ESSID (Extended Service Set Identifier).
- * @scenario Check AP validity and get essid from AP infomation. Check the status and
+ * @scenario Check AP validity and get essid from AP information. Check the status and
* delete essid.
*/
int utc_wifi_manager_ap_get_essid_p(void)
* @since_tizen 4.0
* @type Positive
* @description Gets raw SSID (Service Set Identifier).
- * @scenario Check AP validity and get raw ssid from AP infomation. Check the status and
+ * @scenario Check AP validity and get raw ssid from AP information. Check the status and
* delete raw ssid.
*/
int utc_wifi_manager_ap_get_raw_ssid_p(void)
* @since_tizen 3.0
* @type Positive
* @description Gets BSSID (Basic Service Set Identifier).
- * @scenario Check AP validity and get bssid from AP infomation. Check the return value
+ * @scenario Check AP validity and get bssid from AP information. Check the return value
* and free the bssid
*/
int utc_wifi_manager_ap_get_bssid_p(void)
* @since_tizen 3.0
* @type Positive
* @description Gets the RSSI.
- * @scenario Check AP validity and get RSSI from AP infomation. Check the return value.
+ * @scenario Check AP validity and get RSSI from AP information. Check the return value.
*/
int utc_wifi_manager_ap_get_rssi_p(void)
{
* @since_tizen 4.0
* @type Positive
* @description Gets the RSSI level.
- * @scenario Check AP validity and get RSSI level from AP infomation. Check the return value.
+ * @scenario Check AP validity and get RSSI level from AP information. Check the return value.
*/
int utc_wifi_manager_ap_get_rssi_level_p(void)
{
* @since_tizen 3.0
* @type Positive
* @description Gets the frequency band (MHz).
- * @scenario Check AP validity and get frequesncy band from AP infomation.
+ * @scenario Check AP validity and get frequesncy band from AP information.
* Check the return value.
*/
int utc_wifi_manager_ap_get_frequency_p(void)
* @since_tizen 3.0
* @type Positive
* @description Gets the max speed (Mbps)
- * @scenario Check AP validity and get max speed from AP infomation. Ensure no error.
+ * @scenario Check AP validity and get max speed from AP information. Ensure no error.
*/
int utc_wifi_manager_ap_get_max_speed_p(void)
{
* @since_tizen 3.0
* @type Positive
* @description brief Sets the proxy address.
- * @scenario Set proxy adress in AP info. Ensure no error.
+ * @scenario Set proxy address in AP info. Ensure no error.
*/
int utc_wifi_manager_ap_set_proxy_address_p(void)
{
* @since_tizen 3.0
* @type Positive
* @description Gets the Wi-Fi security mode.
- * @scenario Get security mechanism used for the conneciton. Ensure no error.
+ * @scenario Get security mechanism used for the connection. Ensure no error.
*/
int utc_wifi_manager_ap_get_security_type_p(void)
{
* @since_tizen 3.0
* @type Negative
* @description Verify wifi_manager_ap_set_encryption_type by passing invalid parameters(ap, encryption_type).
- * @scenario Pass invalid AP info and other parameters to ensure WiFi encyption type is not set.
+ * @scenario Pass invalid AP info and other parameters to ensure WiFi encryption type is not set.
* Return value should be WIFI_MANAGER_ERROR_INVALID_PARAMETER.
*/
int utc_wifi_manager_ap_set_encryption_type_n(void)
* @since_tizen 3.0
* @type Positive
* @description Sets the EAP auth type of Wi-Fi.
- * @scenario Set EAP authenticaiton type in AP info. Ensure no error.
+ * @scenario Set EAP authentication type in AP info. Ensure no error.
*/
int utc_wifi_manager_ap_set_eap_auth_type_p(void)
{
* @since_tizen 3.0
* @type Positive
* @description Initializes Wi-Fi Manager.
- * @scenario Initialize Wi-Fi Manager. If alreay initialized, deinitialize and initialize again.
+ * @scenario Initialize Wi-Fi Manager. If already initialized, deinitialize and initialize again.
*/
int utc_wifi_manager_initialize_p(void)
{
* @since_tizen 3.0
* @type Positive
* @description Registers the callback called when the connection state is changed.
- * @scenario Callback is triggered when the device is connected or disconneted.
+ * @scenario Callback is triggered when the device is connected or disconnected.
*/
int utc_wifi_manager_set_connection_state_changed_cb_p(void)
{
* @type Positive
* @description Refreshes the access point information.
* @scenario When Wi-Fi scan is initiated, Callback will be triggered on scan completion.
- * When Wi-Fi is activated, Scan will be initated and callback will be triggered on scan done.
+ * When Wi-Fi is activated, Scan will be initiated and callback will be triggered on scan done.
*/
int utc_wifi_manager_scan_p(void)
{
* @type Positive
* @description Gets the handle of the connected access point.
* @scenario When Wi-Fi is connected, connected APs will be returned.
- * When Wi-Fi is not connected, Initate Scan and ensure no error.
+ * When Wi-Fi is not connected, Initiate Scan and ensure no error.
* When AP is found, initiate connection and get the connected AP.
*/
int utc_wifi_manager_get_connected_ap_p(void)