# (c) Copyright 2002, 2003 Stichting Wireless Leiden, all # rights reserved. More information can be found on # http://wwww.wirelessleiden.nl and the license is at: # http://wleiden.webweaving.org:8080/svn/node-config/LICENSE # # RvL 27-07-03 !!THIS PATCH HAS NOT BEEN TESTED AND IS REGARDED AS HIGHLY DEVELOPMENTAL!! !!The CNFENHSECURITY has been gotten from the hostap-0.0.3 driver and is 0xFC43!! This directory contains the patches for enhanced SSID security. Explanation of the patch WirelessLeiden needs advanced methods to ensure that interlinks are used as links between nodes. For this it is usefull to disable SSID broadcasting and disable the ability that anyone with the SSID "ANY" is able to connect. How it works # wicontrol -i iface -E 0|1|2|3 This sets the WI_RID_CNFENHSECURITY flag. 0 = "disabled" 1 = hide SSID in beacon frames 2 = ignore clients with a "ANY" SSID 3 = 1 and 2 combined This option needs the prism2 AP f/w or STA fw >= 1.6.3 Applying patches Each patch has the name patch-FilenameThatHasToBePatched-VersionNumber The wicontrol.* files are located in /usr/src/usr.sbin/wicontrol The *.h and *.c files are located in /usr/src/sys/dev/wi