NetworkManager/src/devices/wifi
Dan Winship ea456aaa81 all: remove use of struct ether_addr / ether_aton()
Lots of old code used struct ether_addr to store hardware addresses,
and ether_aton() to parse them, but more recent code generally uses
guint8 arrays, and the nm_utils_hwaddr_* methods, to be able to share
code between ETH_ALEN and INFINIBAND_ALEN cases. So update the old
code to match the new. (In many places, this ends up getting rid of
casts between struct ether_addr and guint8* anyway.)

(Also, in some places, variables were switched from struct ether_addr
to guint8[] a while back, but some code still used "&" when referring
to them even though that's unnecessary now. Clean that up.)
2014-08-07 12:11:49 -04:00
..
tests libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
exports.ver wifi: make Wi-Fi support a plugin 2014-05-13 12:38:43 -05:00
Makefile.am libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
nm-device-olpc-mesh.c logging: use new logging macros in NMDevice subclasses 2014-08-06 19:22:02 +02:00
nm-device-olpc-mesh.h wifi: make Wi-Fi support a plugin 2014-05-13 12:38:43 -05:00
nm-device-wifi.c all: remove use of struct ether_addr / ether_aton() 2014-08-07 12:11:49 -04:00
nm-device-wifi.h wifi: make Wi-Fi support a plugin 2014-05-13 12:38:43 -05:00
nm-wifi-ap-utils.c all: remove use of struct ether_addr / ether_aton() 2014-08-07 12:11:49 -04:00
nm-wifi-ap-utils.h all: remove use of struct ether_addr / ether_aton() 2014-08-07 12:11:49 -04:00
nm-wifi-ap.c all: remove use of struct ether_addr / ether_aton() 2014-08-07 12:11:49 -04:00
nm-wifi-ap.h all: remove use of struct ether_addr / ether_aton() 2014-08-07 12:11:49 -04:00
nm-wifi-factory.c core: fill in nm-types.h, clean out other headers 2014-07-23 10:56:26 -04:00