RE: [PATCH resend v1] Fix missing and empty WiFi APs issueafterkill/restart

2011-01-06 Thread Marcel Holtmann
Hi Leena, > >>> - interface_bss_added(iter, interface); > >>> + interface_bss_added_with_keys(iter, interface); > >>> } > > > >>I am not so thrilled about the naming here. Could we just not check if > >>the extra iter with keys is present? > > > >For both the cases we have a next DBusMessageItera

RE: [PATCH resend v1] Fix missing and empty WiFi APs issueafterkill/restart

2011-01-06 Thread leena.gunda
Hi Marcel, >>> - interface_bss_added(iter, interface); >>> + interface_bss_added_with_keys(iter, interface); >>> } > >>I am not so thrilled about the naming here. Could we just not check if >>the extra iter with keys is present? > >For both the cases we have a next DBusMessageIterator. >- Fo