summaryrefslogtreecommitdiffstats
path: root/binding-wifi
AgeCommit message (Collapse)AuthorFilesLines
2017-12-14binding: wifi: set initial Wi-Fi HMI stateMatt Ranostay1-1/+29
Wait for homescreen service to become active and set initial Wi-Fi state Bug-AGL: SPEC-1197 Change-Id: I46c9eeb14b392b4cc6e580d6dd86695849c59484 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-12-14binding: wifi: disable WiFi HMI status iconMatt Ranostay1-1/+1
When Wi-Fi is turned off disable the Homescreen icon, and display zero bars Bug-AGL: SPEC-1197 Change-Id: Ic3c3c602acb964a5f2094b8b5c16f8ecbe5e2f68 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-08-11binding: wifi: switch from qmake to cmakeeel_4.99.3eel_4.99.2eel_4.99.1eel/4.99.3eel/4.99.2eel/4.99.14.99.34.99.24.99.1Matt Ranostay7-18/+43
Switch from legacy qmake to cmake to build binding Bug-AGL: SPEC-823 Change-Id: I55532be199415a4d4adb441446c1143da9ef8edf Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-08-09binding: wifi: make exposed verbs more consistent with other bindingsMatt Ranostay1-140/+47
Remove client requirement they register new events, and make subscription verbs more consistent with other bindings Bug-AGL: SPEC-820 Change-Id: I12ab2582436b3856c52b809183047d764d0bf9c9 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-08-08binding: wifi: switch to v2 binding formatMatt Ranostay5-97/+80
Update functions and structure to use the new version 2 of the afm binder framework Bug-AGL: SPEC-816 Change-Id: I4fafc4e2302991dc895a1938f88754ace1a6360e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-06-30binding: wifi: make system wide serviceMatt Ranostay8-0/+1681
Allow WiFi binding to be build separately and installed as a system wide service Bug-AGL: SPEC-661 SPEC-715 Change-Id: Id9eb9d9efae3f0bc3ab00641eb26cd1b5dae9d53 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>