update ARP dummy plugin 57/205757/1
authorsaerome.kim <saerome.kim@samsung.com>
Thu, 9 May 2019 04:47:32 +0000 (13:47 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 9 May 2019 04:58:49 +0000 (13:58 +0900)
commit29c4ce2d65bbf6f33c58028ad0b52d60c8d77865
treeca14bb1cc4506bc8033c87800a7c56aee42a1a4e
parent6111a44f5538ff36e461707613a3bc439c972bd4
update ARP dummy plugin

- This plugin simply serves to send ARP Request to devices
  that know IP and MAC addresses to unicast.

- If there is an ARP response, the PRESENCE detection is notified.
  If there is no ARP response, the ABSENCE detection is notified.

- Known Issue) In the case of Google Wi-Fi,
  ARP Response is sent to the MAC address of the mobile device
  that has been disconnected for a certain period of time
  even if the mobile device is disconnected.

Change-Id: I8e1ba2520d889c28766a53188717f93ba320538f
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
CMakeLists.txt
include/log.h
include/wifi-networkmanager.h [new file with mode: 0644]
include/wifi-plugin-util.h [new file with mode: 0644]
include/wifi-plugin.h [new file with mode: 0644]
include/wifi-scan.h [new file with mode: 0644]
packaging/ua-plugin-wifi-dummy.spec
src/wifi-networkmanager.c [new file with mode: 0644]
src/wifi-plugin.c
src/wifi-scan.c [new file with mode: 0644]
src/wifi-util.c [new file with mode: 0644]