vemax78
b05d6631f4
Fix reset data session
2014-12-28 15:53:11 +01:00
vemax78
7c9ecebe7d
Add debug output messages
2014-12-28 15:48:52 +01:00
vemax78
b64d563e33
Fix macro
2014-12-28 15:48:15 +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
6b1deb48aa
Remove debug dump
2014-12-26 14:55:09 +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
Massimo Vellucci
4c8750f128
README.md edited online with Bitbucket
2014-09-16 19:58:48 +00:00
Massimo Vellucci
4c86c553c8
README.md edited online with Bitbucket
2014-09-16 19:58:31 +00: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
2d6c4c4dd8
Check netlink file descriptor only if receive IEEE 802.11 packets in usermode.
2014-06-14 14:52:02 +02:00
vemax78
c3865e4cbb
Change WTP Kernel Module path
2014-06-10 22:34:38 +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
67daa8dcbb
Permit to forward IEEE802.11 Data Packet from kernel space to user space bypass
...
kernel network stack.
2014-06-07 22:37:19 +02:00
vemax78
92c86462dc
Created 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.
2014-06-04 22:58:34 +02:00
vemax78
0ebf1a434f
Add 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.
2014-06-01 16:32:30 +02:00
vemax78
289fbe01c7
Fix error into wifi change frequency
2014-05-28 22:49:03 +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
ebb4eb0c98
Fix function/variable name
...
Prepared to management the IEEE802.11 Management Frame coming from the AC.
2014-04-22 23:02:49 +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
3e06393469
Change the location of binding file.
2014-04-15 16:45:39 +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
127d2f944c
Removed obsolete functions
2014-04-09 18:45:22 +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
4c466d68be
Added the function to extract the frame from CAPWAP data packet
2014-03-23 22:24:59 +01:00
vemax78
bb85dc3e23
Fix value of IEEE802.11 MTU
2014-03-23 22:23:20 +01:00
vemax78
884130dff1
Fix packetlength value when packet is fragment
2014-03-23 21:59:57 +01:00
vemax78
eee74744d0
Changed the scope of stations. Now the stations are managed on a global level.
2014-03-23 20:42:59 +01:00
vemax78
0873967b88
Fix code
2014-03-22 21:31:09 +01:00
vemax78
b48f7793cf
First steps to handling stations timeout
2014-03-20 20:32:49 +01:00
vemax78
1a3e02ac50
Fix param type
2014-03-20 20:22:17 +01:00
vemax78
3dff1dc28b
Remove assertion and permit to call timeout functions with unset index timeout
2014-03-16 22:10:28 +01:00
vemax78
684a829158
Added the ability to manage timeouts inside the wireless module
2014-03-16 21:36:01 +01:00
vemax78
738a5d9c93
The IEEE 802.11 Management packages can be sent into CAPWAP Data Channel only
...
in native format
2014-03-16 21:34:29 +01:00
vemax78
72dc064a23
Fix warning "value computed is not used" when call BIO_dgram_get_peer and
...
BIO_dgram_set_peer.
Issue signaled by Udaya Bhaskar Reddy Panditi
2014-03-16 12:48:40 +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