Problem with BSS properties
Dan Williams
dcbw
Fri Dec 25 11:29:18 PST 2009
On Fri, 2009-12-25 at 03:37 -0800, Marcel Holtmann wrote:
> Hi guys,
>
> so I am heavily toying with the new D-Bus API right now and I found some
> weird behavior with within the BSS interface. So basically every BSS
> object contains one property with the name "Properties". That is just
> stupid and I hope it is just a bug.
>
> We should actually put the BSS properties as real properties of the BSS
> interface. Then the PropertiesChanged signal could be doing something
> meaningful and actually indicate signal strength changes etc.
I think that's what the spec from last summer originally had actually;
maybe the implementation just got mixed up. I see that I perhaps didn't
make the spec completely clear:
O: /fi/w1.wpa_supplicant1/Interfaces/<interface_number>/BSSs/<BSSID>
I: fi.w1.wpa_supplicant1.Interface.BSS
P: <BSS properties - identical to old API BSSID properties> (read-only)
But yeah, each BSSID property should just be exposed as a property of
the object instead of a "Properties" property as a dict as you say.
Dan
More information about the Hostap
mailing list