diff options
author | Dan Williams <dcbw@redhat.com> | 2015-04-27 12:50:39 -0500 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-04-29 07:51:26 +0200 |
commit | 1e85c3584670c167b36b784f3504f190047b84f8 (patch) | |
tree | 33193b3f2de384c11b45870282a7166a0754cd47 /libnm/nm-access-point.h | |
parent | f3b8285be509ad69fe24c50dad9a2514cd3f5f07 (diff) | |
download | NetworkManager-1e85c3584670c167b36b784f3504f190047b84f8.tar.gz |
libnm: add Wi-Fi AP 'last-seen' property
Diffstat (limited to 'libnm/nm-access-point.h')
-rw-r--r-- | libnm/nm-access-point.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm/nm-access-point.h b/libnm/nm-access-point.h index 6991c19ac6..953a1567c4 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,7 @@ 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); +gint nm_access_point_get_last_seen (NMAccessPoint *ap); GPtrArray * nm_access_point_filter_connections (NMAccessPoint *ap, const GPtrArray *connections); |