diff options
Diffstat (limited to 'src/ap/hostapd.h')
-rw-r--r-- | src/ap/hostapd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ap/hostapd.h b/src/ap/hostapd.h index 803776c..5401e80 100644 --- a/src/ap/hostapd.h +++ b/src/ap/hostapd.h @@ -108,6 +108,10 @@ struct hostapd_data { int parameter_set_count; + /* Time Advertisement */ + u8 time_update_counter; + struct wpabuf *time_adv; + #ifdef CONFIG_FULL_DYNAMIC_VLAN struct full_dynamic_vlan *full_dynamic_vlan; #endif /* CONFIG_FULL_DYNAMIC_VLAN */ |