wlanutilities/wlansniffer/wlaninfo/src/wsfwlaninfo.cpp
changeset 2 6e4b6261703d
parent 0 56b72877c1cb
child 16 8b0eae1b1d71
equal deleted inserted replaced
1:d07e190ed096 2:6e4b6261703d
   139 	iConnectionState = TWsfWlanConnectionState( aStream.ReadInt8L() );
   139 	iConnectionState = TWsfWlanConnectionState( aStream.ReadInt8L() );
   140 	iFilterFlags = aStream.ReadInt8L();
   140 	iFilterFlags = aStream.ReadInt8L();
   141 	iBrandId = aStream.ReadInt8L();
   141 	iBrandId = aStream.ReadInt8L();
   142 	iPriority = aStream.ReadInt8L();
   142 	iPriority = aStream.ReadInt8L();
   143 	aStream >> iNetworkName;
   143 	aStream >> iNetworkName;
       
   144 	aStream >> iRawSsid;
   144 	}
   145 	}
   145 
   146 
   146 
   147 
   147 // ---------------------------------------------------------------------------
   148 // ---------------------------------------------------------------------------
   148 // TWsfWlanInfo::ExternalizeL
   149 // TWsfWlanInfo::ExternalizeL
   161 	aStream.WriteInt8L( iConnectionState );
   162 	aStream.WriteInt8L( iConnectionState );
   162 	aStream.WriteInt8L( iFilterFlags );
   163 	aStream.WriteInt8L( iFilterFlags );
   163 	aStream.WriteInt8L( iBrandId );
   164 	aStream.WriteInt8L( iBrandId );
   164 	aStream.WriteInt8L( iPriority );
   165 	aStream.WriteInt8L( iPriority );
   165 	aStream << iNetworkName;
   166 	aStream << iNetworkName;
       
   167 	aStream << iRawSsid;
   166 	}
   168 	}
   167 
   169 
   168 
   170 
   169 // ---------------------------------------------------------------------------
   171 // ---------------------------------------------------------------------------
   170 // TWsfWlanInfo::SignalStrength
   172 // TWsfWlanInfo::SignalStrength