NetworkManager/src/wimax
Nathanael D. Noblet 808136ac02 core: add AvailableConnections property for NMDevice objects
Implements a new property that provides a list of currently
available connections a device could connect to. For example
if a connection for a particular wireless connection exists and
that wireless network appears in the scan list it would show in the
AvailableConnections property of the device.

(dcbw: found a slightly cleaner way to do this; it's a lot like the
check_connection_compatible class method, except it deals with
live network data too.  So convert the subclass methods to
just check additional live network data, and have the base
device class handle adding the connection to the hash and all
the associated signalling.  Also fix a bug where the available
connections were not updated when a device moved from UNAVAILABLE
to available, its available connections were not updated)
2012-08-15 16:50:49 -05:00
..
iwmxsdk.c core: Include <linux/if.h> instead of <net/if.h> 2011-09-30 00:18:24 -05:00
iwmxsdk.h wimax: log connection progress information 2011-09-21 00:30:51 -05:00
Makefile.am build: fix up includes; prefer builddir over srcdir 2012-08-06 17:27:17 -05:00
nm-device-wimax.c core: add AvailableConnections property for NMDevice objects 2012-08-15 16:50:49 -05:00
nm-device-wimax.h Fix names of error enum values 2012-03-12 15:29:52 -04:00
nm-wimax-factory.c core: add device factory infrastructure and make WiMAX a plugin 2011-12-02 13:30:08 -06:00
nm-wimax-nsp.c wimax: add missing copyright header 2012-08-06 17:58:16 -05:00
nm-wimax-nsp.h wimax: Implement WiMAX support 2009-12-18 15:41:27 +02:00
nm-wimax-types.h wimax: Implement WiMAX support 2009-12-18 15:41:27 +02:00
nm-wimax-util.c wimax: make WiMAX mostly work 2011-01-03 23:55:38 -06:00
nm-wimax-util.h wimax: make WiMAX mostly work 2011-01-03 23:55:38 -06:00