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