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


Darren Kenny <dkenny at opensolaris.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkenny at opensolaris.org


--- Comment #2 from Darren Kenny <dkenny at opensolaris.org> 2009-09-01 
13:10:40 UTC ---
(In reply to comment #1)
> 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?

Yes, I think we should also check for STATE_DOWN....

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