diff options
Diffstat (limited to 'src/ap/hostapd.h')
| -rw-r--r-- | src/ap/hostapd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ap/hostapd.h b/src/ap/hostapd.h index 9a705a45..090544d5 100644 --- a/src/ap/hostapd.h +++ b/src/ap/hostapd.h @@ -348,6 +348,9 @@ struct hostapd_iface { unsigned int cs_c_off_proberesp; int csa_in_progress; + unsigned int dfs_cac_ms; + struct os_reltime dfs_cac_start; + #ifdef CONFIG_ACS unsigned int acs_num_completed_scans; #endif /* CONFIG_ACS */ |
