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


Lin Ma <lin.ma at sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CAUSEKNOWN
                 CC|                            |lin.ma at sun.com


--- Comment #1 from Lin Ma <lin.ma at sun.com> 2009-09-01 09:01:33 UTC ---
TYPE         PROFILE        STATE          AUXILIARY STATE
ncp          User           disabled       disabled by administrator
ncp          Automatic      online         active
ncu:ip       iwk0           offline        conditions for activation are unmet
ncu:phys     iwk0           offline*       need WiFi network selection
ncu:ip       e1000g0        offline        conditions for activation are unmet
ncu:phys     e1000g0        offline        interface/link is down
loc          Legacy         offline        conditions for activation are unmet
loc          NoNet          online         active
loc          Automatic      offline        conditions for activation are unmet


I know the filter of connection state panel is to list 'active' object, it is
wrong. I will change to ncu_get_enabled.

According to above list, we use aux_state of phys to get the state string. We
used:
         case NWAM_STATE_OFFLINE:
            if ( self->prv->ncu_type == NWAMUI_NCU_TYPE_WIRED && 
                 aux_state == NWAM_AUX_STATE_CONDITIONS_NOT_MET ) {
                state = NWAMUI_STATE_CABLE_UNPLUGGED;
                break;
            }
            state = NWAMUI_STATE_NOT_CONNECTED;
            break;
But it returns NWAM_AUX_STATE_DOWN. Is it a gui bug?

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