Name: ug-setting-wifidirect-efl
Summary: Wi-Fi Direct setting UI gadget
-Version: 1.11.77
+Version: 1.11.78
Release: 1
Group: Applications/Network
License: Flora-1.1
WFD_APP_LOG(WFD_APP_LOG_LOW, "WPS type: WIFI_DIRECT_WPS_TYPE_PIN_KEYPAD");
wfd_prepare_popup(WFD_POP_APRV_CONNECTION_WPS_KEYPAD_REQ, NULL);
} else {
- WFD_APP_LOG(WFD_APP_LOG_ERROR, "wps_config is unkown!\n");
+ WFD_APP_LOG(WFD_APP_LOG_ERROR, "wps_config is unknown!\n");
break;
}
int res = display_change_state(LCD_NORMAL);
* @param[in] title the pointer to the title of edit field
* @param[in] guide the pointer to the text of guide
* @param[in] single_line whether it can support single line
- * @param[in] is_editable whether it is avaliable to edit
+ * @param[in] is_editable whether it is available to edit
*/
/*static Evas_Object *_add_edit_field(Evas_Object *parent, const char *title, const char *guide, Eina_Bool single_line, Eina_Bool is_editable)
{
/*
* Currently, WiFi Direct OFF is handled at net-config.
* Also, this patch is added to support ON-DEMAND launch destroy popup.
- * This patch will handle 5sec deadlock of popup destory from
+ * This patch will handle 5sec deadlock of popup destroy from
* wfd-manager.
*/
/* wfd_app_client_switch_off(ad); */
goto fail;
}
- DBG(LOG_INFO, "Succesfully, Init Sensor Handle\n");
+ DBG(LOG_INFO, "Successfully, Init Sensor Handle\n");
return;
fail:
}
/**
- * This function let the ug call it when click avaliable peer to connect
+ * This function let the ug call it when click available peer to connect
* @return void
* @param[in] data the pointer to the main data structure
* @param[in] obj the pointer to the evas object
}
/**
- * This function let the ug calculate how many devices are avaliable
+ * This function let the ug calculate how many devices are available
* @return TRUE
* @param[in] ugd the pointer to the main data structure
- * @param[in] dev the pointer to the number of avaliable devices
+ * @param[in] dev the pointer to the number of available devices
*/
static bool __wfd_is_any_device_available(struct ug_data *ugd, int* no_of_available_dev)
{
}
/**
- * This function let the ug create avaliable device list
+ * This function let the ug create available device list
* @return 0
* @param[in] data the pointer to the main data structure
*/