Added stuff for primary discovery
FossilOrigin-Name: 7d168c9495177d441ee09d53dd3aa87e961f9dceccb2ffd42393ef9a121cc2b7
This commit is contained in:
parent
01b913496d
commit
844b6964dc
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user