Andreas Schultz
c132036914
use MACSTR and MAC2STR where appropriate
...
Replace capwap_printf_macaddress with MACSTR and MAC2STR
macro for all EUI48 MAC addresses. Save a text buffer in
the station structure and some buffers in functions.
2016-04-06 12:57:56 +02:00
Andreas Schultz
29ed6544c5
switch everything to new log API and drop old one
2016-03-30 14:47:57 +02:00
Andreas Schultz
cadbfa3d7e
switch to more a syslog like logging style
2016-03-30 14:29:53 +02:00
Andreas Schultz
7293ce43da
[ac] drop old libjson compatibility
...
json-c >= 0.11 is required now
2016-03-24 17:15:12 +01:00
Andreas Schultz
40071fb06d
fix AC compilation
2016-03-24 17:15:12 +01:00
Andreas Schultz
1436fc9e5f
rename overly verbose capwap_message_elements_ops
...
The struct is already conveys the scope of the operations,
repeating it in the name of ops again is redundant and
bloats the resulting source code.
Rename the opt to shorter versions.
2016-03-07 17:12:48 +01:00
Andreas Schultz
8c20d78941
remove dos style newlines
2016-02-05 17:38:49 +01:00
Alexis La Goutte
28112ee228
Fix Branch condition evaluates to a garbage value found by Clang Analyzer
...
---
src/ac/ac_backend.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
2015-01-22 10:19:38 +01:00
Alexis La Goutte
63189997df
Fix Uninitialized argument value found by Clang Analyzer
...
(Need to be confirmed)
---
src/ac/ac_dfa_join.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
2015-01-22 10:19:38 +01:00
vemax78
ceb6ee2322
Fix data channel defrag
2015-01-04 21:30:28 +01:00
vemax78
21ffd7cd23
Fix data channel fragmentation
2014-12-28 20:49:21 +01:00
vemax78
f05c7acdcf
Fix sequence number of control messages
2014-12-27 19:10:08 +01:00
vemax78
2894b2c7aa
Fix error management to send socket functions
2014-12-27 18:45:09 +01:00
vemax78
98069694c5
Teardown connection if receive packet in unknown state
2014-12-26 15:37:30 +01:00
vemax78
80b1780d92
Add critical section on netlink send message
2014-12-24 13:31:24 +01:00
vemax78
33ea96d9f5
Added functionality into capwap data channel kernel module
2014-12-23 21:12:25 +01:00
vemax78
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
vemax78
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
vemax78
63f5fcea19
Fix fragment error
...
Add stub for virtual interfaces of data packet
2014-09-21 11:20:35 +02:00
vemax78
8d9985fdea
The capwap data channel migrated from userspace to kernalspace
2014-09-10 21:58:23 +02:00
vemax78
71006a9121
Fix minor bug.
...
Add draft of ac kernel module.
2014-06-15 09:09:48 +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
e1023a388e
Add business logic of Authentication/Association in SplitMAC mode.
2014-04-25 22:05:36 +02:00
vemax78
d4d7649f3b
Removed the necessity of having to calculate each time the string of
...
macaddress stations.
2014-04-23 22:39:19 +02:00
vemax78
1c810c2d72
Fix disconnect station in local mac.
...
Fix management of AC IEEE802.11 management packet to station.
2014-04-23 22:11:24 +02:00
vemax78
7668ab7c7c
Moved the management of the AP and Stations from nl80211 driver to generic wifi.
2014-04-21 23:16:56 +02:00
vemax78
fbd717b779
Added Delete Station Message Element into Station Configuration Message.
2014-04-15 22:26:31 +02:00
vemax78
21661277a0
Add station timer. Fix multiple bug.
2014-04-15 21:59:35 +02:00
vemax78
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
vemax78
2ec98ac74d
Prepare for add station configuration message
2014-04-09 19:25:08 +02:00
vemax78
539fa51e69
Fix functions and logic.
...
Add new functions
Add logic into AC for create/destroy station
2014-04-06 17:02:31 +02:00
vemax78
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
vemax78
7fd2d4357a
Preparations to parse IEEE802.11 management packets
2014-03-26 21:35:52 +01: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
ea02d7379e
Refactoring timeout functions, change functions name and add timeout handler
...
into session.
2014-02-19 19:16:33 +01:00
vemax78
fd0805ff5c
Fix debug log
2014-02-16 15:41:59 +01:00
vemax78
64a8bdfa1e
Fix code
2014-01-23 21:24:45 +01:00
vemax78
d2c01ad82a
Improved the management of the IEEE802.11 Beacon and add the management of
...
IEEE802.11 Probe Response.
2014-01-10 13:25:28 +01:00
vemax78
7253e60aed
Fix code and improve wlan configuration functionality
2013-12-04 22:25:16 +01:00
vemax78
e095195c97
Fix code
2013-12-01 22:51:42 +01:00
vemax78
0fa34f80da
First code for management AddWLAN
2013-12-01 22:51:26 +01:00
vemax78
e02815f576
Cleaning code
2013-12-01 22:50:33 +01:00
vemax78
b2b18fec33
Add management Notify Event for Request/Response control message
2013-12-01 22:50:04 +01:00
vemax78
831d8a6184
Cancel all notify event when teardown connection
2013-12-01 22:48:38 +01:00
vemax78
91bc075d6a
Management SOAP Comet Notify Event
2013-11-24 23:02:09 +01:00
vemax78
d303f057f0
Free backend management resource after close all sessions
2013-11-24 23:00:57 +01:00
vemax78
e320bef6a7
Type change
2013-11-24 19:20:33 +01:00
vemax78
33099da3b7
Rename message queue functions
2013-11-24 17:09:07 +01:00
vemax78
f0c5146563
Improve management SOAP request/response with Director
2013-11-24 16:36:08 +01:00
vemax78
bb44612672
Cleaning wrong comment
2013-11-24 16:35:28 +01:00