The preparation for sending IEEE802.11 management packets to the AC by data

channel. Support both Local Mac and Split Mac.
This commit is contained in:
vemax78
2014-02-09 21:55:10 +01:00
parent 152f869354
commit e1e4748367
5 changed files with 181 additions and 62 deletions

View File

@ -96,7 +96,12 @@ struct device_setconfiguration_params {
};
/* */
typedef void (*send_mgmtframe_to_ac)(void* param, const struct ieee80211_header_mgmt* mgmt, int mgmtlength, int leavenativeframe);
struct wlan_startap_params {
send_mgmtframe_to_ac send_mgmtframe;
void* send_mgmtframe_to_ac_cbparam;
const char* ssid;
uint8_t ssid_hidden;
uint16_t capability;