Work on msgset
FossilOrigin-Name: 47f9ccd5e442443a9023a8d408ef2ebe2d073c947767058ba631d8b1a94063b2
This commit is contained in:
		@ -118,7 +118,7 @@ int ac_global_init()
 | 
			
		||||
	ac_status.max_wtps = 200;
 | 
			
		||||
	ac_status.security = CW_FLAG_AC_SECURITY_X | CW_FLAG_AC_SECURITY_S;
 | 
			
		||||
	ac_status.rmac_field = CW_FLAG_RMAC_SUPPORTED;
 | 
			
		||||
	ac_status.dtls_policy = CW_FLAG_DTLS_POLICY_C; // | CW_FLAG_DTLS_POLICY_D;
 | 
			
		||||
	ac_status.dtls_policy = CAPWAP_FLAG_DTLS_POLICY_C; // | CW_FLAG_DTLS_POLICY_D;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	mbag_set_bstrv(ac_config, CW_ITEM_AC_HARDWARE_VERSION, 0,
 | 
			
		||||
 | 
			
		||||
@ -95,6 +95,7 @@ extern struct cw_Mod * cw_get_mod_ac(const char *name);
 | 
			
		||||
extern void test_sets();
 | 
			
		||||
#include "cw/file.h"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
int main(int argc, char *argv[])
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
@ -121,13 +122,11 @@ int main(int argc, char *argv[])
 | 
			
		||||
	DBGX("Attention! %s", "DBG X is ON!");
 | 
			
		||||
 | 
			
		||||
//	cw_mod_set_mod_path("../../lib/actube");
 | 
			
		||||
//	cw_mod_load("capwap");
 | 
			
		||||
	//cw_mod_load("capwap");
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
//test_sets();
 | 
			
		||||
//exit(0);
 | 
			
		||||
 | 
			
		||||
	/* Initialize the database */
 | 
			
		||||
	if (!db_init())
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user