Searched defs:ieee80211_dfs_state (Results 1 – 1 of 1) sorted by relevance
34 struct ieee80211_dfs_state { struct35 int nol_event[IEEE80211_CHAN_MAX];36 struct callout nol_timer; /* NOL list processing */37 struct callout cac_timer; /* CAC timer */38 struct timeval lastevent; /* time of last radar event */39 int cureps; /* current events/second */40 const struct ieee80211_channel *lastchan;/* chan w/ last radar event */41 struct ieee80211_channel *newchan; /* chan selected next */