summaryrefslogtreecommitdiff
path: root/libnm/nm-access-point.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-access-point.h')
-rw-r--r--libnm/nm-access-point.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-access-point.h b/libnm/nm-access-point.h
index 6991c19ac..24208fa8a 100644
--- a/libnm/nm-access-point.h
+++ b/libnm/nm-access-point.h
@@ -46,6 +46,7 @@ G_BEGIN_DECLS
#define NM_ACCESS_POINT_MODE "mode"
#define NM_ACCESS_POINT_MAX_BITRATE "max-bitrate"
#define NM_ACCESS_POINT_STRENGTH "strength"
+#define NM_ACCESS_POINT_LAST_SEEN "last-seen"
/* DEPRECATED */
#define NM_ACCESS_POINT_HW_ADDRESS "hw-address"
@@ -73,6 +74,8 @@ guint32 nm_access_point_get_frequency (NMAccessPoint *ap);
NM80211Mode nm_access_point_get_mode (NMAccessPoint *ap);
guint32 nm_access_point_get_max_bitrate (NMAccessPoint *ap);
guint8 nm_access_point_get_strength (NMAccessPoint *ap);
+NM_AVAILABLE_IN_1_0_6
+gint nm_access_point_get_last_seen (NMAccessPoint *ap);
GPtrArray * nm_access_point_filter_connections (NMAccessPoint *ap,
const GPtrArray *connections);