Age | Commit message (Collapse) | Author | Files | Lines |
|
Report invalid passphrases to clients via a signal
Bug-AGL: SPEC-2183
Change-Id: I98d34942427bf971663bac23a30be35aa2ae8dea
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
To allow ease of scrolling through WiFi discovery list by sorting
on SSID.
Change-Id: I1a8c369b4215177b93e6c584fd50f12d091de7d4
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-2184
Change-Id: Ic9b4513dd7f63f02a6012170225a4993555006c1
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Remove several deleteLater calls that should have been delete's.
This should solve race conditions that an object calls deleteLater(), and leaves
scope before the QT main loop is called.
Outcome of the race condition is that sometimes the memory allocator reallocates it
to another message and causes a crash.
Bug-AGL: SPEC-1680
Change-Id: Ic83d8c6c204c6e3248bbe9a9def1842e1e384b2b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add a wifiStrength property which exposes the signal strength
of the currently connected network. This is intended to be
used by global status indicators, such as a status bar WiFi
strength indicator.
Bug-AGL: SPEC-1626
Change-Id: I7285b04095bc67278c862fc363a2dfbfff57d44d
Signed-off-by: Matt Porter <mporter@konsulko.com>
|
|
Add the top-level network model. Supports connect, disconnect,
power, and input invokables. Supports high-level WiFi enabled (powered)
and connection status properties. Exposes the ConnMan-managed WiFi
network list to QML.
Bug-AGL: SPEC-1541
Change-Id: I623579aa6753ece4b4c0b78adef528732e1b41f3
Signed-off-by: Matt Porter <mporter@konsulko.com>
|