CW_JOIN_REQ... to CAPWAP_JOIN_REQ...

FossilOrigin-Name: 809b5b2014e10f7c70001984d874908d6f6c63198c0883e63ee919c9d89451dd
This commit is contained in:
7u83@mail.ru
2018-02-23 16:23:53 +00:00
parent a54b6ea36c
commit d72cc6ef02
12 changed files with 47 additions and 43 deletions

View File

@ -121,7 +121,11 @@
* A Discovery Response message is send by the AP to
* the WTP after receiving a Discovery Request message. */
#define CAPWAP_MSG_DISCOVERY_RESPONSE 2
#define CW_MSG_JOIN_REQUEST 3
/**
* The CAPWAP Join Request message type. A Join Request is
* snet by the WTP to join an AC */
#define CAPWAP_MSG_JOIN_REQUEST 3
#define CW_MSG_JOIN_RESPONSE 4
#define CW_MSG_CONFIGURATION_STATUS_REQUEST 5