Commit Graph

358 Commits

Author SHA1 Message Date
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
vemax78 aa87719432 Move capwap timeout functions into new file 2014-02-20 21:34:41 +01:00
vemax78 2bdcac10ba Change file position of some ieee80211 functions 2014-02-20 21:23:18 +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 dff6ecb5e0 Removed unnecessary logging messages 2014-02-16 19:17:21 +01:00
vemax78 6590c50f5a Fix 2014-02-16 18:59:29 +01:00
vemax78 fd0805ff5c Fix debug log 2014-02-16 15:41:59 +01:00
vemax78 4c1a532221 Fix validation data packet 2014-02-16 15:41:44 +01:00
vemax78 5db686194c Merge 2014-02-16 15:29:08 +01:00
vemax78 196d165119 First actions to send managements frame into data channel 2014-02-16 15:28:27 +01:00
Alexis La Goutte 30f6c9fa9e Fix build
../../src/common/capwap_logging.c: In function ‘capwap_logging_printf’:
../../src/common/capwap_logging.c:124:4: error: format not a string literal and no format arguments [-Werror=format-security]
    fprintf(output, prefix);
    ^
2014-02-15 11:54:47 +01:00
Alexis La Goutte 85d32d1197 Add missing library to INSTALL 2014-02-15 11:33:27 +01:00
vemax78 e1e4748367 The preparation for sending IEEE802.11 management packets to the AC by data
channel. Support both Local Mac and Split Mac.
2014-02-09 21:55:10 +01:00
vemax78 152f869354 Add support to Probe response offload 2014-02-09 18:42:15 +01:00
vemax78 025880583c Changed 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
2014-02-08 18:03:38 +01:00
vemax78 64a8bdfa1e Fix code 2014-01-23 21:24:45 +01:00
vemax78 0790fb511a Improved the management of authentication and association of the stations 2014-01-21 19:54:59 +01:00
vemax78 42293aad04 Fix capability mask 2014-01-19 21:25:22 +01:00
vemax78 254ef26ed6 Added ACL of stations 2014-01-18 19:13:10 +01:00
vemax78 9dbd940a00 Update capwap hash 2014-01-18 19:11:07 +01:00
vemax78 e342d5c1a3 Fix capwap_clone function type 2014-01-18 19:10:27 +01:00
vemax78 81284d4c62 Add Hash data type with AVL tree list 2014-01-17 19:01:01 +01:00
vemax78 547e398924 Add code to simple management IEEE802.11 Association Request/Response packets.
Need more code for complete the management of station association.
2014-01-14 19:15:58 +01:00
vemax78 bc2a6183ce Add code to simple management IEEE802.11 Authentication packets 2014-01-13 19:00:51 +01:00
vemax78 b4a95beb89 Update IEEE802.11 Information Element
Add control check length into IE parsing function
2014-01-10 17:53:12 +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 66019df158 Send only one from DSSS and OFDM Control Message Element 2014-01-07 16:22:44 +01:00
vemax78 022585f3a1 Add nl80211 handler message events 2013-12-21 23:50:15 +01:00
vemax78 938f73cd80 Remove old files 2013-12-20 23:15:01 +01:00
vemax78 bef31786ce The first beacon of SmartCAPWAP 2013-12-20 23:14:34 +01:00
vemax78 29ba25e434 Add helper function 2013-12-14 12:32:42 +01:00