Add support to Probe response offload

This commit is contained in:
vemax78
2014-02-09 18:42:15 +01:00
parent 025880583c
commit 152f869354
5 changed files with 144 additions and 177 deletions

View File

@ -101,6 +101,10 @@ struct nl80211_wlan_handle {
uint8_t ssid_hidden;
uint16_t capability;
/* Tunnel */
uint8_t macmode;
uint8_t tunnelmode;
/* Authentication */
uint8_t authenticationtype;
@ -110,9 +114,6 @@ struct nl80211_wlan_handle {
struct capwap_hash* stations;
uint32_t aidbitfield[WIFI_AID_BITFIELD_SIZE];
/* Scan */
unsigned long scancomplete;
};
/* Physical device info */