NetworkManager/src/platform/wifi
Thomas Haller 7042cd5e19 platform: cleanup error paths
- drop "goto error_label" in favor of returning right away.
  At most places, there was no need to do any cleanup or
  the cleanup is handled via nm_auto().

- adjust the return types of wireguard functions to return
  a boolean success/failure, instead of some error code which
  we didn't use.

- the change to _wireguard_get_link_properties() is intentional.
  This was wrong previously, because in _wireguard_get_link_properties()
  obj is always a newly created instance, and never has a genl
  family ID set. This will be improved later.
2018-09-07 11:24:17 +02:00
..
nm-wifi-utils-nl80211.c platform: cleanup error paths 2018-09-07 11:24:17 +02:00
nm-wifi-utils-nl80211.h platform: move the management of the genl socket to linux-platform 2018-06-26 16:21:54 +02:00
nm-wifi-utils-private.h platform/wifi: turn NMWifiUtils into a GObject 2018-06-26 16:21:54 +02:00
nm-wifi-utils-wext.c wifi: don't use GBytesArray for NMWifiAP's ssid 2018-08-22 10:49:34 +02:00
nm-wifi-utils-wext.h platform/wifi: turn NMWifiUtils into a GObject 2018-06-26 16:21:54 +02:00
nm-wifi-utils.c platform: move the management of the genl socket to linux-platform 2018-06-26 16:21:54 +02:00
nm-wifi-utils.h platform: move the management of the genl socket to linux-platform 2018-06-26 16:21:54 +02:00