d12d15d67dFix Dead Store (Dead Assignment) found by Clang Analyzer --- src/wtp/wtp_dfa.c | 2 -- 1 file changed, 2 deletions(-)
Alexis La Goutte
2015-01-22 10:19:38 +0100
e5f1fbd992Fix Dead Store (Dead Assignment) found by Clang Analyzer --- src/wtp/binding/ieee80211/wifi_nl80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Alexis La Goutte
2015-01-22 10:19:38 +0100
3a51803ebaFix Dead Store (Dead Assignment) found by Clang Analyzer --- src/common/capwap_protocol.c | 2 -- 1 file changed, 2 deletions(-)
Alexis La Goutte
2015-01-22 10:19:38 +0100
1ba7fc2355Add exit(1) when ASSERT() Move to 520 issues found by Clang Analyzer to only 18 ! --- src/common/capwap_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Alexis La Goutte
2015-01-22 10:19:38 +0100
33ea96d9f5Added functionality into capwap data channel kernel module
vemax78
2014-12-23 21:12:25 +0100
e2dea6b3deImproved session management into kernel module. A session is now indexed by ip address and session id.
vemax78
2014-10-20 19:53:32 +0200
8937ded1d3Improved 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.
vemax78
2014-10-19 21:37:22 +0200
63f5fcea19Fix fragment error Add stub for virtual interfaces of data packet
vemax78
2014-09-21 11:20:35 +0200
4c8750f128README.md edited online with Bitbucket
Massimo Vellucci
2014-09-16 19:58:48 +0000
4c86c553c8README.md edited online with Bitbucket
Massimo Vellucci
2014-09-16 19:58:31 +0000
8d9985fdeaThe capwap data channel migrated from userspace to kernalspace
vemax78
2014-09-10 21:58:23 +0200
71006a9121Fix minor bug. Add draft of ac kernel module.
vemax78
2014-06-15 09:09:48 +0200
2d6c4c4dd8Check netlink file descriptor only if receive IEEE 802.11 packets in usermode.
vemax78
2014-06-14 14:52:02 +0200
089a044f3fFix capwap protocol and optional wireless information header. Complete IEEE802.11 frames tunnel WTP side. Now WTP can send data packets to the AC.
vemax78
2014-06-09 22:30:04 +0200
67daa8dcbbPermit to forward IEEE802.11 Data Packet from kernel space to user space bypass kernel network stack.
vemax78
2014-06-07 22:37:19 +0200
92c86462dcCreated a patch for mac80211 that allows to capture the raw IEEE80211 packets (management, control, data) of one or more wireless interfaces. Not necessary the monitor interface. The patch allows to discriminate which IEEE802.11 types and IEEE802.11 subtypes capture.
vemax78
2014-06-04 22:58:34 +0200
0ebf1a434fAdd skeleton code for CAPWAP Data Channel kernel module. The IEEE802.11 data packets will embedded into CAPWAP Data Channel directly in kernel mode. The CAPWAP Data Channel in usermode be used only for compatibility reasons.
vemax78
2014-06-01 16:32:30 +0200
289fbe01c7Fix error into wifi change frequency
vemax78
2014-05-28 22:49:03 +0200
3573dd4251Removing the OpenSSL library for CyaSSL. OpenSSL license was not compatible with the GPL license.
vemax78
2014-05-15 21:43:21 +0200
e1023a388eAdd business logic of Authentication/Association in SplitMAC mode.
vemax78
2014-04-25 22:05:36 +0200
d4d7649f3bRemoved the necessity of having to calculate each time the string of macaddress stations.
vemax78
2014-04-23 22:39:19 +0200
1c810c2d72Fix disconnect station in local mac. Fix management of AC IEEE802.11 management packet to station.
vemax78
2014-04-23 22:11:24 +0200
ebb4eb0c98Fix function/variable name Prepared to management the IEEE802.11 Management Frame coming from the AC.
vemax78
2014-04-22 23:02:49 +0200
7668ab7c7cMoved the management of the AP and Stations from nl80211 driver to generic wifi.
vemax78
2014-04-21 23:16:56 +0200
fbd717b779Added Delete Station Message Element into Station Configuration Message.
vemax78
2014-04-15 22:26:31 +0200
21661277a0Add station timer. Fix multiple bug.
vemax78
2014-04-15 21:59:35 +0200
3e06393469Change the location of binding file.
vemax78
2014-04-15 16:45:39 +0200
3569267283Big 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.
vemax78
2014-04-14 22:33:12 +0200
2ec98ac74dPrepare for add station configuration message
vemax78
2014-04-09 19:25:08 +0200
b48f7793cfFirst steps to handling stations timeout
vemax78
2014-03-20 20:32:49 +0100
1a3e02ac50Fix param type
vemax78
2014-03-20 20:22:17 +0100
3dff1dc28bRemove assertion and permit to call timeout functions with unset index timeout
vemax78
2014-03-16 22:10:28 +0100
684a829158Added the ability to manage timeouts inside the wireless module
vemax78
2014-03-16 21:36:01 +0100
738a5d9c93The IEEE 802.11 Management packages can be sent into CAPWAP Data Channel only in native format
vemax78
2014-03-16 21:34:29 +0100
72dc064a23Fix warning "value computed is not used" when call BIO_dgram_get_peer and BIO_dgram_set_peer.
vemax78
2014-03-16 12:48:40 +0100
6042161d75Reengineering the timeout manager. Allows to create an arbitrary number of timer with the possibility to invoke a callback function on timeout.
vemax78
2014-03-02 19:31:27 +0100
aa87719432Move capwap timeout functions into new file
vemax78
2014-02-20 21:34:41 +0100
2bdcac10baChange file position of some ieee80211 functions
vemax78
2014-02-20 21:23:18 +0100
ea02d7379eRefactoring timeout functions, change functions name and add timeout handler into session.
vemax78
2014-02-19 19:16:33 +0100
196d165119First actions to send managements frame into data channel
vemax78
2014-02-16 15:28:27 +0100
30f6c9fa9eFix build
Alexis La Goutte
2014-02-15 11:54:47 +0100
85d32d1197Add missing library to INSTALL
Alexis La Goutte
2014-02-15 11:33:27 +0100
e1e4748367The preparation for sending IEEE802.11 management packets to the AC by data channel. Support both Local Mac and Split Mac.
vemax78
2014-02-09 21:55:10 +0100
152f869354Add support to Probe response offload
vemax78
2014-02-09 18:42:15 +0100
025880583cChanged 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
vemax78
2014-02-08 18:03:38 +0100
e342d5c1a3Fix capwap_clone function type
vemax78
2014-01-18 19:10:27 +0100
81284d4c62Add Hash data type with AVL tree list
vemax78
2014-01-17 19:01:01 +0100
547e398924Add code to simple management IEEE802.11 Association Request/Response packets. Need more code for complete the management of station association.
vemax78
2014-01-14 19:15:58 +0100