Almost all ktv stuff deleted
This commit is contained in:
@ -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}
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user