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,6 +96,10 @@ struct nl80211_wlan_handle {
uint64_t last_cookie;
/* */
send_mgmtframe_to_ac send_mgmtframe;
void* send_mgmtframe_to_ac_cbparam;
/* WLAN information */
char ssid[WIFI_SSID_MAX_LENGTH + 1];
uint8_t ssid_hidden;