[PATCH v2 0/3] Simplify settings save code
by Daniel Wagner
Start with an empty kefile for storing the current configuration. Thus
we can drop the configuration update code. While at it also refactor
the keyfile code in ipconfig and save around 1k of code.
Daniel Wagner (3):
service: Store configuration in empty keyfile
ipconfig: Refactor keyfile store and load operations
storage: Remove unused __connman_storage_open_service()
src/connman.h | 5 +-
src/ipconfig.c | 269 ++++++++++++++++++++++++++-----------------------
src/service.c | 59 ++++-------
src/storage.c | 22 ----
4 files changed, 161 insertions(+), 194 deletions(-)
--
2.24.1
1 year
[RFC v0 0/8] Update iwd plugin
by Daniel Wagner
This contains only changes the D-Bus parsing code. Not the complete
iwd API is here yet, but most important stuff is updated.
As soon this stuff is stable we can start to enable more features.
Daniel Wagner (8):
iwd: Parse SupportedModes from adapter proxy
iwd: Update device object
iwd: Add KnownNetwork support
iwd: Add KnownNetwork property to struct iwd_network
iwd: Add Station API support
iwd: Add AdHoc API support
iwd: Add AccessPoint API support
iwd: Re-add update_signal_strenght()
plugins/iwd.c | 600 +++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 501 insertions(+), 99 deletions(-)
--
2.24.1
1 year