FossilOrigin-Name: d8bdfc048aee696e63f2e3f2a167bd0d933bfe479733d49d1e36081b51ae842ebsdmakefiles
parent
5f30a71d32
commit
28b5478c78
@ -0,0 +1,117 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<CodeLite_Project Name="ac" InternalType=""> |
||||
<VirtualDirectory Name="src"> |
||||
<VirtualDirectory Name="ac"> |
||||
<File Name="src/ac/conf.c"/> |
||||
<File Name="src/ac/mod_cipwap.c"/> |
||||
<File Name="src/ac/db.c"/> |
||||
<File Name="src/ac/ac_interface.c"/> |
||||
<File Name="src/ac/ac_main.c"/> |
||||
<File Name="src/ac/wtpman.c"/> |
||||
<File Name="src/ac/wtplist.h"/> |
||||
<File Name="src/ac/db.h"/> |
||||
<File Name="src/ac/dataman.c"/> |
||||
<File Name="src/ac/wtplist.c"/> |
||||
<File Name="src/ac/ac_global.c"/> |
||||
<File Name="src/ac/module.h"/> |
||||
<File Name="src/ac/conf.h"/> |
||||
<File Name="src/ac/socklist.c"/> |
||||
<File Name="src/ac/actube.h"/> |
||||
<File Name="src/ac/wtpman.h"/> |
||||
<File Name="src/ac/ac.h"/> |
||||
<File Name="src/ac/dataman.h"/> |
||||
<File Name="src/ac/socklist.h"/> |
||||
</VirtualDirectory> |
||||
</VirtualDirectory> |
||||
<Description/> |
||||
<Dependencies/> |
||||
<Settings Type="Dynamic Library"> |
||||
<GlobalSettings> |
||||
<Compiler Options="" C_Options="" Assembler=""> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options=""> |
||||
<LibraryPath Value="."/> |
||||
</Linker> |
||||
<ResourceCompiler Options=""/> |
||||
</GlobalSettings> |
||||
<Configuration Name="Debug" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="-g" C_Options="-g" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand>make clean && make</RebuildCommand> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)/src/ac/</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
<Configuration Name="Release" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="-O2" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand/> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
</Settings> |
||||
<Dependencies Name="Debug"/> |
||||
<Dependencies Name="Release"/> |
||||
</CodeLite_Project> |
@ -0,0 +1,11 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<CodeLite_Workspace Name="actube" Database=""> |
||||
<BuildMatrix> |
||||
<WorkspaceConfiguration Name="Debug" Selected="yes"> |
||||
<Environment/> |
||||
</WorkspaceConfiguration> |
||||
<WorkspaceConfiguration Name="Release" Selected="yes"> |
||||
<Environment/> |
||||
</WorkspaceConfiguration> |
||||
</BuildMatrix> |
||||
</CodeLite_Workspace> |
@ -0,0 +1,385 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<CodeLite_Project Name="libcw" InternalType=""> |
||||
<VirtualDirectory Name="src"> |
||||
<VirtualDirectory Name="cw"> |
||||
<File Name="src/cw/lwmsg_init.c"/> |
||||
<File Name="src/cw/capwap_80211_actions_wtp.c"/> |
||||
<File Name="src/cw/mavliter_seek.c"/> |
||||
<File Name="src/cw/conn.h"/> |
||||
<File Name="src/cw/dot11.c"/> |
||||
<File Name="src/cw/conn_clear_upd.c"/> |
||||
<File Name="src/cw/mbag_type_dword.c"/> |
||||
<File Name="src/cw/sock_getport.c"/> |
||||
<File Name="src/cw/dtls_gnutls_get_peers_cert.c"/> |
||||
<File Name="src/cw/cw_in_vendor_specific_payload.c"/> |
||||
<File Name="src/cw/conn_process_packet.c"/> |
||||
<File Name="src/cw/cw_cisco_id_to_str.c"/> |
||||
<File Name="src/cw/lw_put_sockaddr.c"/> |
||||
<File Name="src/cw/cw_put_local_ip_address.c"/> |
||||
<File Name="src/cw/mavl.h"/> |
||||
<File Name="src/cw/intavltree.c"/> |
||||
<File Name="src/cw/bstr.h"/> |
||||
<File Name="src/cw/mavl_get_node.c"/> |
||||
<File Name="src/cw/dtls_openssl_connect.c"/> |
||||
<File Name="src/cw/acpriolist.c"/> |
||||
<File Name="src/cw/avltree_get_node.c"/> |
||||
<File Name="src/cw/lw_elem_id_to_str.c"/> |
||||
<File Name="src/cw/cw_put_elem_radio_administrative_state.c"/> |
||||
<File Name="src/cw/lwapp.h"/> |
||||
<File Name="src/cw/md5sum.c"/> |
||||
<File Name="src/cw/sock_mwait.c"/> |
||||
<File Name="src/cw/dbg.c"/> |
||||
<File Name="src/cw/mod.h"/> |
||||
<File Name="src/cw/format.h"/> |
||||
<File Name="src/cw/send.c"/> |
||||
<File Name="src/cw/capwap_strings_result.c"/> |
||||
<File Name="src/cw/sock_set_dontfrag.c"/> |
||||
<File Name="src/cw/cw_is_printable.c"/> |
||||
<File Name="src/cw/sock_getifaddr.c"/> |
||||
<File Name="src/cw/bstr_create.c"/> |
||||
<File Name="src/cw/avltree_foreach_lr.c"/> |
||||
<File Name="src/cw/cw_put_mbag_item.c"/> |
||||
<File Name="src/cw/dtls_bio.c"/> |
||||
<File Name="src/cw/rand.h"/> |
||||
<File Name="src/cw/capwap_items.h"/> |
||||
<File Name="src/cw/acinfo_print.c"/> |
||||
<File Name="src/cw/mbag_type_bstr.c"/> |
||||
<File Name="src/cw/cw_in_cisco_image_identifier.c"/> |
||||
<File Name="src/cw/radioinfo.h"/> |
||||
<File Name="src/cw/capwap80211.h"/> |
||||
<File Name="src/cw/conn_init.c"/> |
||||
<File Name="src/cw/item_strings.c"/> |
||||
<File Name="src/cw/capwap_actions.h"/> |
||||
<File Name="src/cw/strheap.h"/> |
||||
<File Name="src/cw/mbag_type_mbag.c"/> |
||||
<File Name="src/cw/cw_in_check_join_req.c"/> |
||||
<File Name="src/cw/mbag.c"/> |
||||
<File Name="src/cw/cw_put_radio_operational_states.c"/> |
||||
<File Name="src/cw/conn_wait_for_message.c"/> |
||||
<File Name="src/cw/cw_util.h"/> |
||||
<File Name="src/cw/radio.h"/> |
||||
<File Name="src/cw/cw_read_wtp_descriptor_versions.c"/> |
||||
<File Name="src/cw/cw_in_wtp_descriptor.c"/> |
||||
<File Name="src/cw/capwap80211_types.h"/> |
||||
<File Name="src/cw/dtls.h"/> |
||||
<File Name="src/cw/dtls_openssl_accept.c"/> |
||||
<File Name="src/cw/cw_in_wtp_board_data.c"/> |
||||
<File Name="src/cw/conn_prepare_request.c"/> |
||||
<File Name="src/cw/cw_put_ac_status.c"/> |
||||
<File Name="src/cw/capwap_strings_msg.c"/> |
||||
<File Name="src/cw/bstr_replace.c"/> |
||||
<File Name="src/cw/sock_receive.c"/> |
||||
<File Name="src/cw/capwap_80211_actions.h"/> |
||||
<File Name="src/cw/avltree.h"/> |
||||
<File Name="src/cw/acpriolist.h"/> |
||||
<File Name="src/cw/sock_hwaddrtostr.c"/> |
||||
<File Name="src/cw/mavliter_next.c"/> |
||||
<File Name="src/cw/lw_msg_id_to_str.c"/> |
||||
<File Name="src/cw/lw_put_cisco_path_mtu.c"/> |
||||
<File Name="src/cw/cw_in_check_join_request.c"/> |
||||
<File Name="src/cw/cw_readelem_maximum_message_length.c"/> |
||||
<File Name="src/cw/capwap_msg_new.c"/> |
||||
<File Name="src/cw/cw_in_radio_administrative_state_wtp.c"/> |
||||
<File Name="src/cw/cw_read_descriptor_subelems.c"/> |
||||
<File Name="src/cw/log_file.c"/> |
||||
<File Name="src/cw/cw_out_radio_generic.c"/> |
||||
<File Name="src/cw/cw.h"/> |
||||
<File Name="src/cw/capwap_strings_elem80211.c"/> |
||||
<File Name="src/cw/cw_strlist_get_str.c"/> |
||||
<File Name="src/cw/lw_readelem_wtp_name.c"/> |
||||
<File Name="src/cw/capwap_cisco.h"/> |
||||
<File Name="src/cw/cw_in_wtp_reboot_statistics.c"/> |
||||
<File Name="src/cw/avliter_seek.c"/> |
||||
<File Name="src/cw/mlist.c"/> |
||||
<File Name="src/cw/netconn.c"/> |
||||
<File Name="src/cw/mavl_create_conststr.c"/> |
||||
<File Name="src/cw/cw_in_capwap_local_ipv6_address.c"/> |
||||
<File Name="src/cw/cw_in_generic2.c"/> |
||||
<File Name="src/cw/cw_out_capwap_local_ip_address.c"/> |
||||
<File Name="src/cw/cw_out_wtp_descriptor.c"/> |
||||
<File Name="src/cw/cw_in_check_img_data_resp.c"/> |
||||
<File Name="src/cw/capwap_action_helpers.c"/> |
||||
<File Name="src/cw/conn_send_data_packet.c"/> |
||||
<File Name="src/cw/cw_in_capwap_control_ip_address.c"/> |
||||
<File Name="src/cw/cipwap_strings_elem.c"/> |
||||
<File Name="src/cw/cw_radio_set_admin_state.c"/> |
||||
<File Name="src/cw/conn_recv_packet.c"/> |
||||
<File Name="src/cw/lw_readelem_80211_wtp_wlan_radio_configuration.c"/> |
||||
<File Name="src/cw/sock_strtoaddr.c"/> |
||||
<File Name="src/cw/bstr_to_str.c"/> |
||||
<File Name="src/cw/dtls_gnutls.h"/> |
||||
<File Name="src/cw/cw_get_mod_ac.c"/> |
||||
<File Name="src/cw/lw_put_image_data.c"/> |
||||
<File Name="src/cw/mod.c"/> |
||||
<File Name="src/cw/cwmsg.h"/> |
||||
<File Name="src/cw/cw_in_ac_name_with_priority.c"/> |
||||
<File Name="src/cw/cw_in_check_disc_req.c"/> |
||||
<File Name="src/cw/fragman.h"/> |
||||
<File Name="src/cw/cw_prepare_configuration_status_request.c"/> |
||||
<File Name="src/cw/cw_send_echo_response.c"/> |
||||
<File Name="src/cw/lw_cisco_id_to_str.c"/> |
||||
<File Name="src/cw/bstr_create_from_cfgstr.c"/> |
||||
<File Name="src/cw/sock_getifhwaddr.c"/> |
||||
<File Name="src/cw/stravltree.h"/> |
||||
<File Name="src/cw/conn_send_packet.c"/> |
||||
<File Name="src/cw/conn_detect_capwap.c"/> |
||||
<File Name="src/cw/mbag_type_bstr16.c"/> |
||||
<File Name="src/cw/cipwap.h"/> |
||||
<File Name="src/cw/cw_in_check_join_resp.c"/> |
||||
<File Name="src/cw/cw_in_80211_mac_operation.c"/> |
||||
<File Name="src/cw/capwap_strings_board.c"/> |
||||
<File Name="src/cw/avltree_foreach_from_lr.c"/> |
||||
<File Name="src/cw/avliter_next.c"/> |
||||
<File Name="src/cw/capwap_80211_actions_ac.c"/> |
||||
<File Name="src/cw/sock_addrlen.c"/> |
||||
<File Name="src/cw/cw_load_file.c"/> |
||||
<File Name="src/cw/sock_copyaddr.c"/> |
||||
<File Name="src/cw/cw_setstr.c"/> |
||||
<File Name="src/cw/conn_q_get_packet.c"/> |
||||
<File Name="src/cw/cw_read_80211_mac_operation.c"/> |
||||
<File Name="src/cw/cw_in_check_img_data_req_ac.c"/> |
||||
<File Name="src/cw/log.c"/> |
||||
<File Name="src/cw/cw_out_init_session_id.c"/> |
||||
<File Name="src/cw/log.h"/> |
||||
<File Name="src/cw/format.c"/> |
||||
<File Name="src/cw/intavltree.h"/> |
||||
<File Name="src/cw/sock_cmpaddr.c"/> |
||||
<File Name="src/cw/cw_in_radio_administrative_state.c"/> |
||||
<File Name="src/cw/avltree_get.c"/> |
||||
<File Name="src/cw/cwmsg_addelem_80211_add_wlan.c"/> |
||||
<File Name="src/cw/cw_in_check_generic_req.c"/> |
||||
<File Name="src/cw/dot11.h"/> |
||||
<File Name="src/cw/item.h"/> |
||||
<File Name="src/cw/cw_in_check_generic_resp.c"/> |
||||
<File Name="src/cw/capwap80211_items.h"/> |
||||
<File Name="src/cw/cw_in_ac_descriptor.c"/> |
||||
<File Name="src/cw/mavl_foreach_lr.c"/> |
||||
<File Name="src/cw/mbag_type_bin.c"/> |
||||
<File Name="src/cw/mavl_get.c"/> |
||||
<File Name="src/cw/sock_setport.c"/> |
||||
<File Name="src/cw/mbag_type_word.c"/> |
||||
<File Name="src/cw/mbag_type_byte.c"/> |
||||
<File Name="src/cw/cw_strlist_get_id.c"/> |
||||
<File Name="src/cw/sock.h"/> |
||||
<File Name="src/cw/aciplist.c"/> |
||||
<File Name="src/cw/log_syslog.c"/> |
||||
<File Name="src/cw/stravltree.c"/> |
||||
<File Name="src/cw/radio.c"/> |
||||
<File Name="src/cw/lw_put_ac_descriptor.c"/> |
||||
<File Name="src/cw/conn_destroy.c"/> |
||||
<File Name="src/cw/mavl_merge.c"/> |
||||
<File Name="src/cw/cw_put_msg.c"/> |
||||
<File Name="src/cw/cw_in_check_disc_resp.c"/> |
||||
<File Name="src/cw/mavl_add.c"/> |
||||
<File Name="src/cw/dtls_gnutls_get_cipher.c"/> |
||||
<File Name="src/cw/cw_in_check_cipwap_join_req.c"/> |
||||
<File Name="src/cw/vendors.h"/> |
||||
<File Name="src/cw/cw_read_wtp_descriptor_7.c"/> |
||||
<File Name="src/cw/dbg.h"/> |
||||
<File Name="src/cw/sock_addrtostr.c"/> |
||||
<File Name="src/cw/cw_out_80211_supported_rates.c"/> |
||||
<File Name="src/cw/dtls_openssl.h"/> |
||||
<File Name="src/cw/cw_addelem_vendor_specific_payload.c"/> |
||||
<File Name="src/cw/cw_in_radio_generic.c"/> |
||||
<File Name="src/cw/cw_in_check_cfg_update_req.c"/> |
||||
<File Name="src/cw/cw_msg_init.c"/> |
||||
<File Name="src/cw/bstr16_create_from_cfgstr.c"/> |
||||
<File Name="src/cw/cisco.c"/> |
||||
<File Name="src/cw/cw_read_wtp_descriptor.c"/> |
||||
<File Name="src/cw/mlist.h"/> |
||||
<File Name="src/cw/sock_set_recvtimeout.c"/> |
||||
<File Name="src/cw/lw_checksum.c"/> |
||||
<File Name="src/cw/cw_put_elem_radio_operational_state.c"/> |
||||
<File Name="src/cw/sock_addrinit.c"/> |
||||
<File Name="src/cw/cw_out_cisco_wtp_radio_cfg.c"/> |
||||
<File Name="src/cw/dtls_openssl_get_cipher.c"/> |
||||
<File Name="src/cw/cw_addelem_capwap_local_ip_addr.c"/> |
||||
<File Name="src/cw/cw_out_generic.c"/> |
||||
<File Name="src/cw/cw_iplist.c"/> |
||||
<File Name="src/cw/lw_addelem.c"/> |
||||
<File Name="src/cw/lw_in_vendor_specific.c"/> |
||||
<File Name="src/cw/conn_q_add_packet.c"/> |
||||
<File Name="src/cw/sock_getbroadcastaddr.c"/> |
||||
<File Name="src/cw/cw_save_file.c"/> |
||||
<File Name="src/cw/bstr_create_from_str.c"/> |
||||
<File Name="src/cw/capwap_strings_vendor.c"/> |
||||
<File Name="src/cw/cw_out_capwap_control_ip_addr_list.c"/> |
||||
<File Name="src/cw/bstrv_create_from_str.c"/> |
||||
<File Name="src/cw/cw_out_wtp_ip_address.c"/> |
||||
<File Name="src/cw/mbag_set_from_buf.c"/> |
||||
<File Name="src/cw/dtls_openssl_bio.c"/> |
||||
<File Name="src/cw/cw_in_generic.c"/> |
||||
<File Name="src/cw/cw_rand.c"/> |
||||
<File Name="src/cw/cw_80211.h"/> |
||||
<File Name="src/cw/capwap80211_type_rateset.c"/> |
||||
<File Name="src/cw/cw_out_image_data.c"/> |
||||
<File Name="src/cw/connlist.h"/> |
||||
<File Name="src/cw/mbag_type_data.c"/> |
||||
<File Name="src/cw/item.c"/> |
||||
<File Name="src/cw/mbag_type_sockaddr.c"/> |
||||
<File Name="src/cw/action.c"/> |
||||
<File Name="src/cw/strheap.c"/> |
||||
<File Name="src/cw/dtls_gnutls_connect.c"/> |
||||
<File Name="src/cw/fragman.c"/> |
||||
<File Name="src/cw/lwmsg.h"/> |
||||
<File Name="src/cw/cw_check_missing_mand.c"/> |
||||
<File Name="src/cw/cw_strnelem.c"/> |
||||
<File Name="src/cw/format_dot11_fc.c"/> |
||||
<File Name="src/cw/wtpinfo_lwreadelem_wtp_descriptor.c"/> |
||||
<File Name="src/cw/dbg_strings.c"/> |
||||
<File Name="src/cw/dtls_gnutls.c"/> |
||||
<File Name="src/cw/avltree_foreach_node.c"/> |
||||
<File Name="src/cw/conn_prepare_configuration_update_request.c"/> |
||||
<File Name="src/cw/conn_q_recv_packet.c"/> |
||||
<File Name="src/cw/bstr16_create_from_str.c"/> |
||||
<File Name="src/cw/avltree_foreach.c"/> |
||||
<File Name="src/cw/format_is_utf8.c"/> |
||||
<File Name="src/cw/conn_create.c"/> |
||||
<File Name="src/cw/cw_in_check_img_data_req_wtp.c"/> |
||||
<File Name="src/cw/cw_out_radio_administrative_states.c"/> |
||||
<File Name="src/cw/dot11_beacon.c"/> |
||||
<File Name="src/cw/strlist.h"/> |
||||
<File Name="src/cw/dtls_gnutls_accept.c"/> |
||||
<File Name="src/cw/dtls_openssl.c"/> |
||||
<File Name="src/cw/cwmsg_addelem_mtu_discovery_padding.c"/> |
||||
<File Name="src/cw/bstr16cfgstr.c"/> |
||||
<File Name="src/cw/file.h"/> |
||||
<File Name="src/cw/cw_in_capwap_local_ipv4_address.c"/> |
||||
<File Name="src/cw/sock_create.c"/> |
||||
<File Name="src/cw/lw_readelem_wtp_board_data.c"/> |
||||
<File Name="src/cw/cwmsg_addelem_vendor_cisco_mwar_addr.c"/> |
||||
<File Name="src/cw/action.h"/> |
||||
<File Name="src/cw/sock_get_primary_if.c"/> |
||||
<File Name="src/cw/netconn.h"/> |
||||
<File Name="src/cw/mbag_type_ptr.c"/> |
||||
<File Name="src/cw/capwap80211_items.c"/> |
||||
<File Name="src/cw/capwap_strings_elem.c"/> |
||||
<File Name="src/cw/connlist.c"/> |
||||
<File Name="src/cw/lw_put_80211_wtp_wlan_radio_configuration.c"/> |
||||
<File Name="src/cw/cw_put_image_data.c"/> |
||||
<File Name="src/cw/cw_util.c"/> |
||||
<File Name="src/cw/cw_in_mtu_discovery_padding.c"/> |
||||
<File Name="src/cw/conn_create_noq.c"/> |
||||
<File Name="src/cw/cw_addelem_cisco_wtp_radio_cfg.c"/> |
||||
<File Name="src/cw/mavl_del.c"/> |
||||
<File Name="src/cw/mavl_create.c"/> |
||||
<File Name="src/cw/lw.h"/> |
||||
<File Name="src/cw/dtls_gnutls_bio.c"/> |
||||
<File Name="src/cw/cw_read_ac_descriptor.c"/> |
||||
<File Name="src/cw/conn_prepare_image_data_request.c"/> |
||||
<File Name="src/cw/aciplist.h"/> |
||||
<File Name="src/cw/timer.h"/> |
||||
<File Name="src/cw/mavl_foreach.c"/> |
||||
<File Name="src/cw/lwapp_cisco.h"/> |
||||
<File Name="src/cw/hdr_print.c"/> |
||||
<File Name="src/cw/mbag_type_vendorstr.c"/> |
||||
<File Name="src/cw/mdata.h"/> |
||||
<File Name="src/cw/cw_out_wtp_board_data.c"/> |
||||
<File Name="src/cw/mbag_type_str.c"/> |
||||
<File Name="src/cw/cw_init_data_keep_alive_msg.c"/> |
||||
<File Name="src/cw/cw_in_check_chng_state_evnt_req.c"/> |
||||
<File Name="src/cw/capwap_strings_item.c"/> |
||||
<File Name="src/cw/cw_out_ac_name_with_priority.c"/> |
||||
<File Name="src/cw/mavl_del_all.c"/> |
||||
<File Name="src/cw/cw_out_wtp_reboot_statistics.c"/> |
||||
<File Name="src/cw/capwap.h"/> |
||||
<File Name="src/cw/sock_getifinfo.c"/> |
||||
<File Name="src/cw/capwap_crypto.h"/> |
||||
<File Name="src/cw/capwap_strings_state.c"/> |
||||
<File Name="src/cw/avltree_foreach_rl.c"/> |
||||
<File Name="src/cw/cw_out_radio_info.c"/> |
||||
<File Name="src/cw/capwap_items.c"/> |
||||
</VirtualDirectory> |
||||
</VirtualDirectory> |
||||
<Description/> |
||||
<Dependencies/> |
||||
<Settings Type="Dynamic Library"> |
||||
<GlobalSettings> |
||||
<Compiler Options="" C_Options="" Assembler=""> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options=""> |
||||
<LibraryPath Value="."/> |
||||
</Linker> |
||||
<ResourceCompiler Options=""/> |
||||
</GlobalSettings> |
||||
<Configuration Name="Debug" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="-g" C_Options="-g" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand>make clean && make</RebuildCommand> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)/src/cw/</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
<Configuration Name="Release" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="-O2" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand/> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
</Settings> |
||||
<Dependencies Name="Debug"/> |
||||
<Dependencies Name="Release"/> |
||||
</CodeLite_Project> |
@ -0,0 +1,522 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<CodeLite_Project Name="main" InternalType=""> |
||||
<VirtualDirectory Name="src"> |
||||
<VirtualDirectory Name="ac"> |
||||
<File Name="src/ac/conf.c"/> |
||||
<File Name="src/ac/mod_cipwap.c"/> |
||||
<File Name="src/ac/db.c"/> |
||||
<File Name="src/ac/ac_interface.c"/> |
||||
<File Name="src/ac/ac_main.c"/> |
||||
<File Name="src/ac/wtpman.c"/> |
||||
<File Name="src/ac/wtplist.h"/> |
||||
<File Name="src/ac/db.h"/> |
||||
<File Name="src/ac/dataman.c"/> |
||||
<File Name="src/ac/wtplist.c"/> |
||||
<File Name="src/ac/ac_global.c"/> |
||||
<File Name="src/ac/module.h"/> |
||||
<File Name="src/ac/conf.h"/> |
||||
<File Name="src/ac/socklist.c"/> |
||||
<File Name="src/ac/actube.h"/> |
||||
<File Name="src/ac/wtpman.h"/> |
||||
<File Name="src/ac/ac.h"/> |
||||
<File Name="src/ac/dataman.h"/> |
||||
<File Name="src/ac/socklist.h"/> |
||||
</VirtualDirectory> |
||||
<VirtualDirectory Name="cw"> |
||||
<File Name="src/cw/lwmsg_init.c"/> |
||||
<File Name="src/cw/capwap_80211_actions_wtp.c"/> |
||||
<File Name="src/cw/mavliter_seek.c"/> |
||||
<File Name="src/cw/conn.h"/> |
||||
<File Name="src/cw/dot11.c"/> |
||||
<File Name="src/cw/conn_clear_upd.c"/> |
||||
<File Name="src/cw/mbag_type_dword.c"/> |
||||
<File Name="src/cw/sock_getport.c"/> |
||||
<File Name="src/cw/dtls_gnutls_get_peers_cert.c"/> |
||||
<File Name="src/cw/cw_in_vendor_specific_payload.c"/> |
||||
<File Name="src/cw/conn_process_packet.c"/> |
||||
<File Name="src/cw/cw_cisco_id_to_str.c"/> |
||||
<File Name="src/cw/lw_put_sockaddr.c"/> |
||||
<File Name="src/cw/cw_put_local_ip_address.c"/> |
||||
<File Name="src/cw/mavl.h"/> |
||||
<File Name="src/cw/intavltree.c"/> |
||||
<File Name="src/cw/bstr.h"/> |
||||
<File Name="src/cw/mavl_get_node.c"/> |
||||
<File Name="src/cw/dtls_openssl_connect.c"/> |
||||
<File Name="src/cw/acpriolist.c"/> |
||||
<File Name="src/cw/avltree_get_node.c"/> |
||||
<File Name="src/cw/lw_elem_id_to_str.c"/> |
||||
<File Name="src/cw/cw_put_elem_radio_administrative_state.c"/> |
||||
<File Name="src/cw/lwapp.h"/> |
||||
<File Name="src/cw/md5sum.c"/> |
||||
<File Name="src/cw/sock_mwait.c"/> |
||||
<File Name="src/cw/dbg.c"/> |
||||
<File Name="src/cw/mod.h"/> |
||||
<File Name="src/cw/format.h"/> |
||||
<File Name="src/cw/send.c"/> |
||||
<File Name="src/cw/capwap_strings_result.c"/> |
||||
<File Name="src/cw/sock_set_dontfrag.c"/> |
||||
<File Name="src/cw/cw_is_printable.c"/> |
||||
<File Name="src/cw/sock_getifaddr.c"/> |
||||
<File Name="src/cw/bstr_create.c"/> |
||||
<File Name="src/cw/avltree_foreach_lr.c"/> |
||||
<File Name="src/cw/cw_put_mbag_item.c"/> |
||||
<File Name="src/cw/dtls_bio.c"/> |
||||
<File Name="src/cw/rand.h"/> |
||||
<File Name="src/cw/capwap_items.h"/> |
||||
<File Name="src/cw/acinfo_print.c"/> |
||||
<File Name="src/cw/mbag_type_bstr.c"/> |
||||
<File Name="src/cw/cw_in_cisco_image_identifier.c"/> |
||||
<File Name="src/cw/radioinfo.h"/> |
||||
<File Name="src/cw/capwap80211.h"/> |
||||
<File Name="src/cw/conn_init.c"/> |
||||
<File Name="src/cw/item_strings.c"/> |
||||
<File Name="src/cw/capwap_actions.h"/> |
||||
<File Name="src/cw/strheap.h"/> |
||||
<File Name="src/cw/mbag_type_mbag.c"/> |
||||
<File Name="src/cw/cw_in_check_join_req.c"/> |
||||
<File Name="src/cw/mbag.c"/> |
||||
<File Name="src/cw/cw_put_radio_operational_states.c"/> |
||||
<File Name="src/cw/conn_wait_for_message.c"/> |
||||
<File Name="src/cw/cw_util.h"/> |
||||
<File Name="src/cw/radio.h"/> |
||||
<File Name="src/cw/cw_read_wtp_descriptor_versions.c"/> |
||||
<File Name="src/cw/cw_in_wtp_descriptor.c"/> |
||||
<File Name="src/cw/capwap80211_types.h"/> |
||||
<File Name="src/cw/dtls.h"/> |
||||
<File Name="src/cw/dtls_openssl_accept.c"/> |
||||
<File Name="src/cw/cw_in_wtp_board_data.c"/> |
||||
<File Name="src/cw/conn_prepare_request.c"/> |
||||
<File Name="src/cw/cw_put_ac_status.c"/> |
||||
<File Name="src/cw/capwap_strings_msg.c"/> |
||||
<File Name="src/cw/bstr_replace.c"/> |
||||
<File Name="src/cw/sock_receive.c"/> |
||||
<File Name="src/cw/capwap_80211_actions.h"/> |
||||
<File Name="src/cw/avltree.h"/> |
||||
<File Name="src/cw/acpriolist.h"/> |
||||
<File Name="src/cw/sock_hwaddrtostr.c"/> |
||||
<File Name="src/cw/mavliter_next.c"/> |
||||
<File Name="src/cw/lw_msg_id_to_str.c"/> |
||||
<File Name="src/cw/lw_put_cisco_path_mtu.c"/> |
||||
<File Name="src/cw/cw_in_check_join_request.c"/> |
||||
<File Name="src/cw/cw_readelem_maximum_message_length.c"/> |
||||
<File Name="src/cw/capwap_msg_new.c"/> |
||||
<File Name="src/cw/cw_in_radio_administrative_state_wtp.c"/> |
||||
<File Name="src/cw/cw_read_descriptor_subelems.c"/> |
||||
<File Name="src/cw/log_file.c"/> |
||||
<File Name="src/cw/cw_out_radio_generic.c"/> |
||||
<File Name="src/cw/cw.h"/> |
||||
<File Name="src/cw/capwap_strings_elem80211.c"/> |
||||
<File Name="src/cw/cw_strlist_get_str.c"/> |
||||
<File Name="src/cw/lw_readelem_wtp_name.c"/> |
||||
<File Name="src/cw/capwap_cisco.h"/> |
||||
<File Name="src/cw/cw_in_wtp_reboot_statistics.c"/> |
||||
<File Name="src/cw/avliter_seek.c"/> |
||||
<File Name="src/cw/mlist.c"/> |
||||
<File Name="src/cw/netconn.c"/> |
||||
<File Name="src/cw/mavl_create_conststr.c"/> |
||||
<File Name="src/cw/cw_in_capwap_local_ipv6_address.c"/> |
||||
<File Name="src/cw/cw_in_generic2.c"/> |
||||
<File Name="src/cw/cw_out_capwap_local_ip_address.c"/> |
||||
<File Name="src/cw/cw_out_wtp_descriptor.c"/> |
||||
<File Name="src/cw/cw_in_check_img_data_resp.c"/> |
||||
<File Name="src/cw/capwap_action_helpers.c"/> |
||||
<File Name="src/cw/conn_send_data_packet.c"/> |
||||
<File Name="src/cw/cw_in_capwap_control_ip_address.c"/> |
||||
<File Name="src/cw/cipwap_strings_elem.c"/> |
||||
<File Name="src/cw/cw_radio_set_admin_state.c"/> |
||||
<File Name="src/cw/conn_recv_packet.c"/> |
||||
<File Name="src/cw/lw_readelem_80211_wtp_wlan_radio_configuration.c"/> |
||||
<File Name="src/cw/sock_strtoaddr.c"/> |
||||
<File Name="src/cw/bstr_to_str.c"/> |
||||
<File Name="src/cw/dtls_gnutls.h"/> |
||||
<File Name="src/cw/cw_get_mod_ac.c"/> |
||||
<File Name="src/cw/lw_put_image_data.c"/> |
||||
<File Name="src/cw/mod.c"/> |
||||
<File Name="src/cw/cwmsg.h"/> |
||||
<File Name="src/cw/cw_in_ac_name_with_priority.c"/> |
||||
<File Name="src/cw/cw_in_check_disc_req.c"/> |
||||
<File Name="src/cw/fragman.h"/> |
||||
<File Name="src/cw/cw_prepare_configuration_status_request.c"/> |
||||
<File Name="src/cw/cw_send_echo_response.c"/> |
||||
<File Name="src/cw/lw_cisco_id_to_str.c"/> |
||||
<File Name="src/cw/bstr_create_from_cfgstr.c"/> |
||||
<File Name="src/cw/sock_getifhwaddr.c"/> |
||||
<File Name="src/cw/stravltree.h"/> |
||||
<File Name="src/cw/conn_send_packet.c"/> |
||||
<File Name="src/cw/conn_detect_capwap.c"/> |
||||
<File Name="src/cw/mbag_type_bstr16.c"/> |
||||
<File Name="src/cw/cipwap.h"/> |
||||
<File Name="src/cw/cw_in_check_join_resp.c"/> |
||||
<File Name="src/cw/cw_in_80211_mac_operation.c"/> |
||||
<File Name="src/cw/capwap_strings_board.c"/> |
||||
<File Name="src/cw/avltree_foreach_from_lr.c"/> |
||||
<File Name="src/cw/avliter_next.c"/> |
||||
<File Name="src/cw/capwap_80211_actions_ac.c"/> |
||||
<File Name="src/cw/sock_addrlen.c"/> |
||||
<File Name="src/cw/cw_load_file.c"/> |
||||
<File Name="src/cw/sock_copyaddr.c"/> |
||||
<File Name="src/cw/cw_setstr.c"/> |
||||
<File Name="src/cw/conn_q_get_packet.c"/> |
||||
<File Name="src/cw/cw_read_80211_mac_operation.c"/> |
||||
<File Name="src/cw/cw_in_check_img_data_req_ac.c"/> |
||||
<File Name="src/cw/log.c"/> |
||||
<File Name="src/cw/cw_out_init_session_id.c"/> |
||||
<File Name="src/cw/log.h"/> |
||||
<File Name="src/cw/format.c"/> |
||||
<File Name="src/cw/intavltree.h"/> |
||||
<File Name="src/cw/sock_cmpaddr.c"/> |
||||
<File Name="src/cw/cw_in_radio_administrative_state.c"/> |
||||
<File Name="src/cw/avltree_get.c"/> |
||||
<File Name="src/cw/cwmsg_addelem_80211_add_wlan.c"/> |
||||
<File Name="src/cw/cw_in_check_generic_req.c"/> |
||||
<File Name="src/cw/dot11.h"/> |
||||
<File Name="src/cw/item.h"/> |
||||
<File Name="src/cw/cw_in_check_generic_resp.c"/> |
||||
<File Name="src/cw/capwap80211_items.h"/> |
||||
<File Name="src/cw/cw_in_ac_descriptor.c"/> |
||||
<File Name="src/cw/mavl_foreach_lr.c"/> |
||||
<File Name="src/cw/mbag_type_bin.c"/> |
||||
<File Name="src/cw/mavl_get.c"/> |
||||
<File Name="src/cw/sock_setport.c"/> |
||||
<File Name="src/cw/mbag_type_word.c"/> |
||||
<File Name="src/cw/mbag_type_byte.c"/> |
||||
<File Name="src/cw/cw_strlist_get_id.c"/> |
||||
<File Name="src/cw/sock.h"/> |
||||
<File Name="src/cw/aciplist.c"/> |
||||
<File Name="src/cw/log_syslog.c"/> |
||||
<File Name="src/cw/stravltree.c"/> |
||||
<File Name="src/cw/radio.c"/> |
||||
<File Name="src/cw/lw_put_ac_descriptor.c"/> |
||||
<File Name="src/cw/conn_destroy.c"/> |
||||
<File Name="src/cw/mavl_merge.c"/> |
||||
<File Name="src/cw/cw_put_msg.c"/> |
||||
<File Name="src/cw/cw_in_check_disc_resp.c"/> |
||||
<File Name="src/cw/mavl_add.c"/> |
||||
<File Name="src/cw/dtls_gnutls_get_cipher.c"/> |
||||
<File Name="src/cw/cw_in_check_cipwap_join_req.c"/> |
||||
<File Name="src/cw/vendors.h"/> |
||||
<File Name="src/cw/cw_read_wtp_descriptor_7.c"/> |
||||
<File Name="src/cw/dbg.h"/> |
||||
<File Name="src/cw/sock_addrtostr.c"/> |
||||
<File Name="src/cw/cw_out_80211_supported_rates.c"/> |
||||
<File Name="src/cw/dtls_openssl.h"/> |
||||
<File Name="src/cw/cw_addelem_vendor_specific_payload.c"/> |
||||
<File Name="src/cw/cw_in_radio_generic.c"/> |
||||
<File Name="src/cw/cw_in_check_cfg_update_req.c"/> |
||||
<File Name="src/cw/cw_msg_init.c"/> |
||||
<File Name="src/cw/bstr16_create_from_cfgstr.c"/> |
||||
<File Name="src/cw/cisco.c"/> |
||||
<File Name="src/cw/cw_read_wtp_descriptor.c"/> |
||||
<File Name="src/cw/mlist.h"/> |
||||
<File Name="src/cw/sock_set_recvtimeout.c"/> |
||||
<File Name="src/cw/lw_checksum.c"/> |
||||
<File Name="src/cw/cw_put_elem_radio_operational_state.c"/> |
||||
<File Name="src/cw/sock_addrinit.c"/> |
||||
<File Name="src/cw/cw_out_cisco_wtp_radio_cfg.c"/> |
||||
<File Name="src/cw/dtls_openssl_get_cipher.c"/> |
||||
<File Name="src/cw/cw_addelem_capwap_local_ip_addr.c"/> |
||||
<File Name="src/cw/cw_out_generic.c"/> |
||||
<File Name="src/cw/cw_iplist.c"/> |
||||
<File Name="src/cw/lw_addelem.c"/> |
||||
<File Name="src/cw/lw_in_vendor_specific.c"/> |
||||
<File Name="src/cw/conn_q_add_packet.c"/> |
||||
<File Name="src/cw/sock_getbroadcastaddr.c"/> |
||||
<File Name="src/cw/cw_save_file.c"/> |
||||
<File Name="src/cw/bstr_create_from_str.c"/> |
||||
<File Name="src/cw/capwap_strings_vendor.c"/> |
||||
<File Name="src/cw/cw_out_capwap_control_ip_addr_list.c"/> |
||||
<File Name="src/cw/bstrv_create_from_str.c"/> |
||||
<File Name="src/cw/cw_out_wtp_ip_address.c"/> |
||||
<File Name="src/cw/mbag_set_from_buf.c"/> |
||||
<File Name="src/cw/dtls_openssl_bio.c"/> |
||||
<File Name="src/cw/cw_in_generic.c"/> |
||||
<File Name="src/cw/cw_rand.c"/> |
||||
<File Name="src/cw/cw_80211.h"/> |
||||
<File Name="src/cw/capwap80211_type_rateset.c"/> |
||||
<File Name="src/cw/cw_out_image_data.c"/> |
||||
<File Name="src/cw/connlist.h"/> |
||||
<File Name="src/cw/mbag_type_data.c"/> |
||||
<File Name="src/cw/item.c"/> |
||||
<File Name="src/cw/mbag_type_sockaddr.c"/> |
||||
<File Name="src/cw/action.c"/> |
||||
<File Name="src/cw/strheap.c"/> |
||||
<File Name="src/cw/dtls_gnutls_connect.c"/> |
||||
<File Name="src/cw/fragman.c"/> |
||||
<File Name="src/cw/lwmsg.h"/> |
||||
<File Name="src/cw/cw_check_missing_mand.c"/> |
||||
<File Name="src/cw/cw_strnelem.c"/> |
||||
<File Name="src/cw/format_dot11_fc.c"/> |
||||
<File Name="src/cw/wtpinfo_lwreadelem_wtp_descriptor.c"/> |
||||
<File Name="src/cw/dbg_strings.c"/> |
||||
<File Name="src/cw/dtls_gnutls.c"/> |
||||
<File Name="src/cw/avltree_foreach_node.c"/> |
||||
<File Name="src/cw/conn_prepare_configuration_update_request.c"/> |
||||
<File Name="src/cw/conn_q_recv_packet.c"/> |
||||
<File Name="src/cw/bstr16_create_from_str.c"/> |
||||
<File Name="src/cw/avltree_foreach.c"/> |
||||
<File Name="src/cw/format_is_utf8.c"/> |
||||
<File Name="src/cw/conn_create.c"/> |
||||
<File Name="src/cw/cw_in_check_img_data_req_wtp.c"/> |
||||
<File Name="src/cw/cw_out_radio_administrative_states.c"/> |
||||
<File Name="src/cw/dot11_beacon.c"/> |
||||
<File Name="src/cw/strlist.h"/> |
||||
<File Name="src/cw/dtls_gnutls_accept.c"/> |
||||
<File Name="src/cw/dtls_openssl.c"/> |
||||
<File Name="src/cw/cwmsg_addelem_mtu_discovery_padding.c"/> |
||||
<File Name="src/cw/bstr16cfgstr.c"/> |
||||
<File Name="src/cw/file.h"/> |
||||
<File Name="src/cw/cw_in_capwap_local_ipv4_address.c"/> |
||||
<File Name="src/cw/sock_create.c"/> |
||||
<File Name="src/cw/lw_readelem_wtp_board_data.c"/> |
||||
<File Name="src/cw/cwmsg_addelem_vendor_cisco_mwar_addr.c"/> |
||||
<File Name="src/cw/action.h"/> |
||||
<File Name="src/cw/sock_get_primary_if.c"/> |
||||
<File Name="src/cw/netconn.h"/> |
||||
<File Name="src/cw/mbag_type_ptr.c"/> |
||||
<File Name="src/cw/capwap80211_items.c"/> |
||||
<File Name="src/cw/capwap_strings_elem.c"/> |
||||
<File Name="src/cw/connlist.c"/> |
||||
<File Name="src/cw/lw_put_80211_wtp_wlan_radio_configuration.c"/> |
||||
<File Name="src/cw/cw_put_image_data.c"/> |
||||
<File Name="src/cw/cw_util.c"/> |
||||
<File Name="src/cw/cw_in_mtu_discovery_padding.c"/> |
||||
<File Name="src/cw/conn_create_noq.c"/> |
||||
<File Name="src/cw/cw_addelem_cisco_wtp_radio_cfg.c"/> |
||||
<File Name="src/cw/mavl_del.c"/> |
||||
<File Name="src/cw/mavl_create.c"/> |
||||
<File Name="src/cw/lw.h"/> |
||||
<File Name="src/cw/dtls_gnutls_bio.c"/> |
||||
<File Name="src/cw/cw_read_ac_descriptor.c"/> |
||||
<File Name="src/cw/conn_prepare_image_data_request.c"/> |
||||
<File Name="src/cw/aciplist.h"/> |
||||
<File Name="src/cw/timer.h"/> |
||||
<File Name="src/cw/mavl_foreach.c"/> |
||||
<File Name="src/cw/lwapp_cisco.h"/> |
||||
<File Name="src/cw/hdr_print.c"/> |
||||
<File Name="src/cw/mbag_type_vendorstr.c"/> |
||||
<File Name="src/cw/mdata.h"/> |
||||
<File Name="src/cw/cw_out_wtp_board_data.c"/> |
||||
<File Name="src/cw/mbag_type_str.c"/> |
||||
<File Name="src/cw/cw_init_data_keep_alive_msg.c"/> |
||||
<File Name="src/cw/cw_in_check_chng_state_evnt_req.c"/> |
||||
<File Name="src/cw/capwap_strings_item.c"/> |
||||
<File Name="src/cw/cw_out_ac_name_with_priority.c"/> |
||||
<File Name="src/cw/mavl_del_all.c"/> |
||||
<File Name="src/cw/cw_out_wtp_reboot_statistics.c"/> |
||||
<File Name="src/cw/capwap.h"/> |
||||
<File Name="src/cw/sock_getifinfo.c"/> |
||||
<File Name="src/cw/capwap_crypto.h"/> |
||||
<File Name="src/cw/capwap_strings_state.c"/> |
||||
<File Name="src/cw/avltree_foreach_rl.c"/> |
||||
<File Name="src/cw/cw_out_radio_info.c"/> |
||||
<File Name="src/cw/capwap_items.c"/> |
||||
</VirtualDirectory> |
||||
<VirtualDirectory Name="mod"> |
||||
<File Name="src/mod/modload_wtp.c"/> |
||||
<File Name="src/mod/modload_ac.c"/> |
||||
<File Name="src/mod/modload.h"/> |
||||
<VirtualDirectory Name="capwap"> |
||||
<File Name="src/mod/capwap/capwap_out_ac_ip_list.c"/> |
||||
<File Name="src/mod/capwap/capwap_out_wtp_descriptor.c"/> |
||||
<File Name="src/mod/capwap/capwap_actions.h"/> |
||||
<File Name="src/mod/capwap/capwap_actions_ac.c"/> |
||||
<File Name="src/mod/capwap/mod_capwap_ac.c"/> |
||||
<File Name="src/mod/capwap/capwap_in_wtp_board_data.c"/> |
||||
<File Name="src/mod/capwap/capwap_actions_wtp.c"/> |
||||
<File Name="src/mod/capwap/mod_capwap_wtp.c"/> |
||||
<File Name="src/mod/capwap/capwap_out_ac_descriptor.c"/> |
||||
<File Name="src/mod/capwap/capwap_in_ac_ip_list.c"/> |
||||
<File Name="src/mod/capwap/mod_capwap.h"/> |
||||
<File Name="src/mod/capwap/capwap_in_wtp_descriptor.c"/> |
||||
<File Name="src/mod/capwap/capwap_in_session_id.c"/> |
||||
<File Name="src/mod/capwap/capwap_out_get_session_id.c"/> |
||||
<File Name="src/mod/capwap/capwap_out_get_idle_timeout.c"/> |
||||
</VirtualDirectory> |
||||
<VirtualDirectory Name="capwap80211"> |
||||
<File Name="src/mod/capwap80211/mod_capwap80211_wtp.c"/> |
||||
<File Name="src/mod/capwap80211/mod_capwap80211_ac.c"/> |
||||
<File Name="src/mod/capwap80211/mod_capwap80211.h"/> |
||||
<File Name="src/mod/capwap80211/capwap80211_actions_wtp.c"/> |
||||
<File Name="src/mod/capwap80211/capwap80211_out_wtp_radio_cfg.c"/> |
||||
<File Name="src/mod/capwap80211/capwap80211_actions_ac.c"/> |
||||
</VirtualDirectory> |
||||
<VirtualDirectory Name="cipwap"> |
||||
<File Name="src/mod/cipwap/cipwap_items.c"/> |
||||
<File Name="src/mod/cipwap/cipwap_actions_ac.c"/> |
||||
<File Name="src/mod/cipwap/mod_cipwap_ac.c"/> |
||||
<File Name="src/mod/cipwap/mod_cipwap.h"/> |
||||
<File Name="src/mod/cipwap/mod_cipwap_wtp.c"/> |
||||
<File Name="src/mod/cipwap/cipwap_items.h"/> |
||||
<File Name="src/mod/cipwap/cipwap_actions_wtp.c"/> |
||||
</VirtualDirectory> |
||||
<VirtualDirectory Name="cisco"> |
||||
<File Name="src/mod/cisco/cisco_out_telnet_ssh.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_capwap_up.c"/> |
||||
<File Name="src/mod/cisco/cisco_in_telnet_ssh.c"/> |
||||
<File Name="src/mod/cisco/cisco_items.c"/> |
||||
<File Name="src/mod/cisco/capwap_items.h"/> |
||||
<File Name="src/mod/cisco/cisco_in_radio_administrative_state.c"/> |
||||
<File Name="src/mod/cisco/cisco_actions_wtp.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_wtp_descriptor.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_wtp_administrative_state.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_ac_descriptor.c"/> |
||||
<File Name="src/mod/cisco/mod_cisco.h"/> |
||||
<File Name="src/mod/cisco/cw_in_check_disc_req.c"/> |
||||
<File Name="src/mod/cisco/mod_cisco_ac.c"/> |
||||
<File Name="src/mod/cisco/cisco_in_ac_descriptor.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_ac_ipv4_list.c"/> |
||||
<File Name="src/mod/cisco/cisco_actions_ac.c"/> |
||||
<File Name="src/mod/cisco/cisco_in_wtp_descriptor.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_radio_operational_state.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_wtp_operational_state.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_manager_ip_addr.c"/> |
||||
<File Name="src/mod/cisco/cisco_in_spam_vendor_specific.c"/> |
||||
<File Name="src/mod/cisco/cisco_in_radio_operational_state.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_board_data_options.c"/> |
||||
<File Name="src/mod/cisco/cisco80211_out_wtp_radio_configuration.c"/> |
||||
<File Name="src/mod/cisco/cisco_in_add_wlan.c"/> |
||||
<File Name="src/mod/cisco/cisco80211_in_mac_operation.c"/> |
||||
<File Name="src/mod/cisco/cisco_items.h"/> |
||||
<File Name="src/mod/cisco/cisco80211_in_wtp_radio_configuration.c"/> |
||||
<File Name="src/mod/cisco/cisco80211.h"/> |
||||
<File Name="src/mod/cisco/cisco.h"/> |
||||
<File Name="src/mod/cisco/cisco_out_ap_timesync.c"/> |
||||
<File Name="src/mod/cisco/mod_cisco_wtp.c"/> |
||||
<File Name="src/mod/cisco/cisco80211.c"/> |
||||
<File Name="src/mod/cisco/capwap.h"/> |
||||
</VirtualDirectory> |
||||
<VirtualDirectory Name="fortinet"> |
||||
<File Name="src/mod/fortinet/mod_fortinet_ac.c"/> |
||||
<File Name="src/mod/fortinet/mod_fortinet_wtp.c"/> |
||||
<File Name="src/mod/fortinet/fortinet.h"/> |
||||
<File Name="src/mod/fortinet/fortinet_actions_ac.c"/> |
||||
<File Name="src/mod/fortinet/fortinet_actions_wtp.c"/> |
||||
<File Name="src/mod/fortinet/mod_fortinet.h"/> |
||||
</VirtualDirectory> |
||||
<VirtualDirectory Name="zyxel"> |
||||
<File Name="src/mod/zyxel/zyxel_actions_ac.c"/> |
||||
<File Name="src/mod/zyxel/mod_zyxel.h"/> |
||||
<File Name="src/mod/zyxel/mod_zyxel_ac.c"/> |
||||
</VirtualDirectory> |
||||
</VirtualDirectory> |
||||
<VirtualDirectory Name="wtp"> |
||||
<File Name="src/wtp/dot11.c"/> |
||||
<File Name="src/wtp/nlt.h"/> |
||||
<File Name="src/wtp/setup_conf.c"/> |
||||
<File Name="src/wtp/wtp.h"/> |
||||
<File Name="src/wtp/image_update.c"/> |
||||
<File Name="src/wtp/wtp_interface.c"/> |
||||
<File Name="src/wtp/wtp_conf.c"/> |
||||
<File Name="src/wtp/wtp_main.c"/> |
||||
<File Name="src/wtp/cfg.c"/> |
||||
<File Name="src/wtp/conf_uci.c"/> |
||||
<File Name="src/wtp/dot11.h"/> |
||||
<File Name="src/wtp/cfg.h"/> |
||||
<File Name="src/wtp/discovery.c"/> |
||||
<File Name="src/wtp/nlt_cmdnames.c"/> |
||||
<File Name="src/wtp/configure.c"/> |
||||
<File Name="src/wtp/nlt_attrnames.c"/> |
||||
<File Name="src/wtp/run.c"/> |
||||
<File Name="src/wtp/wtpdrv.c"/> |
||||
<File Name="src/wtp/nlt.c"/> |
||||
<File Name="src/wtp/wtp_conf.h"/> |
||||
<File Name="src/wtp/wtp_interface.h"/> |
||||
<File Name="src/wtp/changestate.c"/> |
||||
<File Name="src/wtp/nl80211.h"/> |
||||
<File Name="src/wtp/join.c"/> |
||||
<File Name="src/wtp/sulking.c"/> |
||||
<File Name="src/wtp/wtpdrv.h"/> |
||||
</VirtualDirectory> |
||||
</VirtualDirectory> |
||||
<Description/> |
||||
<Dependencies/> |
||||
<Settings Type="Dynamic Library"> |
||||
<GlobalSettings> |
||||
<Compiler Options="" C_Options="" Assembler=""> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options=""> |
||||
<LibraryPath Value="."/> |
||||
</Linker> |
||||
<ResourceCompiler Options=""/> |
||||
</GlobalSettings> |
||||
<Configuration Name="Debug" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="-g" C_Options="-g" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand/> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
<Configuration Name="Release" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="-O2" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand/> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
</Settings> |
||||
<Dependencies Name="Debug"/> |
||||
<Dependencies Name="Release"/> |
||||
</CodeLite_Project> |
@ -0,0 +1,115 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<CodeLite_Project Name="mod_capwap" InternalType=""> |
||||
<VirtualDirectory Name="src"> |
||||
<VirtualDirectory Name="mod"> |
||||
<VirtualDirectory Name="capwap"> |
||||
<File Name="src/mod/capwap/capwap_out_ac_ip_list.c"/> |
||||
<File Name="src/mod/capwap/capwap_out_wtp_descriptor.c"/> |
||||
<File Name="src/mod/capwap/capwap_actions.h"/> |
||||
<File Name="src/mod/capwap/capwap_actions_ac.c"/> |
||||
<File Name="src/mod/capwap/mod_capwap_ac.c"/> |
||||
<File Name="src/mod/capwap/capwap_in_wtp_board_data.c"/> |
||||
<File Name="src/mod/capwap/capwap_actions_wtp.c"/> |
||||
<File Name="src/mod/capwap/mod_capwap_wtp.c"/> |
||||
<File Name="src/mod/capwap/capwap_out_ac_descriptor.c"/> |
||||
<File Name="src/mod/capwap/capwap_in_ac_ip_list.c"/> |
||||
<File Name="src/mod/capwap/mod_capwap.h"/> |
||||
<File Name="src/mod/capwap/capwap_in_wtp_descriptor.c"/> |
||||
<File Name="src/mod/capwap/capwap_in_session_id.c"/> |
||||
<File Name="src/mod/capwap/capwap_out_get_session_id.c"/> |
||||
<File Name="src/mod/capwap/capwap_out_get_idle_timeout.c"/> |
||||
</VirtualDirectory> |
||||
</VirtualDirectory> |
||||
</VirtualDirectory> |
||||
<Description/> |
||||
<Dependencies/> |
||||
<Settings Type="Dynamic Library"> |
||||
<GlobalSettings> |
||||
<Compiler Options="" C_Options="" Assembler=""> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options=""> |
||||
<LibraryPath Value="."/> |
||||
</Linker> |
||||
<ResourceCompiler Options=""/> |
||||
</GlobalSettings> |
||||
<Configuration Name="Debug" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="-g" C_Options="-g" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand>make clean && make</RebuildCommand> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)/src/mod/capwap/</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
<Configuration Name="Release" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="-O2" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand/> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
</Settings> |
||||
<Dependencies Name="Debug"/> |
||||
<Dependencies Name="Release"/> |
||||
</CodeLite_Project> |
@ -0,0 +1,107 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<CodeLite_Project Name="mod_cipwap" InternalType=""> |
||||
<VirtualDirectory Name="src"> |
||||
<VirtualDirectory Name="mod"> |
||||
<VirtualDirectory Name="cipwap"> |
||||
<File Name="src/mod/cipwap/cipwap_items.c"/> |
||||
<File Name="src/mod/cipwap/cipwap_actions_ac.c"/> |
||||
<File Name="src/mod/cipwap/mod_cipwap_ac.c"/> |
||||
<File Name="src/mod/cipwap/mod_cipwap.h"/> |
||||
<File Name="src/mod/cipwap/mod_cipwap_wtp.c"/> |
||||
<File Name="src/mod/cipwap/cipwap_items.h"/> |
||||
<File Name="src/mod/cipwap/cipwap_actions_wtp.c"/> |
||||
</VirtualDirectory> |
||||
</VirtualDirectory> |
||||
</VirtualDirectory> |
||||
<Description/> |
||||
<Dependencies/> |
||||
<Settings Type="Dynamic Library"> |
||||
<GlobalSettings> |
||||
<Compiler Options="" C_Options="" Assembler=""> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options=""> |
||||
<LibraryPath Value="."/> |
||||
</Linker> |
||||
<ResourceCompiler Options=""/> |
||||
</GlobalSettings> |
||||
<Configuration Name="Debug" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="-g" C_Options="-g" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand>make clean && make</RebuildCommand> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)/src/mod/cipwap</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
<Configuration Name="Release" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="-O2" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand/> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
</Settings> |
||||
<Dependencies Name="Debug"/> |
||||
<Dependencies Name="Release"/> |
||||
</CodeLite_Project> |
@ -0,0 +1,132 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<CodeLite_Project Name="mod_cisco" InternalType=""> |
||||
<VirtualDirectory Name="src"> |
||||
<VirtualDirectory Name="mod"> |
||||
<VirtualDirectory Name="cisco"> |
||||
<File Name="src/mod/cisco/cisco_out_telnet_ssh.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_capwap_up.c"/> |
||||
<File Name="src/mod/cisco/cisco_in_telnet_ssh.c"/> |
||||
<File Name="src/mod/cisco/cisco_items.c"/> |
||||
<File Name="src/mod/cisco/capwap_items.h"/> |
||||
<File Name="src/mod/cisco/cisco_in_radio_administrative_state.c"/> |
||||
<File Name="src/mod/cisco/cisco_actions_wtp.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_wtp_descriptor.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_wtp_administrative_state.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_ac_descriptor.c"/> |
||||
<File Name="src/mod/cisco/mod_cisco.h"/> |
||||
<File Name="src/mod/cisco/cw_in_check_disc_req.c"/> |
||||
<File Name="src/mod/cisco/mod_cisco_ac.c"/> |
||||
<File Name="src/mod/cisco/cisco_in_ac_descriptor.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_ac_ipv4_list.c"/> |
||||
<File Name="src/mod/cisco/cisco_actions_ac.c"/> |
||||
<File Name="src/mod/cisco/cisco_in_wtp_descriptor.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_radio_operational_state.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_wtp_operational_state.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_manager_ip_addr.c"/> |
||||
<File Name="src/mod/cisco/cisco_in_spam_vendor_specific.c"/> |
||||
<File Name="src/mod/cisco/cisco_in_radio_operational_state.c"/> |
||||
<File Name="src/mod/cisco/cisco_out_board_data_options.c"/> |
||||
<File Name="src/mod/cisco/cisco80211_out_wtp_radio_configuration.c"/> |
||||
<File Name="src/mod/cisco/cisco_in_add_wlan.c"/> |
||||
<File Name="src/mod/cisco/cisco80211_in_mac_operation.c"/> |
||||
<File Name="src/mod/cisco/cisco_items.h"/> |
||||
<File Name="src/mod/cisco/cisco80211_in_wtp_radio_configuration.c"/> |
||||
<File Name="src/mod/cisco/cisco80211.h"/> |
||||
<File Name="src/mod/cisco/cisco.h"/> |
||||
<File Name="src/mod/cisco/cisco_out_ap_timesync.c"/> |
||||
<File Name="src/mod/cisco/mod_cisco_wtp.c"/> |
||||
<File Name="src/mod/cisco/cisco80211.c"/> |
||||
<File Name="src/mod/cisco/capwap.h"/> |
||||
</VirtualDirectory> |
||||
</VirtualDirectory> |
||||
</VirtualDirectory> |
||||
<Description/> |
||||
<Dependencies/> |
||||
<Settings Type="Dynamic Library"> |
||||
<GlobalSettings> |
||||
<Compiler Options="" C_Options="" Assembler=""> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options=""> |
||||
<LibraryPath Value="."/> |
||||
</Linker> |
||||
<ResourceCompiler Options=""/> |
||||
</GlobalSettings> |
||||
<Configuration Name="Debug" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="-g" C_Options="-g" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand>make clean && make</RebuildCommand> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)/src/mod/cisco</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
<Configuration Name="Release" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="-O2" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand/> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
</Settings> |
||||
</CodeLite_Project> |
@ -0,0 +1,124 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<CodeLite_Project Name="wtp" InternalType=""> |
||||
<VirtualDirectory Name="src"> |
||||
<VirtualDirectory Name="wtp"> |
||||
<File Name="src/wtp/dot11.c"/> |
||||
<File Name="src/wtp/nlt.h"/> |
||||
<File Name="src/wtp/setup_conf.c"/> |
||||
<File Name="src/wtp/wtp.h"/> |
||||
<File Name="src/wtp/image_update.c"/> |
||||
<File Name="src/wtp/wtp_interface.c"/> |
||||
<File Name="src/wtp/wtp_conf.c"/> |
||||
<File Name="src/wtp/wtp_main.c"/> |
||||
<File Name="src/wtp/cfg.c"/> |
||||
<File Name="src/wtp/conf_uci.c"/> |
||||
<File Name="src/wtp/dot11.h"/> |
||||
<File Name="src/wtp/cfg.h"/> |
||||
<File Name="src/wtp/discovery.c"/> |
||||
<File Name="src/wtp/nlt_cmdnames.c"/> |
||||
<File Name="src/wtp/configure.c"/> |
||||
<File Name="src/wtp/nlt_attrnames.c"/> |
||||
<File Name="src/wtp/run.c"/> |
||||
<File Name="src/wtp/wtpdrv.c"/> |
||||
<File Name="src/wtp/nlt.c"/> |
||||
<File Name="src/wtp/wtp_conf.h"/> |
||||
<File Name="src/wtp/wtp_interface.h"/> |
||||
<File Name="src/wtp/changestate.c"/> |
||||
<File Name="src/wtp/nl80211.h"/> |
||||
<File Name="src/wtp/join.c"/> |
||||
<File Name="src/wtp/sulking.c"/> |
||||
<File Name="src/wtp/wtpdrv.h"/> |
||||
</VirtualDirectory> |
||||
</VirtualDirectory> |
||||
<Description/> |
||||
<Dependencies/> |
||||
<Settings Type="Dynamic Library"> |
||||
<GlobalSettings> |
||||
<Compiler Options="" C_Options="" Assembler=""> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options=""> |
||||
<LibraryPath Value="."/> |
||||
</Linker> |
||||
<ResourceCompiler Options=""/> |
||||
</GlobalSettings> |
||||
<Configuration Name="Debug" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="-g" C_Options="-g" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand>make clean && make</RebuildCommand> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)/src/wtp</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
<Configuration Name="Release" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |
||||
<Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> |
||||
<IncludePath Value="."/> |
||||
</Compiler> |
||||
<Linker Options="-O2" Required="yes"/> |
||||
<ResourceCompiler Options="" Required="no"/> |
||||
<General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/> |
||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> |
||||
<![CDATA[]]> |
||||
</Environment> |
||||
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no"> |
||||
<DebuggerSearchPaths/> |
||||
<PostConnectCommands/> |
||||
<StartupCommands/> |
||||
</Debugger> |
||||
<PreBuild/> |
||||
<PostBuild/> |
||||
<CustomBuild Enabled="yes"> |
||||
<RebuildCommand/> |
||||
<CleanCommand>make clean</CleanCommand> |
||||
<BuildCommand>make</BuildCommand> |
||||
<PreprocessFileCommand/> |
||||
<SingleFileCommand/> |
||||
<MakefileGenerationCommand/> |
||||
<ThirdPartyToolName>None</ThirdPartyToolName> |
||||
<WorkingDirectory>$(WorkspacePath)</WorkingDirectory> |
||||
</CustomBuild> |
||||
<AdditionalRules> |
||||
<CustomPostBuild/> |
||||
<CustomPreBuild/> |
||||
</AdditionalRules> |
||||
<Completion EnableCpp11="no" EnableCpp14="no"> |
||||
<ClangCmpFlagsC/> |
||||
<ClangCmpFlags/> |
||||
<ClangPP/> |
||||
<SearchPaths/> |
||||
</Completion> |
||||
</Configuration> |
||||
</Settings> |
||||
<Dependencies Name="Debug"/> |
||||
<Dependencies Name="Release"/> |
||||
</CodeLite_Project> |
Loading…
Reference in new issue