DFS: Print CAC info in ctrl_iface STATUS command

Print CAC time and CAC left time in control interface STATUS command.

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
This commit is contained in:
Janusz Dziedzic 2014-03-05 09:23:42 +01:00 committed by Jouni Malinen
parent 095ded5dd5
commit bbbacbf2f8
6 changed files with 66 additions and 3 deletions

View file

@ -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 */