Add API : tethering_wifi_set_ssid()
authorSeungyoun Ju <sy39.ju@samsung.com>
Sat, 16 Feb 2013 04:52:23 +0000 (13:52 +0900)
committerSeungyoun Ju <sy39.ju@samsung.com>
Sat, 16 Feb 2013 04:52:23 +0000 (13:52 +0900)
commit4d7f1432fd8ccd6cc845175f46f452d130c8600a
tree1597d5f5464bd7945ab527c47026bc1e5f088f7a
parent368e40aaa50c7bbb8b953bb57e8c580261476370
Add API : tethering_wifi_set_ssid()

- Issues
  There is no way to set SSID.

- Fix description
  SSID is saved in Tethering handle and when Wi-Fi tethering is enabled, the saved SSID is used.
  Because basic concept of SSID is the use of system's device name (e.g. Redwood),
  so per-handle SSID implementation is required. If application sets SSID and enables tethering,
  given SSID is used. Otherwise, system's device name is used as SSID.

Change-Id: I751cc59b7eba8219b86a2e7cf1ebf11e282ad7fc
include/tethering.h
include/tethering_private.h
src/tethering.c
test/tethering_test.c