Add support for Time Advertisement

This adds preliminary support for IEEE 802.11v Time Advertisement
mechanism with UTC TSF offset.
This commit is contained in:
Jouni Malinen 2011-10-18 00:24:16 +03:00 committed by Jouni Malinen
parent 96b2cb226a
commit 39b97072b2
11 changed files with 156 additions and 0 deletions

View file

@ -342,6 +342,10 @@ struct hostapd_bss_config {
int tdls;
int disable_11n;
/* IEEE 802.11v */
int time_advertisement;
char *time_zone;
/* IEEE 802.11u - Interworking */
int interworking;
int access_network_type;