Added the ability to manage timeouts inside the wireless module

This commit is contained in:
vemax78
2014-03-16 21:36:01 +01:00
parent 738a5d9c93
commit 684a829158
4 changed files with 10 additions and 0 deletions

View File

@ -100,6 +100,9 @@ struct nl80211_wlan_handle {
send_mgmtframe_to_ac send_mgmtframe;
void* send_mgmtframe_to_ac_cbparam;
/* */
struct capwap_timeout* timeout;
/* WLAN information */
char ssid[WIFI_SSID_MAX_LENGTH + 1];
uint8_t ssid_hidden;
@ -144,6 +147,9 @@ struct nl80211_virtdevice_item {
struct nl80211_station {
unsigned long flags;
/* Timers */
unsigned long idtimeout;
/* */
uint16_t capability;
uint16_t listeninterval;