diff options
Diffstat (limited to 'bssid.shtml')
-rw-r--r-- | bssid.shtml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bssid.shtml b/bssid.shtml index db6425a..d00975d 100644 --- a/bssid.shtml +++ b/bssid.shtml @@ -4,6 +4,11 @@ <!--#elif expr="$POL = r"--><!--#set var="POLCODED" value="2"--> <!--#endif--> <!--#if expr="$CHAN = /([1-9]|1[0-3])/"--> -<!--#include file="bssid2.shtml"--> +<!--#include file="bssid24.shtml"--> +<!--#elif expr="$CHAN = /(36|40|44|48|52|56|60|64)/"--> +C<!--#echo var="POLCODED"-->:00:50:00:C0:<!--#echo var="CHAN"--> +<!--#elif expr="$CHAN = /1(00|04|08|12|16|20|24|28|32|36|40)/"--> +<!--#set var="CHANLOW" value="$1"--> +C<!--#echo var="POLCODED"-->:00:50:00:C0:<!--#echo var="CHAN"--> <!--#else-->??:??:??:C?:?? <!--#endif--> |