Private SSID is considered
authorSeungyoun Ju <sy39.ju@samsung.com>
Sat, 16 Feb 2013 04:25:59 +0000 (13:25 +0900)
committerSeungyoun Ju <sy39.ju@samsung.com>
Sat, 16 Feb 2013 04:25:59 +0000 (13:25 +0900)
commit11e65f55d94af262366a549526b7aa8cf5ed78a3
treee8b41877ed83b7f90dc406c1b3bfa65cb7c697f1
parentdd21f4304b20deb8a097e1aab97860047657ead3
Private SSID is considered

- Issues
  There is no way to set SSID from application.
  "Group Play" client tries to connect to AP which has special SSID.
  There will be similar requirements to implement auto connection feature
  between Wi-Fi AP and station

- Fix description
  Basically device name is used as SSID. But if private SSID is passed through dbus call,
  it is used.

  In tethering_get_wifi_tethering_ssid,
  when Tethering is turned off, device name is returned as SSID;
  when Tethering is turned on, the SSID, which was used to turn on tethering, is returned.

Change-Id: Ia27353693d9b009aed8853b997f35aef86c1a4e6
src/mobileap_wifi.c