http://defect.opensolaris.org/bz/show_bug.cgi?id=9795
amaguire <alan.maguire at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ACCEPTED |CAUSEKNOWN
--- Comment #4 from amaguire <alan.maguire at sun.com> 2009-07-21 06:59:54 ---
(In reply to comment #3)
> Created an attachment (id=2243)
--> (http://defect.opensolaris.org/bz/attachment.cgi?id=2243) [details]
> nwamd log
Looking through the log, I can see you've made an explicit WLAN selection for
DarrenLucanLinksys and not specified the BSSSID, which is fine. What's failing
is the part where we retrieve the security mode of the chosen WLAN from the
scan results list. If a full ESSID/BSSID match isn't made, we assume
DLADM_SECMODE_NONE. This case is an ESSID match only.
But this brings up a larger point - for hidden WLANs, the user needs to specify
the security mode, so I think we need a security_mode argument to
nwam_wlan_select(). For connects to visible WLANs, nwamadm and the GUI can
retrieve security mode from the scan results and pass it in - otherwise the
user needs to specify it. Need to enhance the hidden AP code in nwamadm to
support this. I'll file a separate bug for the needed extra argument to
nwam_wlan_select().
--
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.