NetworkManager/src/devices/wifi
Thomas Haller 29a53b1cd7 supplicant: merge NEW_BSS signal with BSS_UPDATED
Before, the NEW_BSS signal was not careful to emit the signal only when the BSS
is seen for the first time. Consequently, supplicant_iface_new_bss_cb() checked
whether it already knows about the new BSS.

Merge NEW_BSS and BSS_UPDATED. Now we emit BSS_UPDATED when either the
BSS is new or changed.

Also, in supplicant_iface_new_bss_cb() (now supplicant_iface_bss_updated_cb())
no longer constructs an @ap instance if we have a @found_ap.

In some situations there can be a value of having a separate ADD signal.
But only when there the consumers care, and if the consumers can trust that
ADD is not just an UPDATE. The only consumer doesn't care and it not not be
trusted, so merge the signals.
2017-02-17 14:41:26 +01:00
..
tests build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nm-device-olpc-mesh.c device: refactor pending-action strings as named defines 2017-02-10 14:40:23 +01:00
nm-device-olpc-mesh.h build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nm-device-wifi.c supplicant: merge NEW_BSS signal with BSS_UPDATED 2017-02-17 14:41:26 +01:00
nm-device-wifi.h build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nm-wifi-ap.c device/wifi: ensure consistent timestamp for dumping Wi-Fi AP 2017-02-10 14:40:24 +01:00
nm-wifi-ap.h device/wifi: ensure consistent timestamp for dumping Wi-Fi AP 2017-02-10 14:40:24 +01:00
nm-wifi-factory.c build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nm-wifi-utils.c wifi: rename NMAccessPoint to NMWifiAP 2016-10-06 20:35:05 +02:00
nm-wifi-utils.h wifi: rename NMAccessPoint to NMWifiAP 2016-10-06 20:35:05 +02:00