Added stuff for primary discovery

FossilOrigin-Name: 7d168c9495177d441ee09d53dd3aa87e961f9dceccb2ffd42393ef9a121cc2b7
This commit is contained in:
root 2020-03-11 22:46:30 +00:00
parent 01b913496d
commit 844b6964dc
1 changed files with 21 additions and 1 deletions

View File

@ -1637,6 +1637,26 @@ static struct cw_MsgDef messages[] = {
discovery_response_elements,
},
{
NULL, /* name */
CAPWAP_MSG_PRIMARY_DISCOVERY_REQUEST, /* type */
CW_ROLE_AC, /* role */
NULL, /* states */
discovery_request_elements, /* elements */
NULL, /* preprocess fun */
postprocess_discovery /* postprocess fun */
},
{
NULL, /* name */
CAPWAP_MSG_PRIMARY_DISCOVERY_RESPONSE, /* type */
CW_ROLE_WTP,
NULL,
discovery_response_elements,
},
{
NULL, /* name */
CAPWAP_MSG_JOIN_REQUEST, /* type */