Bug 1012309 - Specific object property in Active connection is not updated
Summary: Specific object property in Active connection is not updated
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: NetworkManager
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dan Williams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-26 09:06 UTC by Jan Grulich
Modified: 2013-10-01 16:13 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-26 17:13:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jan Grulich 2013-09-26 09:06:44 UTC
Description of problem:
When I'm connected to a wireless network which is provided by more APs, then specific object property in active connection is set to the one which was used during activation, but when this AP disappears and I'm connected to another one, this property is not updated and points to AP which doesn't exist. I checked it on dbus, where my active connection points to AP number 16, but wireless device points to active AP number 17 so specific object property in my active connection should be updated to AP number 17.

Version-Release number of selected component (if applicable):
[root@fedora jgrulich]# rpm -q NetworkManager
NetworkManager-0.9.8.2-8.git20130709.fc19.x86_64

Actual results:
Specific object property points to previous AP.

Expected results:
Specific object property is updated and points to actually used AP.

Comment 1 Dan Williams 2013-09-26 17:13:28 UTC
While the documentation is somewhat unclear here, the specific object is always the one passed to NetworkManager when the connection was activated, via the ActivateConnection or AddAndActivateConnection dbus methods, and does not change over the lifetime of the connection unless it originally was "/", in which case it is updated to the access point actually used to connect with during activation.

You probably want the "org.freedesktop.NetworkManager.Device.Wireless" interface's "ActiveAccessPoint" property, which will be changed to match the currently associated access point whenever the device roams.

https://projects.gnome.org/NetworkManager/developers/api/09/spec.html#org.freedesktop.NetworkManager.Device.Wireless


API documentation clarified upstream in commit a045c296385ca4937d34c47dcb308e00b8bed983.

Comment 2 Fedora Update System 2013-10-01 16:13:07 UTC
NetworkManager-0.9.9.0-13.git20131001.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/NetworkManager-0.9.9.0-13.git20131001.fc20


Note You need to log in before you can comment on or make changes to this bug.