Renamed some CW_... to CAPWAP...

FossilOrigin-Name: dbf63bf0d47b8820190c86c85e0ecfd4ad75854aaf14c82a29db9710fbe00c92
This commit is contained in:
7u83@mail.ru
2018-03-05 06:24:48 +00:00
parent 61183b47ae
commit f866dc6b25
11 changed files with 58 additions and 57 deletions

View File

@ -32,7 +32,7 @@ int update =0;
int handle_update_req(struct conn *conn, struct cw_action_in *a, uint8_t * data,
int len, struct sockaddr *from)
{
if (a->msg_id == CW_MSG_CONFIGURATION_UPDATE_REQUEST){
if (a->msg_id == CAPWAP_MSG_CONFIGURATION_UPDATE_REQUEST){
update =1;
}