actube/src/capwap
7u83@mail.ru 6cab07c9c1 Tries also to handle messagages with extra data.
FossilOrigin-Name: 9152a202bb9898b744737d1e40b1402d64f8a6c7f45990ae0815458757229706
2014-08-30 04:56:05 +00:00
..
Makefile cw_read_vendor_specific_payload added. 2014-08-25 22:57:13 +00:00
acinfo.c Removed acinfo_readelem_ac_name 2014-08-14 23:30:43 +00:00
acinfo.h Test for Doxygen. 2014-08-24 13:03:27 +00:00
acinfo_print.c Fixed RMAC support printing 2014-07-28 04:54:29 +00:00
aciplist.c Initial commit 2014-07-11 20:12:11 +00:00
avltree.c Initial commit 2014-07-11 20:12:11 +00:00
avltree.h Initial commit 2014-07-11 20:12:11 +00:00
avltree.old.c Initial commit 2014-07-11 20:12:11 +00:00
avltree_del_all.c Initial commit 2014-07-11 20:12:11 +00:00
avltree_foreach.c Initial commit 2014-07-11 20:12:11 +00:00
avltree_get.c Initial commit 2014-07-11 20:12:11 +00:00
capwap.h cw_read_vendor_specific_payload added. 2014-08-25 22:57:13 +00:00
capwap_cisco.h Added some vendor cisco specfic msg ids. 2014-08-15 20:13:16 +00:00
capwap_ieee80211.h Cahged radio_info defs. 2014-08-14 21:17:50 +00:00
capwap_msg_new.c Initial commit 2014-07-11 20:12:11 +00:00
conn.c Spelling error. 2014-08-17 22:04:15 +00:00
conn.h Work in progress ... 2014-08-25 05:56:14 +00:00
conn_create_noq.c New function conn_create_noq 2014-07-20 14:02:09 +00:00
conn_destroy.c Initial commit (conn_destroy function moved from conn.c tho conn_destroy.c) 2014-07-20 10:52:02 +00:00
conn_get_message.c Debug output for all received messages. 2014-08-24 13:04:48 +00:00
conn_get_response.c Working an message handling ... 2014-08-22 06:21:38 +00:00
conn_prepare_configuration_update_request.c Initial commit. 2014-08-23 10:00:04 +00:00
conn_prepare_image_data_request.c Working ... 2014-08-26 05:42:56 +00:00
conn_prepare_request.c Initial commit. 2014-08-23 10:00:04 +00:00
conn_process_packet.c Tries also to handle messagages with extra data. 2014-08-30 04:56:05 +00:00
conn_q_add_packet.c Fixed spelling error in comment 2014-07-26 18:23:07 +00:00
conn_q_get_packet.c Code formatting. 2014-08-16 08:01:52 +00:00
conn_q_recv_packet.c ... 2014-08-18 05:30:21 +00:00
conn_recv_packet.c ... 2014-08-18 05:30:21 +00:00
conn_send_cwmsg.c Changed debug options. 2014-08-16 08:14:39 +00:00
conn_send_packet.c Initial commit 2014-07-11 20:12:11 +00:00
conn_send_response.c It's now basically the same as cwmse_send.... 2014-08-17 16:35:49 +00:00
connlist.c Initial commit 2014-07-11 20:12:11 +00:00
cw_foreach_msgelem.c Initial commit 2014-07-11 20:12:11 +00:00
cw_ianavendoridtostr.c Changed vendor id numbers to vender id defninitions, defined in capwap.h. 2014-08-14 09:43:21 +00:00
cw_is_printable.c Inital commit. 2014-07-30 06:52:33 +00:00
cw_log.c Initial commit 2014-07-11 20:12:11 +00:00
cw_log.h cw_dbg_missing_mand_elems added. 2014-08-25 21:39:26 +00:00
cw_log_debug.c cw_dbg_missing_mand_elems added. 2014-08-25 21:39:26 +00:00
cw_log_tofile.c Initial commit 2014-07-11 20:12:11 +00:00
cw_log_tosyslog.c Copyright notice added. 2014-08-14 06:15:49 +00:00
cw_msgelemtostr.c More strings... 2014-08-21 19:17:22 +00:00
cw_msgtostr.c Rest response and request added. 2014-08-23 20:20:23 +00:00
cw_pseudo_rand.c Initial commit 2014-07-11 20:12:11 +00:00
cw_rand.c Initial commit 2014-07-11 20:12:11 +00:00
cw_readelem_ac_name.c Moved out from acinfo.c. 2014-08-14 23:28:30 +00:00
cw_readelem_ecn_support.c Use new dbg function. 2014-08-17 22:07:13 +00:00
cw_readelem_mtu_discovery_padding.c Reading of mtu discovery msgelem. 2014-08-25 22:11:20 +00:00
cw_readelem_radio_administrative_state.c Added licence. 2014-08-21 19:19:47 +00:00
cw_readelem_radio_operational_state.c Inital commit. 2014-08-21 19:36:28 +00:00
cw_readelem_result_code.c Initial commit. 2014-08-17 23:42:14 +00:00
cw_readelem_statistics_timer.c Initial commit 2014-08-17 22:03:07 +00:00
cw_readelem_vendor_specific_payload.c Inital commit. 2014-08-25 22:56:52 +00:00
cw_readelem_wtp_reboot_statistics.c Inital commit. 2014-08-14 23:59:15 +00:00
cw_setstr.c Initial commit 2014-07-11 20:12:11 +00:00
cw_util.c Initial commit. 2014-08-17 23:42:14 +00:00
cw_util.h Prototypes for new functions in util.c. 2014-08-17 23:44:16 +00:00
cwmsg.h radio operational state added. 2014-08-22 20:39:28 +00:00
cwmsg_addelem.c Initial commit 2014-07-11 20:12:11 +00:00
cwmsg_addelem_ac_descriptor.c Working ... 2014-08-26 05:42:56 +00:00
cwmsg_addelem_ac_timestamp.c stdio.h not needed. 2014-08-17 16:46:19 +00:00
cwmsg_addelem_ctrl_ip_addrs.c Added a debuglog message. 2014-08-12 13:49:49 +00:00
cwmsg_addelem_cw_local_ip_addr.c Initial commit 2014-07-11 20:12:11 +00:00
cwmsg_addelem_image_identifier.c Work in progress ... 2014-08-25 05:56:14 +00:00
cwmsg_addelem_maximum_message_length.c Inital commit. 2014-08-17 16:29:42 +00:00
cwmsg_addelem_mtu_discovery_padding.c Added copyright notice. 2014-08-17 16:43:13 +00:00
cwmsg_addelem_radio_operational_state.c Initial commit. 2014-08-22 20:37:45 +00:00
cwmsg_addelem_result_code.c Initial commit 2014-07-11 20:12:11 +00:00
cwmsg_addelem_vendor_cisco_ap_timesync.c Inital commit. 2014-08-14 15:17:49 +00:00
cwmsg_addelem_vendor_specific_payload.c Initial commit. 2014-08-14 11:34:02 +00:00
cwmsg_addelem_wtp_board_data.c Initial commit 2014-07-11 20:12:11 +00:00
cwmsg_addelem_wtp_descriptor.c Initial commit 2014-07-11 20:12:11 +00:00
cwmsg_addelem_wtp_radio_infos.c Changes for rmac field which is not a pointer anymore. 2014-07-28 05:00:34 +00:00
cwmsg_init.c core dump fix if radioinfo=NULL. 2014-08-15 10:54:06 +00:00
cwmsg_init_echo_request.c Initial commit 2014-07-11 20:12:11 +00:00
cwmsg_send.c rmacfield .... 2014-07-28 05:03:15 +00:00
cwmsg_set_control_header.c Initial commit 2014-07-11 20:12:11 +00:00
cwmsg_vaddelem.c Inital commit. 2014-08-17 16:29:42 +00:00
cwread_change_state_event_request.c Work in progress ... 2014-08-25 05:56:14 +00:00
cwread_configuration_status_request.c Working ... 2014-08-26 05:42:56 +00:00
cwread_discovery_request.c cw_read_vendor_specific_payload added. 2014-08-25 22:57:13 +00:00
cwread_discovery_response.c Initial commit 2014-07-11 20:12:11 +00:00
cwread_image_data_request.c Removed old debug-style message. 2014-08-17 16:42:36 +00:00
cwread_join_response.c Out-commented code. No prototype for now. 2014-08-17 16:37:41 +00:00
cwread_wtp_event_request.c Initial commit. 2014-08-23 07:36:18 +00:00
cwrmsg.h Changed rmac field from pointer to array. 2014-07-28 04:57:42 +00:00
cwsend_change_state_event_response.c Initial commit. 2014-08-22 20:37:45 +00:00
cwsend_conf_status_response.c changes for conn.h defined req and resp buffer. 2014-08-17 16:33:17 +00:00
cwsend_configuration_status_request.c Inital commit. 2014-08-17 16:29:42 +00:00
cwsend_discovery_request.c Correctedd radioinfos parameter ... 2014-08-15 20:15:16 +00:00
cwsend_discovery_response.c changes for conn.h defined req and resp buffer. 2014-08-17 16:33:17 +00:00
cwsend_echo_request.c Initial commit 2014-07-11 20:12:11 +00:00
cwsend_echo_response.c New resp and req buffers. 2014-08-17 16:43:44 +00:00
cwsend_image_data_request.c ... 2014-08-18 05:30:21 +00:00
cwsend_image_data_response.c Modified for new resp and req bufferes in conn. 2014-08-17 16:39:08 +00:00
cwsend_join_request.c Corrected radioinfo parameter. 2014-08-15 20:17:10 +00:00
cwsend_join_response.c Work in progress ... 2014-08-25 05:56:14 +00:00
cwsend_unknow_response.c Initial commit. 2014-08-23 07:36:18 +00:00
dtls.h Gnutls stuff added. 2014-08-03 06:47:43 +00:00
dtls_gnutls.c Initial commit 2014-08-03 06:46:42 +00:00
dtls_gnutls.h Initial commit 2014-08-03 06:46:42 +00:00
dtls_gnutls_accept.c Work in progress. 2014-08-03 11:35:09 +00:00
dtls_openssl.c clang compiler warnings removed. 2014-08-24 14:32:01 +00:00
dtls_openssl.h Fixed header guard. 2014-08-24 14:39:22 +00:00
dtls_openssl_accept.c Uses correct timers. 2014-08-17 22:04:52 +00:00
dtls_openssl_bio.c Code cleaning. 2014-08-16 08:17:33 +00:00
dtls_openssl_connect.c Sets certificates now over set_certs function. 2014-08-02 12:21:29 +00:00
dtls_openssl_get_cipher.c Initial commit. 2014-08-02 12:18:09 +00:00
fragman.c printfs removed. 2014-08-14 17:42:14 +00:00
fragman.h Added field to hold transportheader. 2014-07-28 04:59:46 +00:00
hdr_print.c Better output for fragmented packets. 2014-08-17 19:44:13 +00:00
lw_checksum.c Working ... 2014-08-26 05:42:56 +00:00
lwapp.h Prototype for lw_checksum added. 2014-08-24 17:22:52 +00:00
lwmsg.h files for LWAPP protocol 2014-07-26 18:28:38 +00:00
lwmsg_init.c Testing, nothing is working... 2014-07-27 10:37:37 +00:00
process_conf_status_request.c Parses reboot statistics now. 2014-08-15 00:24:38 +00:00
process_join_request.c Uses new dbg functions now. 2014-08-14 21:22:57 +00:00
process_msgelems.c Initial commit 2014-07-11 20:12:11 +00:00
process_msgelems_discovery_request.c Initial commit 2014-07-11 20:12:11 +00:00
radioinfo.h Modified for radio operational state stuff. 2014-08-21 19:37:02 +00:00
sock.h Deleted old out-commented code. 2014-07-27 18:56:41 +00:00
sock_addrinit.c Initial commit 2014-07-11 20:12:11 +00:00
sock_addrlen.c Initial commit 2014-07-11 20:12:11 +00:00
sock_addrtostr.c Adjusted function call parameters for hwaddr to str. 2014-07-26 09:19:53 +00:00
sock_cmpaddr.c Missing return statement added 2014-07-27 14:09:19 +00:00
sock_copyaddr.c Initial commit 2014-07-11 20:12:11 +00:00
sock_create.c Initial commit 2014-07-11 20:12:11 +00:00
sock_get_primary_if.c changed includes order to get compiled on FreeBSD 2014-07-29 12:35:05 +00:00
sock_getbroadcastaddr.c Initial commit 2014-07-11 20:12:11 +00:00
sock_getifaddr.c Initial commit 2014-07-11 20:12:11 +00:00
sock_getifhwaddr.c Initial commit 2014-07-11 20:12:11 +00:00
sock_getport.c Initial commit 2014-07-11 20:12:11 +00:00
sock_hwaddrtostr.c Deleted out-commented code. 2014-08-16 10:41:02 +00:00
sock_mwait.c Initial commit 2014-07-11 20:12:11 +00:00
sock_receive.c Initial commit 2014-07-11 20:12:11 +00:00
sock_set_dontfrag.c Initial commit 2014-07-11 20:12:11 +00:00
sock_set_recvtimeout.c Initial commit 2014-07-11 20:12:11 +00:00
sock_setport.c Initial commit 2014-07-11 20:12:11 +00:00
sock_strtoaddr.c Initial commit 2014-07-11 20:12:11 +00:00
stravltree.c Initial commit 2014-07-11 20:12:11 +00:00
stravltree.h Initial commit 2014-07-11 20:12:11 +00:00
wtpinfo.c Moved cw_readelem_ecn_suport out to a separate file. 2014-08-03 11:32:32 +00:00
wtpinfo.h New fields ... 2014-08-17 22:09:00 +00:00
wtpinfo_lwreadelem_wtp_descriptor.c Code cleaning 2014-07-26 10:54:26 +00:00
wtpinfo_print.c Prints adminstrative state now. 2014-08-17 22:09:18 +00:00
wtpinfo_readelem_discovery_type.c Initial commit 2014-07-11 20:12:11 +00:00
wtpinfo_readelem_location_data.c Initial commit 2014-07-11 20:12:11 +00:00
wtpinfo_readelem_session_id.c Initial commit 2014-07-11 20:12:11 +00:00
wtpinfo_readelem_wtp_board_data.c Changed to new dbg functions... 2014-08-14 23:32:48 +00:00
wtpinfo_readelem_wtp_descriptor.c More debug logging, accepts msgsubelements with zero-size. 2014-07-31 16:00:56 +00:00
wtpinfo_readelem_wtp_frame_tunnel_mode.c Initial commit 2014-07-11 20:12:11 +00:00
wtpinfo_readelem_wtp_mac_type.c Initial commit 2014-07-11 20:12:11 +00:00
wtpinfo_readelem_wtp_name.c Initial commit 2014-07-11 20:12:11 +00:00
wtpinfo_readelem_wtp_radio_info.c Uses the "set" flag in radioinfo. 2014-08-14 21:55:15 +00:00
wtpinfo_set_location.c Initial commit 2014-07-11 20:12:11 +00:00