Lines Matching defs:ieee80211_channel
196 struct ieee80211_channel { struct
197 enum nl80211_band band;
198 u32 center_freq;
199 u16 freq_offset;
200 u16 hw_value;
201 u32 flags;
202 int max_antenna_gain;
203 int max_power;
204 int max_reg_power;
205 bool beacon_found;
206 u32 orig_flags;
207 int orig_mag, orig_mpwr;
208 enum nl80211_dfs_state dfs_state;
209 unsigned long dfs_state_entered;
210 unsigned int dfs_cac_ms;
211 s8 psd;