Switch to side-by-side view

--- a/src/DAF/AE/AE.ned
+++ b/src/DAF/AE/AE.ned
@@ -41,6 +41,12 @@
         int costTime							= default(-1); //measured in $/ms
         int costBits							= default(-1); //measured in $/Mb
         double aTime							= default(-1); //measured in ms
+        
+        //Authentication
+        int authType							= default(0);
+        string authName							= default("0");
+        string authPassword						= default("0");
+        string authOther						= default("0");
 
 //        int averageBandwidth @unit(bps) 		= default(maxSDUsize*8*averageSDUBandwidth); //bits/s
 //        int averageSDUBandwidth 				= default(1000); //SDU/s