NetworkManager/src/tests
Dan Williams c7d1bf18c4 wifi: fix connection completion when no wifi setting is sent
In NMDeviceWifi's real_complete_connection() the wifi setting
was looked up at the start of the function, but if no wifi
setting was sent by the caller, it would be NULL.  The wifi
setting would later get added by nm_ap_utils_complete_connection(),
but after calling that the new wifi setting would not be looked
up again.  Make that clearer by moving the wifi setting add code
to the wifi device's real_complete_connection() and not burying
it in some other function.  This is more like what other device
types do.
2011-04-11 11:42:12 -05:00
..
Makefile.am test: add missing test dependency 2011-03-30 11:09:49 -05:00
test-dhcp-options.c dhcp: add support for Fedora dhclient RFC3442 routes (rh #639935) 2010-10-21 13:34:40 -05:00
test-policy-hosts.c trivial: turn off debug messages in /etc/hosts testcase 2011-03-03 18:51:55 -06:00
test-secret-agent.py use /usr/bin/env instead of /bin/env 2011-03-29 01:00:47 +02:00
test-wifi-ap-utils.c wifi: fix connection completion when no wifi setting is sent 2011-04-11 11:42:12 -05:00