Commit Graph

21 Commits

Author SHA1 Message Date
vemax78 8d9985fdea The capwap data channel migrated from userspace to kernalspace 2014-09-10 21:58:23 +02:00
vemax78 6042161d75 Reengineering the timeout manager. Allows to create an arbitrary number of timer
with the possibility to invoke a callback function on timeout.
2014-03-02 19:31:27 +01:00
vemax78 0747168361 Separate the control channel from data channel on two different threads.
Solved the DTLS problem of using a separate thread for the data channel.
2013-11-20 23:12:00 +01:00
vemax78 590b7539bf Cleaning AC DFA code 2013-11-05 17:54:29 +01:00
vemax78 e0800c672f Work in progress in JSON director 2013-10-10 21:28:02 +02:00
vemax78 3fd122e9fd Improve management SOAP request/response 2013-10-01 16:40:15 +02:00
vemax78 06c4763053 Add json binding management 2013-09-30 17:38:08 +02:00
vemax78 b5dcf1db0a Fix memory leak into join state 2013-09-18 22:37:29 +02:00
vemax78 3465879b3e Fix SOAP request functions name.
Add check WTP session into capwap echo request
2013-09-16 22:11:32 +02:00
vemax78 38b8207f0b Add teardown SOAP request and fix param name 2013-09-15 22:05:27 +02:00
vemax78 4474087f15 Added all message element that still need to be included in requests 2013-08-21 23:00:54 +02:00
vemax78 324f1fea88 Add join SOAP event 2013-08-21 22:29:48 +02:00
vemax78 d34e98fc2c Implicitly inserted capwap_outofmemory() into the capwap_alloc().
capwap_alloc() can never return NULL.
2013-08-18 19:07:19 +02:00
vemax78 177e997d47 In case of problems with the backend, at receipt of the WTP Requests Message is
correctly sent the result error failer.
2013-08-18 18:37:17 +02:00
vemax78 7ddb32d217 Added the code that handles the result code of a request. 2013-08-11 18:38:23 +02:00
vemax78 47b86f2ea9 Add code for complete authorizeJoin soap request 2013-07-27 22:45:28 +02:00
vemax78 c2ff7e0db5 First stone for the management the AC via webservice 2013-07-25 23:12:43 +02:00
vemax78 75dcf51496 Rejects the join with the same identifier of the WTP 2013-06-18 22:38:56 +02:00
vemax78 794a8e72d2 Improved handling of message elements parsed. Reduces the memory occupied but
it introduces a small overhead in retrieving of message elements parsed.
2013-06-09 17:41:52 +02:00
vemax78 6c55b4d71f Improve memory administration for tx/rx packet manager 2013-05-27 21:33:23 +02:00
vemax78 7dd6d43954 First commit 2013-05-01 14:52:55 +02:00