Searched defs:ieee80211_dfs_state (Results 1 – 1 of 1) sorted by relevance
40 struct ieee80211_dfs_state { struct41 int nol_event[IEEE80211_CHAN_MAX];42 struct callout nol_timer; /* NOL list processing */43 struct callout cac_timer; /* CAC timer */44 struct timeval lastevent; /* time of last radar event */45 int cureps; /* current events/second */46 const struct ieee80211_channel *lastchan;/* chan w/ last radar event */47 struct ieee80211_channel *newchan; /* chan selected next */