Added all message element that still need to be included in requests

This commit is contained in:
vemax78
2013-08-21 23:00:54 +02:00
parent 324f1fea88
commit 4474087f15
9 changed files with 41 additions and 19 deletions

View File

@ -114,7 +114,7 @@ static struct capwap_packet_txmng* ac_create_discovery_response(struct capwap_pa
capwap_list_free(controllist);
/* CAPWAP_CREATE_VENDORSPECIFICPAYLOAD_ELEMENT */ /* TODO */
/* CAPWAP_ELEMENT_VENDORPAYLOAD */ /* TODO */
return txmngpacket;
}