http://defect.opensolaris.org/bz/show_bug.cgi?id=10905
amaguire <alan.maguire at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CAUSEKNOWN
CC| |alan.maguire at sun.com
AssignedTo|nwam-dev at opensolaris.org |alan.maguire at sun.com
--- Comment #2 from amaguire <alan.maguire at sun.com> 2009-08-26 19:11:06 UTC
---
I think I've found the cause here - for unsecured WLANs, we were going to
NEED_KEY if found_key was false:
if (!found_key) {
nwamd_object_set_state(NWAM_OBJECT_TYPE_NCU,
ncu_obj->nwamd_object_name,
NWAM_STATE_OFFLINE_TO_ONLINE,
NWAM_AUX_STATE_LINK_WIFI_NEED_KEY);
}
However found_key would be false for unencrypted WLANs also.
--
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.
You are the assignee for the bug.