More work on CAPWAP state machine...

FossilOrigin-Name: c9f31c71d46610612aafb5b4935aece949463d88eb86e4c22afa6991346185eb
This commit is contained in:
7u83@mail.ru
2015-04-05 00:07:59 +00:00
parent fbd0c126fb
commit fcd4b31c85
42 changed files with 894 additions and 619 deletions

View File

@ -57,7 +57,7 @@ int acinfo_print(char *str,const struct ac_info *acinfo)
s+=sprintf(s,"\tSecurity: %s\n",help);
help[0]=0;
if (acinfo->dtls_policy & AC_DTLS_POLICY_D){
/* if (acinfo->dtls_policy & AC_DTLS_POLICY_D){
strcpy(help,"dtls");
}
if (acinfo->dtls_policy & AC_DTLS_POLICY_C){
@ -65,7 +65,7 @@ int acinfo_print(char *str,const struct ac_info *acinfo)
strcat(help,"/");
strcat(help,"clear");
}
if (!strlen(help))
*/ if (!strlen(help))
strcpy(help,"Not set");
s+=sprintf(s,"\tDTLS policy: %s\n",help);