add support for CAPWAP IEEE 802.11 Information Element to AssocResponse

This commit is contained in:
Andreas Schultz
2016-02-29 15:30:54 +01:00
parent a85f07f18a
commit 484002b3e6
3 changed files with 28 additions and 12 deletions

View File

@ -577,6 +577,9 @@ struct ieee80211_associationresponse_params {
int supportedratescount;
uint8_t supportedrates[IEEE80211_SUPPORTEDRATE_MAX_COUNT];
int response_ies_len;
uint8_t *response_ies;
};
int ieee80211_create_associationresponse_response(uint8_t* buffer, int length, struct ieee80211_associationresponse_params* params);