home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ManageEngineWiFiManager.exe / Disk1 / data1.cab / SourceFiles / WiFiManager.exe / conf / DefaultGroups.xml < prev    next >
Encoding:
Text File  |  2007-01-17  |  843 b   |  27 lines

  1. <default_groups>
  2.  
  3.  
  4.  <group>
  5.  <name>Encryption</name>
  6.  <criteria>
  7.   <property sqlMatchKey ="ENCRYPTIONTYPE" operator=">" sqlMatchValue = "1" displayName= "Encrypted Networks"/>
  8.   <property sqlMatchKey ="ENCRYPTIONTYPE" operator="<" sqlMatchValue = "2" displayName= "Open Networks"/>
  9.  </criteria>
  10.  <showAllColumns>TRUE</showAllColumns>
  11.  <description>This group is to clasify encrypted and open networks.</description>
  12.  </group>
  13.  
  14.  <group>
  15.  <name>Radio</name>
  16.  <criteria>
  17.   <property sqlMatchKey ="MODE" operator="LIKE" sqlMatchValue = "80211a" displayName= "80211a"/>
  18.   <property sqlMatchKey ="MODE" operator="LIKE" sqlMatchValue = "80211b" displayName= "80211b/g"/>
  19.  </criteria>
  20.  <showAllColumns>TRUE</showAllColumns>
  21.  <description>This group is to clasify devices based on their radio types.</description>
  22.  </group>
  23.  
  24.  
  25.  
  26.  </default_groups>
  27.