summaryrefslogtreecommitdiff
path: root/src/devices/wifi/nm-iwd-manager.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-29all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel1-1/+1
2018-10-23wifi/iwd: handle forgetting connection profilesAndrew Zaborowski1-13/+77
2018-10-23wifi/iwd: print warning if known network exists in interface-addedAndrew Zaborowski1-2/+5
2018-10-23wifi/iwd: return existing connection from mirror_8021x_connectionAndrew Zaborowski1-7/+25
2018-09-19wifi/iwd: don't save secrets in mirror NM connectionsAndrew Zaborowski1-1/+10
2018-09-19wifi/iwd: access Network objects through ObjectManagerAndrew Zaborowski1-0/+15
2018-09-07wifi/iwd: fix leaking agent DBus objectsAndrew Zaborowski1-22/+31
2018-09-05wifi/iwd: fix tracking of IWD-side known networksThomas Haller1-55/+66
2018-09-05wifi/iwd: various minor cleanups in nm-iwd-manager.cThomas Haller1-13/+15
2018-09-05wifi/iwd: use NMHashState (siphash24) for hashingThomas Haller1-1/+6
2018-09-05wifi/iwd: in manager's interface_added() ensure known-network ID is not wrong...Thomas Haller1-1/+1
2018-09-05wifi/iwd: Create connections for IWD-side known networksAndrew Zaborowski1-1/+126
2018-09-05wifi/iwd: Track known networks using interface-added/-removed signalsAndrew Zaborowski1-22/+95
2018-09-05wifi/iwd: Convert manager.known_networks to a GHashTableAndrew Zaborowski1-19/+39
2018-09-05wifi/iwd: Drop nm_iwd_manager_network_connectedAndrew Zaborowski1-16/+0
2018-09-05wifi/iwd: Drop usage of the KnownNetworks IWD APIAndrew Zaborowski1-88/+0
2018-09-05wifi/iwd: Check g_dbus_proxy_get_cached_property return valuesAndrew Zaborowski1-30/+35
2018-07-13wifi/ifd: Allow D-Bus activation to launch iwdJan Alexander Steffens (heftig)1-1/+1
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-14/+14
2018-06-22wifi/iwd: downgrade error levels for agent-request failuresThomas Haller1-6/+6
2018-06-22wifi/iwd: fix leaking name-owner in agent_dbus_method_cb()Thomas Haller1-2/+3
2018-06-22wifi/iwd: don't check return value for nm_utils_random_bytes()Thomas Haller1-9/+2
2018-06-22iwd: handle new secret request types from IWD agentAndrew Zaborowski1-56/+62
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-04-04device/trival: rename NMIwdManagerPrivate.nm_manager field to "manager"Thomas Haller1-9/+9
2018-04-04core: add macro for iterating CList of devices of NMManagerThomas Haller1-8/+6
2018-03-27core: track devices in manager via embedded CListThomas Haller1-5/+4
2018-03-05iwd: fix device-added signal handler signatureAndrew Zaborowski1-2/+2
2018-03-05iwd: Only request secrets on request from IWDAndrew Zaborowski1-12/+5
2018-02-09wifi/iwd: make NMIwdManager:dispose() reentrantThomas Haller1-2/+4
2018-02-09iwd: avoid duplicate nm_device_iwd_set_dbus_object callAndrew Zaborowski1-0/+3
2018-02-09iwd: recreate GDbusObjectManagerClient on reconnectAndrew Zaborowski1-21/+27
2018-02-09iwd: keep reference to NMManager, disconnect signalsAndrew Zaborowski1-14/+11
2017-12-21iwd: Track IWD Known NetworksAndrew Zaborowski1-15/+159
2017-12-13devices/wifi: Register an IWD PSK agent on dbusAndrew Zaborowski1-1/+205
2017-12-13devices/wifi: Track IWD devices, match to NMDeviceIwd objectsAndrew Zaborowski1-0/+348