NetworkManager/src/settings
Jiří Klimeš 9549c70d94 core: fix auto-connect to hidden SSIDs (rh #707406)
Previously (in NM 0.8.x) most WiFi connection were from user settings service.
And the service updated 'seen-bssids' property when got connected.
But the settings service in 0.9 don't do that. That inhibits auto-connecting to
hidden networks. This commit takes care of updating 'seen-bssids'. However, we
don't want to write out the conection each time it's activated (touching /etc).
So, seen BSSIDs are kept separately from the connection in a look-aside file.

Signed-off-by: Jiří Klimeš <jklimes@redhat.com>
2011-06-08 14:51:27 -05:00
..
plugins settings: ensure transient secrets are ignored when rereading connections (rh #703785) 2011-06-07 18:39:18 -05:00
tests settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
Makefile.am core: consolidate PolicyKit code 2011-05-18 22:20:24 -05:00
nm-agent-manager.c core: treat VPN secrets without flags as system-owned 2011-05-23 13:45:51 -05:00
nm-agent-manager.h settings: return username of agent providing secrets 2011-03-31 18:39:09 -05:00
nm-default-wired-connection.c settings: fix refcount mismatch (bgo #647066) 2011-04-19 00:23:43 -05:00
nm-default-wired-connection.h settings: name the default wired connection "Wired connection x" 2011-03-27 16:57:14 -05:00
nm-inotify-helper.c logging: LOGD_SYS_SET -> LOGD_SETTINGS 2010-12-10 12:32:22 -06:00
nm-inotify-helper.h settings: system-settings -> settings 2010-10-27 20:22:14 -05:00
nm-secret-agent.c core: add nm-secrets-flags.h for secret agent flags typedef 2011-03-29 22:53:22 -05:00
nm-secret-agent.h core: add nm-secrets-flags.h for secret agent flags typedef 2011-03-29 22:53:22 -05:00
nm-settings-connection.c core: fix auto-connect to hidden SSIDs (rh #707406) 2011-06-08 14:51:27 -05:00
nm-settings-connection.h core: fix auto-connect to hidden SSIDs (rh #707406) 2011-06-08 14:51:27 -05:00
nm-settings-error.c settings: add error for already existing UUID 2011-02-09 18:41:17 -06:00
nm-settings-error.h settings: add error for already existing UUID 2011-02-09 18:41:17 -06:00
nm-settings-utils.c settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings-utils.h settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings.c core: fix auto-connect to hidden SSIDs (rh #707406) 2011-06-08 14:51:27 -05:00
nm-settings.h settings: update signal prototypes 2011-01-26 15:24:41 -06:00
nm-system-config-interface.c build: fix return types (bgo #644665) 2011-03-14 01:05:51 -05:00
nm-system-config-interface.h settings: fix plugin capabilities max value 2011-01-31 21:11:18 -06:00