Commit Graph

44 Commits

Author SHA1 Message Date
29ed6544c5 switch everything to new log API and drop old one 2016-03-30 14:47:57 +02:00
f05c7acdcf Fix sequence number of control messages 2014-12-27 19:10:08 +01:00
98069694c5 Teardown connection if receive packet in unknown state 2014-12-26 15:37:30 +01:00
33ea96d9f5 Added functionality into capwap data channel kernel module 2014-12-23 21:12:25 +01:00
e2dea6b3de Improved session management into kernel module. A session is now indexed by
ip address and session id.
2014-10-20 19:53:32 +02:00
8937ded1d3 Improved the management of soap request/response.
The director has the opportunity to change the configuration of AC in join
connection. The virtual interfaces which encapsulate the wifi stations is
managed dynamically by the Director.
The AC must request authorization from Director for associate a station.
2014-10-19 21:37:22 +02:00
8d9985fdea The capwap data channel migrated from userspace to kernalspace 2014-09-10 21:58:23 +02:00
e1023a388e Add business logic of Authentication/Association in SplitMAC mode. 2014-04-25 22:05:36 +02:00
3569267283 Big update with type fix and minor new function.
Complete the IEEE802.11 Station Association with interation of AC in LocalMAC mode.
After the IEEE802.11 Authorization / Association is complete, the AC can now
authorize the WTP to accept data station packets with Station Configuration Message.
2014-04-14 22:33:12 +02:00
2ec98ac74d Prepare for add station configuration message 2014-04-09 19:25:08 +02:00
539fa51e69 Fix functions and logic.
Add new functions
Add logic into AC for create/destroy station
2014-04-06 17:02:31 +02:00
ae97e96f57 Started implementing the packet management of IEEE802.11 by AC side.
Made it clear some constants.
2014-04-02 22:40:04 +02:00
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
ea02d7379e Refactoring timeout functions, change functions name and add timeout handler
into session.
2014-02-19 19:16:33 +01:00
fd0805ff5c Fix debug log 2014-02-16 15:41:59 +01:00
7253e60aed Fix code and improve wlan configuration functionality 2013-12-04 22:25:16 +01:00
e095195c97 Fix code 2013-12-01 22:51:42 +01:00
0fa34f80da First code for management AddWLAN 2013-12-01 22:51:26 +01:00
b2b18fec33 Add management Notify Event for Request/Response control message 2013-12-01 22:50:04 +01:00
831d8a6184 Cancel all notify event when teardown connection 2013-12-01 22:48:38 +01:00
91bc075d6a Management SOAP Comet Notify Event 2013-11-24 23:02:09 +01:00
33099da3b7 Rename message queue functions 2013-11-24 17:09:07 +01:00
f0c5146563 Improve management SOAP request/response with Director 2013-11-24 16:36:08 +01:00
68f14a8aca Notify event request atomic block of memory 2013-11-21 22:03:05 +01:00
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
df4161dae7 Add management backend for close WTP sessions or reset a WTP 2013-11-10 22:11:56 +01:00
a06618afbc Fix forget unlock 2013-11-10 22:05:35 +01:00
590b7539bf Cleaning AC DFA code 2013-11-05 17:54:29 +01:00
4cbff2eead Stub SOAP action 2013-11-04 18:02:10 +01:00
33d262398a Separate close action from generic action list.
Now generic action list can execute only if don't wait capwap respone.
2013-11-03 21:52:14 +01:00
ebd342c3ad Terminate SOAP request pending when close the session 2013-11-02 19:26:52 +01:00
98b81311f5 Improved the management of locks in multithreaded sessions.
Managed the assurance of all threads is terminate before close the application.
2013-11-02 19:11:01 +01:00
f48dcae0fd Fix 2013-10-22 18:25:20 +02:00
08a8af0a70 Drop packets if connection is teardown 2013-09-16 22:10:37 +02:00
38b8207f0b Add teardown SOAP request and fix param name 2013-09-15 22:05:27 +02:00
7ddb32d217 Added the code that handles the result code of a request. 2013-08-11 18:38:23 +02:00
46857e8864 Add support to soap session into function 2013-08-07 21:48:22 +02:00
47b86f2ea9 Add code for complete authorizeJoin soap request 2013-07-27 22:45:28 +02:00
c2ff7e0db5 First stone for the management the AC via webservice 2013-07-25 23:12:43 +02:00
94cf13649a Add action message into dispatch session message 2013-07-07 15:36:53 +02:00
75dcf51496 Rejects the join with the same identifier of the WTP 2013-06-18 22:38:56 +02:00
37e60bb755 If not set into wtp.conf the client bind to any port 2013-05-28 22:22:16 +02:00
6c55b4d71f Improve memory administration for tx/rx packet manager 2013-05-27 21:33:23 +02:00
7dd6d43954 First commit 2013-05-01 14:52:55 +02:00