Add reference of IEEE802.11 message type

This commit is contained in:
vemax78
2013-10-20 17:33:57 +02:00
parent f0e7a37cca
commit 059f6d9dc9
4 changed files with 23 additions and 2 deletions

View File

@ -158,6 +158,11 @@ int wtp_dfa_state_run(struct capwap_parsed_packet* packet, struct timeout_contro
status = WTP_DFA_NO_PACKET;
break;
}
case CAPWAP_IEEE80211_WLAN_CONFIGURATION_REQUEST: {
/* TODO */
break;
}
}
}
} else {