Lines Matching defs:ieee80211_channel
186 struct ieee80211_channel { struct
187 enum nl80211_band band;
188 u32 center_freq;
189 u16 freq_offset;
190 u16 hw_value;
191 u32 flags;
192 int max_antenna_gain;
193 int max_power;
194 int max_reg_power;
195 bool beacon_found;
196 u32 orig_flags;
197 int orig_mag, orig_mpwr;
198 enum nl80211_dfs_state dfs_state;
199 unsigned long dfs_state_entered;
200 unsigned int dfs_cac_ms;
201 s8 psd;