Added Delete Station Message Element into Station Configuration Message.

This commit is contained in:
vemax78
2014-04-15 22:26:31 +02:00
parent 21661277a0
commit fbd717b779
5 changed files with 67 additions and 5 deletions

View File

@ -670,6 +670,8 @@ int capwap_validate_parsed_packet(struct capwap_parsed_packet* packet, struct ca
} else {
return 0;
}
} else if (capwap_get_message_element(packet, CAPWAP_ELEMENT_DELETESTATION)) {
return 0;
}
break;