summaryrefslogtreecommitdiff
path: root/src/wimax
AgeCommit message (Expand)AuthorFilesLines
2012-10-02core: implement NMDevice::state-changed more idiomaticallyDan Winship1-3/+3
2012-10-02core: remove "real_" prefix from method implementation namesDan Winship1-39/+39
2012-08-15core: add AvailableConnections property for NMDevice objectsNathanael D. Noblet1-0/+22
2012-08-06wimax: add missing copyright headerDan Williams1-0/+19
2012-08-06build: fix up includes; prefer builddir over srcdirDan Williams1-0/+3
2012-03-12Fix names of error enum valuesDan Winship1-4/+4
2012-03-01core: extend nm_device_hwaddr_matches() to match specific addressesDan Williams1-2/+10
2012-02-16core: add NMDevice hwaddr_matches() class methodDan Williams1-0/+22
2012-02-15Use glib-mkenums to generate enum typesDan Winship3-37/+12
2012-02-09core: make NMActiveConnection a base class for NMActRequest and NMVPNConnectionDan Williams1-1/+1
2011-12-06trivial: add nm_device_get_connection()Thomas Graf1-1/+1
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf1-1/+1
2011-12-02core: add device factory infrastructure and make WiMAX a pluginDan Williams2-5/+67
2011-12-02core: kill NMDeviceInterfaceDan Williams1-1/+0
2011-12-02core: move NMDeviceInterface properties and methods to nm-device.cDan Williams1-6/+6
2011-12-02core: move nm_device_interface_set_enabled() to nm-device.cDan Williams1-11/+3
2011-12-02core: kill IS_ACTIVATING_STATE()Dan Williams1-4/+2
2011-12-02core: kill nm_device_interface_get_state()Dan Williams1-4/+4
2011-11-17libnm-util: add ether_ntoa/ether_aton-like utility methodsDan Winship1-1/+2
2011-11-14wimax: include $(LIBNL_CFLAGS) in CFLAGS because nm-device-wimax.c needs nm-s...Thomas Graf1-1/+2
2011-10-28wimax: fix link timeout intervalDan Williams1-1/+1
2011-09-30core: Include <linux/if.h> instead of <net/if.h>Thomas Graf2-17/+10
2011-09-21wimax: log connection progress informationDan Williams3-10/+61
2011-09-19wimax: more verbose interface add/remove loggingDan Williams1-24/+34
2011-09-07wimax: fix connect-during-scan after d4ff43bc1eaf0e0548c778fdd5fa86e1b9cf3b76Dan Williams1-1/+2
2011-09-07wimax: fix Active NSP notification issueDan Williams1-12/+17
2011-07-22core: convert up/down check to netlink and use interface index not ifaceDan Williams1-1/+1
2011-07-22core: use interface indexes moreDan Williams1-2/+2
2011-05-11wimax: make sure current NSP is cleared when appropriateDan Williams1-2/+6
2011-05-11wimax: don't attempt to connect while device is scanningDan Williams1-14/+40
2011-04-01wimax: handle device removal when the WiMAX Network Service goes awayDan Williams1-11/+28
2011-03-17wimax: log a message when connecting to an NSPDan Williams1-5/+11
2011-03-15wimax: use setting accessor helpersDan Williams1-6/+6
2011-03-11wimax: fix dbus-glib assert when wimax strength overflowsDan Williams2-2/+2
2011-02-25core: don't autocomplete non-IPv6-capable connections with IPv6 enabledDan Williams1-1/+2
2011-02-24core: consolidate deactivation methodsDan Williams1-2/+2
2011-02-23libnm-util: remove nm_warning/nm_info/nm_error macrosDan Williams1-4/+1
2011-01-13core: move generic connection complete function to a generic locationDan Williams1-5/+5
2011-01-12wimax: add connection completion functionDan Williams1-0/+115
2011-01-06wimax: add Center Frequency, RSSI, CINR, TX Power, and BSID propertiesDan Williams4-3/+251
2011-01-05build: make WiMAX support optionalDan Williams2-3/+2
2011-01-05wimax: logging cleanupDan Williams1-14/+29
2011-01-05wimax: only update NSP properties if they've changedDan Williams1-9/+16
2011-01-05wimax: poll connected network signal strengthDan Williams1-6/+59
2011-01-05wimax: turn off wimaxd's fast reconnect logicDan Williams3-0/+23
2011-01-05wimax: fix debug log format stringDan Williams1-1/+1
2011-01-05wimax: release and renew DHCP lease when requested by wimaxdDan Williams1-2/+10
2011-01-05wimax: if the device is connected at startup, force it to disconnectDan Williams1-16/+30
2011-01-05Revert "wimax: if the device is connected at startup, force it to disconnect"Dan Williams1-30/+16
2011-01-05wimax: if the device is connected at startup, force it to disconnectDan Williams1-16/+30