deleted capwap_mode

This commit is contained in:
7u83 2022-08-09 23:44:35 +02:00
parent 4b5b00009c
commit d8f18f1a6a
2 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@ struct cw_Conn {
void *data;
/** Mode */
int capwap_mode;
// int capwap_mode;
/** CAWAP mode for outgoing messages */
int capwap_mode_out;

View File

@ -55,7 +55,7 @@ void conn_init(struct cw_Conn * conn)
conn->wait_dtls=CAPWAP_WAIT_DTLS;
conn->wait_join=CAPWAP_WAIT_JOIN;
conn->mtu_discovery=1;
conn->capwap_mode = 0;
// conn->capwap_mode = 0;
conn->strict_capwap=1;