Commit Graph

23 Commits

Author SHA1 Message Date
Andreas Schultz 813f24b8ac implement station inactivity timeout
After the max station inactivity has expired, a probe request
(a data null frame) is sent to the station. It the station does
not ACK this frame, it is removed from the WTP.

Note: inactivity timeout is not the same as the CAPWAP Idle Timeout.
The CAPWAP Idle Timeout would remove a station due to inactivity
even when it is still reachable from the WTP. In contrast, the
inactivity timeout probes whether the station is still present
and only removes it when not.
2016-04-07 15:15:50 +02:00
Andreas Schultz 8e0b88cc4e [wtp] update config for 802.11n support 2016-03-24 17:15:12 +01:00
Andreas Schultz 5f98005414 handle WTP QoS IE 2016-03-04 17:04:21 +01:00
Andreas Schultz d68bc01d00 change supportedrates config setting to the actual MBit value
supportedrates is now a list instead on an array and float values
(e.g. 5.5) are permited.
2016-03-03 08:59:49 +01:00
Andreas Schultz 8c20d78941 remove dos style newlines 2016-02-05 17:38:49 +01:00
vemax78 21ffd7cd23 Fix data channel fragmentation 2014-12-28 20:49:21 +01:00
vemax78 8d9985fdea The capwap data channel migrated from userspace to kernalspace 2014-09-10 21:58:23 +02:00
vemax78 089a044f3f Fix capwap protocol and optional wireless information header.
Complete IEEE802.11 frames tunnel WTP side.
Now WTP can send data packets to the AC.
2014-06-09 22:30:04 +02:00
vemax78 3573dd4251 Removing the OpenSSL library for CyaSSL.
OpenSSL license was not compatible with the GPL license.
2014-05-15 21:43:21 +02:00
vemax78 025880583c Changed the management of the wireless interfaces, from creation to usage.
The virtual interfaces are created at the startup of the wtp to reduce the time
required to configure a wireless interface.
Applied some patches to build the WTP on OpenWRT trunk
2014-02-08 18:03:38 +01:00
vemax78 bef31786ce The first beacon of SmartCAPWAP 2013-12-20 23:14:34 +01:00
vemax78 5da4cd4a03 Remove radio channel from wtp configuration 2013-10-14 18:09:09 +02:00
vemax78 d33daeba4e Fix value 2013-09-24 19:14:27 +02:00
vemax78 8ed0a76617 Improve radio configuration 2013-09-22 22:28:59 +02:00
vemax78 46857e8864 Add support to soap session into function 2013-08-07 21:48:22 +02:00
vemax78 6b424c5406 Add support to HTTPS SOAP request 2013-08-06 22:15:19 +02:00
vemax78 79c7412004 Update wtp config 2013-07-25 22:16:08 +02:00
vemax78 4953ff684d Add first draft of calls to backend web service 2013-07-23 22:10:26 +02:00
vemax78 99b6373cd7 Allow daemon mode 2013-06-16 12:09:57 +02:00
vemax78 3d60af6a84 Fix configuration 2013-05-28 22:23:03 +02:00
vemax78 16fe0bb6bd Enable presharedkey SSL 2013-05-27 23:10:49 +02:00
vemax78 9082a7855c multiple update 2013-05-03 22:28:06 +02:00
vemax78 7dd6d43954 First commit 2013-05-01 14:52:55 +02:00