http://defect.opensolaris.org/bz/show_bug.cgi?id=11297
--- Comment #4 from Anurag S. Maskey <Anurag.Maskey at Sun.COM> 2009-10-01
18:22:28 UTC ---
One thing I noticed is that if we're connected to a wifi network, we do not
attempt to connect to a higher priority wifi network. When trying to find the
best wifi network in find_best_wlan_cb(),
/*
* If we're >= scan level, don't pick another AP if still connected.
*/
if (curr_strength >= wireless_scan_level &&
link->nwamd_link_wifi_connected) {
free(name);
return (1);
}
which means that wlans with higher priorities are ignored. What's the
reasoning behind this design?
If a user were to add a new know wlan, then it gets the highest priority but it
is never connected to because of the above code blurb.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.