Add code to simple management IEEE802.11 Association Request/Response packets.

Need more code for complete the management of station association.
This commit is contained in:
vemax78
2014-01-14 19:15:58 +01:00
parent bc2a6183ce
commit 547e398924
4 changed files with 176 additions and 25 deletions

View File

@ -32,7 +32,7 @@ struct nl80211_device_handle {
struct capwap_list* wlanlist;
uint32_t currentfrequency;
struct wifi_frequency currentfrequency;
struct wifi_capability* capability; /* Cached capability */
};