Problem with BSS properties

Witold Sowa witold.sowa at gmail.com
Fri Dec 25 19:51:47 EST 2009


Marcel Holtmann pisze:
>> Jouni was worried of excessive memory usage on embedded devices, but
>> these doesn't use DBus interface. Am I right? I would assume that a
>> system which use wpa_supplicant with DBus interface has quite a lof of
>> RAM and a few additional KBs (even more than 100kB in worst case)
>> shouldn't be a problem. We would copy whole previous scan results but
>> keep in in DBus code (i.e. within #ifdef CONFIG_CTRL_IFACE_DBUS_NEW).
>> That would make code a bit less clean, but we would be able to compare
>> all BSS properties, and Jouni would be happy having limited memory usage.
> 
> I can see the point of the extra memory usage, but what can we do. For
> every device with any kind of visual user interface, we have to keep the
> values somewhere. And I prefer to have these change notification inside
> wpa_supplicant instead of complicating the client code.
> 
I agree - we want to have notifications inside wpa_supplicant. What I
meant was to keep two scan results at the same time only when DBus
support is enabled on compilation time so we won't waste memory when no
DBus interface is available.

Regards,
Witek.


More information about the HostAP mailing list