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