linklayercontrol/networkinterfacemgr/netcfgext/inc/netcfgextnotify.h
changeset 51 78fceed50f62
parent 0 af10295192d8
equal deleted inserted replaced
42:88121cf79045 51:78fceed50f62
    36 	
    36 	
    37 	/**
    37 	/**
    38 	   MNifIfNotify interface
    38 	   MNifIfNotify interface
    39 	   Only IfProgress, DoReadDes and DoReadInt supported.
    39 	   Only IfProgress, DoReadDes and DoReadInt supported.
    40 	*/
    40 	*/
       
    41 	~CNetCfgExtNotify();
    41 	void LinkLayerDown(TInt aReason, TAction aAction);
    42 	void LinkLayerDown(TInt aReason, TAction aAction);
    42 	void LinkLayerUp();
    43 	void LinkLayerUp();
    43     void NegotiationFailed(CNifIfBase* aIf, TInt aReason);
    44     void NegotiationFailed(CNifIfBase* aIf, TInt aReason);
    44     TInt Authenticate(TDes& aUsername, TDes& aPassword);
    45     TInt Authenticate(TDes& aUsername, TDes& aPassword);
    45     void CancelAuthenticate();
    46     void CancelAuthenticate();