Bug 1336495

Summary: dbus: Expose interface globals via D-Bus properties - 2.5 backport
Product: [Fedora] Fedora Reporter: poma <pomidorabelisima>
Component: wpa_supplicantAssignee: Lubomir Rintel <lkundrak>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: blueowl, dcbw, lkundrak, lrintel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-23 13:30:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Expose interface globals via D-Bus properties
none
Expose interface globals via D-Bus properties v2 none

Description poma 2016-05-16 15:59:24 UTC
Created attachment 1158011 [details]
Expose interface globals via D-Bus properties

Description of problem:
Enhancement actually

Version-Release number of selected component (if applicable):
wpa_supplicant v2.5

How reproducible:
Depends on meteorological forecasts

Steps to Reproduce:
1. Apply respective config
2. Run application
3. Return

Actual results:
Interface globals non-exposed via D-Bus properties

Expected results:
Interface globals -exposed- via D-Bus properties

Additional info:
building process:
...
dbus/dbus_new.c: In function 'wpa_dbus_ctrl_iface_props_init':
dbus/dbus_new.c:3551:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   desc->getter = wpas_dbus_getter_iface_global;
                ^
dbus/dbus_new.c:3552:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   desc->setter = wpas_dbus_setter_iface_global;
                ^
...

Comment 1 poma 2016-05-17 12:26:10 UTC
Comment on attachment 1158011 [details]
Expose interface globals via D-Bus properties

Today's weather forecast - Sleet showers with thunder

Comment 2 poma 2016-05-17 23:33:39 UTC
Created attachment 1158550 [details]
Expose interface globals via D-Bus properties v2

2.5 backport - dbus:
- Pass property description to  getters/setters
- Expose interface globals via D-Bus properties

Comment 3 Jan Kurik 2016-07-26 04:35:07 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle.
Changing version to '25'.

Comment 4 Lubomir Rintel 2016-11-23 13:30:57 UTC
Why would we do this?