http://defect.opensolaris.org/bz/show_bug.cgi?id=10084

           Summary: Info from wlan cache is inconsistent with state of
                    system
    Classification: Development
           Product: nwam
           Version: unspecified
          Platform: ANY/Generic
        OS/Version: All
            Status: NEW
 Status Whiteboard: nwam1-build:2009-07-13
          Severity: critical
          Priority: P2
         Component: ON library
        AssignedTo: nwam-dev at opensolaris.org
        ReportedBy: dkenny at opensolaris.org
         QAContact: nwam-dev at opensolaris.org


On startup the GUI expects that the nwam_wlan_t data fetched from the wlan
cache would tell us which wlan is in use when connected.

But this would seem to not be the case, since I'm currently connected, but the
nwam_wlan_t contents don't have any connected flags set to TRUE:


(dbx) print wlans[0..1]       
wlans[0..2] = 
[0] = {
    essid           = "DarrenLucanLinksys"
    bssid           = "0:21:29:94:55:38"
    signal_strength = "weak"
    security_mode   = 3U
    speed           = 108U
    channel         = 1U
    bsstype         = 1U
    keyindex        = 1U
    have_key        = B_FALSE
    selected        = B_FALSE
    connected       = B_FALSE
}
[1] = {
    essid           = "DOVADO"
    bssid           = "0:16:a6:10:1d:18"
    signal_strength = "good"
    security_mode   = 1U
    speed           = 108U
    channel         = 9U
    bsstype         = 1U
    keyindex        = 1U
    have_key        = B_FALSE
    selected        = B_FALSE
    connected       = B_FALSE
}
(dbx) dladm show-wifi  
LINK       STATUS            ESSID               SEC    STRENGTH   MODE   SPEED
ath0       connected         DOVADO              none   good       g      12Mb

-- 
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.

Reply via email to