Changed default cipher, added a function prototye.

FossilOrigin-Name: b767796e6570fe2260c9f3d03ec642673a680ff0c803dd989e46fd27a842ff10
This commit is contained in:
7u83@mail.ru 2014-08-03 11:28:45 +00:00
parent 346e915f55
commit f316dc077f
1 changed files with 2 additions and 1 deletions

View File

@ -300,7 +300,7 @@ extern int wtpinfo_set_radioinfo(struct wtpinfo * wtpinfo,uint8_t *msgelem, int
//#define CAPWAP_CIPHER "PSK-AES128-CBC-SHA:"
#define CAPWAP_CIPHER "ALL"
#define CAPWAP_CIPHER "AES128-SHA"
@ -348,5 +348,6 @@ extern const char * cw_msgelemtostr(int elem);
extern const char * cw_ianavendoridtostr(int id);
extern int hdr_print(char *str, uint8_t *packet, int len);
extern int cw_readelem_ecn_support(uint8_t *ecn_support, int type, uint8_t * msgelem, int len);
#endif