Hi Cathy, > > I try to get wireless APs round by three method and got 3 different > results. > > 1. When I use "iwlist wlan0 scanning |grep ESSID", I can get several > hidden APs and one broadcast AP "A" > 2. When I use ./test/list-networks, can only get one broadcase AP "A" > 3. When I use ./test/show-introspection to get the wireless APs > around, found there are 3 APs can be listed out, "A", "B" and "C". > B and C are not around and are historic connections, which should > not be detected in fact. > > I can understand that Connman should not show hidden APs to user, so > the hidden APs are invisible, but I don't know why B and C are listed > when call show-introspection. Do you know the reason?
it depends a little bit on the wpa_supplicant configuration. And yes, the hidden APs are not correctly supported right now. I need to better add BSSID and ESSID support to uniquely identify them. Currently we rely on the ESSID. Also in cases where we scan for an access point, even a hidden AP can reveal its ESSID. So this for sure needs some extra work. Regards Marcel _______________________________________________ connman mailing list [email protected] https://lists.moblin.org/mailman/listinfo/connman
