diff options
author | Christian Pointner <equinox@ffgraz.net> | 2013-11-19 02:02:28 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2013-11-19 02:02:28 +0000 |
commit | 19906eb7dbf1969d2f2aa460304f9018ab657109 (patch) | |
tree | 7c72541984c088a005a6aeaa3a9819cbc3a43906 /bssid.shtml | |
parent | 213ce86a259da81a5f66ab284e25291712517664 (diff) |
bssid finally works
Diffstat (limited to 'bssid.shtml')
-rw-r--r-- | bssid.shtml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/bssid.shtml b/bssid.shtml index 7813997..857276b 100644 --- a/bssid.shtml +++ b/bssid.shtml @@ -3,9 +3,15 @@ <!--#elif expr="$POL == l"--><!--#set var="POLCODED" value="6"--> <!--#elif expr="$POL == r"--><!--#set var="POLCODED" value="2"--> <!--#endif--> -<!--#if expr="$CHAN = /^([0-9]|1[0-3])$/"-->C<!--#echo var="POLCODED"-->:00:24:00:C0:<!--#if expr="$CHAN = /^[1-9]$/"-->0<!--#endif--><!--#echo var="CHAN"--> -<!--#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)$/"-->C<!--#echo var="POLCODED"-->:00:50:00:C1:<!--#if expr="$CHAN = /^1([1-9]{2})$/"--><!--#echo var="$1"--><!--#endif--> +<!--#if expr="$CHAN = /^([1-9]|1[0-3])$/"--> + <!--#if expr="$CHAN = /^[1-9]$/"-->0<!--#endif--><!--#if expr="$CHAN == 3"-->2<!--#else--><!--#echo var="CHAN"--><!--#endif-->:CA:FF:EE:BA:BE<br/> + <em>oder / ali / or</em> <br/> + C<!--#echo var="POLCODED"-->:00:24:00:C0:<!--#if expr="$CHAN = /^[1-9]$/"-->0<!--#endif--><!--#echo var="CHAN"--> +<!--#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:C1:<!--#echo var="CHANLOW"--> <!--#else-->??:??:??:C?:?? <!--#endif--> |