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:
parent
96b2cb226a
commit
39b97072b2
11 changed files with 156 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue