The IEEE 802.11 Management packages can be sent into CAPWAP Data Channel only

in native format
This commit is contained in:
vemax78
2014-03-16 21:34:29 +01:00
parent 72dc064a23
commit 738a5d9c93
4 changed files with 11 additions and 11 deletions

View File

@ -93,7 +93,7 @@ struct device_setconfiguration_params {
};
/* */
typedef void (*send_mgmtframe_to_ac)(void* param, const struct ieee80211_header_mgmt* mgmt, int mgmtlength, int leavenativeframe);
typedef void (*send_mgmtframe_to_ac)(void* param, const struct ieee80211_header_mgmt* mgmt, int mgmtlength);
struct wlan_startap_params {
send_mgmtframe_to_ac send_mgmtframe;