Add WifiWrapper class to support multiple callbacks in one process 93/69593/2
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 16 May 2016 04:50:50 +0000 (13:50 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 16 May 2016 06:12:44 +0000 (15:12 +0900)
commit0cc2eedb8fe7c68bb359783208cbaceb45de6c50
tree2af791098179de62521e5dab0d50c3fcd1f3c6e1
parent41ec4e106979a84b2b461b3edbd1f60fb3329524
Add WifiWrapper class to support multiple callbacks in one process

Wifi Native API assumes single session in one process.
This wrapper walkarounds this limitation.

Change-Id: Ibd5227d9ce24a76f719d05a8a709b832afb5e2ed
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/shared/CMakeLists.txt
src/shared/WifiWrapper.cpp [new file with mode: 0644]
src/shared/WifiWrapper.h [new file with mode: 0644]