wlanutilities/wlansniffer/model/inc/wsfmodel.inl
branchRCL_3
changeset 65 32fadeea4023
parent 59 34911529ee3c
equal deleted inserted replaced
59:34911529ee3c 65:32fadeea4023
    37 	{ 
    37 	{ 
    38 	iConnecting = aIsConnecting;
    38 	iConnecting = aIsConnecting;
    39 	}
    39 	}
    40 
    40 
    41 
    41 
    42 // -----------------------------------------------------------------------------
       
    43 // CWsfModel::WlanList
       
    44 // -----------------------------------------------------------------------------
       
    45 //
       
    46 inline CWsfWlanInfoArray* CWsfModel::WlanList()
       
    47     { 
       
    48     return iArray;
       
    49     }
       
    50 
       
    51