Almost all ktv stuff deleted

This commit is contained in:
2022-08-19 22:23:55 +02:00
parent 14354039e1
commit 6dc8d80102
51 changed files with 658 additions and 1880 deletions

View File

@ -58,9 +58,9 @@ static cw_ValStruct_t radio_operational_state[] = {
static cw_ValValRange_t radio_admin_state_valguard[]={
{0,0,"reserved"},
{1,1,"enabled"},
{2,2,"disabled"},
{0,0,"0 - reserved"},
{1,1,"1 - enabled"},
{2,2,"2 - disabled"},
{0,0,NULL}
};

View File

@ -49,7 +49,8 @@ int static setup_cfg(struct cw_Conn * conn)
int security;
security = cw_setup_dtls(conn,conn->local_cfg,"capwap",CAPWAP_CIPHER);
cw_ktv_set_byte(conn->local_cfg,"ac-descriptor/security",security);
stop();
// cw_ktv_set_byte(conn->local_cfg,"ac-descriptor/security",security);
return 0;
}