summaryrefslogtreecommitdiffstats
path: root/network/wifiadapter.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Re-enable network supportmarlin_12.92.0marlin/12.92.012.92.0Scott Murray1-16/+13
Rework network support code to use new connman-glib library instead of the previously disabled agl-service-network API. The only user visible change is that a few extra previously exported header files have been pruned from installation to avoid exposing GLib usage and potentially requiring users needing to build against it. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Iab8f3c9d04ee603e06b80dfd92ac03d9d52af477
2019-06-18network: add wired adapter & modelRaquel Medina1-0/+69
-Add WiredAdapter implementation -Add WiredNetworkModel implementation Bug-AGL: SPEC-2293 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: Ibed93ae3a3cca1bc8e7a23c872c7ab3b8271e586