aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/ieee802_11_defs.h
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2012-05-27 17:35:00 -0700
committerJouni Malinen <j@w1.fi>2012-05-27 17:35:00 -0700
commitb6668734ab8ac235f129d1cd0aff4c4e1c922b41 (patch)
tree7a5932a36263cda9417dd9efc86bacbbade1c822 /src/common/ieee802_11_defs.h
parentb80eb89d8e21eb699d847bec226d897d9e92e0b8 (diff)
downloadexternal_wpa_supplicant_8_ti-b6668734ab8ac235f129d1cd0aff4c4e1c922b41.zip
external_wpa_supplicant_8_ti-b6668734ab8ac235f129d1cd0aff4c4e1c922b41.tar.gz
external_wpa_supplicant_8_ti-b6668734ab8ac235f129d1cd0aff4c4e1c922b41.tar.bz2
WNM: Add advertisement of BSS max idle period
If WNM is enabled for the build (CONFIG_WNM=y), add BSS max idle period information to the (Re)Association Response frame from the AP and parse this information on the station. For SME-in-wpa_supplicant case, add a timer to handle periodic transmission of the keep-alive frame. The actual request for the driver to transmit a frame is not yet implemented. Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/common/ieee802_11_defs.h')
-rw-r--r--src/common/ieee802_11_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/ieee802_11_defs.h b/src/common/ieee802_11_defs.h
index 27b9e61..0206294 100644
--- a/src/common/ieee802_11_defs.h
+++ b/src/common/ieee802_11_defs.h
@@ -228,6 +228,7 @@
#define WLAN_EID_20_40_BSS_INTOLERANT 73
#define WLAN_EID_OVERLAPPING_BSS_SCAN_PARAMS 74
#define WLAN_EID_MMIE 76
+#define WLAN_EID_BSS_MAX_IDLE_PERIOD 90
#define WLAN_EID_TFS_REQ 91
#define WLAN_EID_TFS_RESP 92
#define WLAN_EID_WNMSLEEP 93