Searched defs:bandwidth (Results 1 - 1 of 1) sorted by relevance

/net/wireless/
H A Dchan.c241 u32 bandwidth,
247 for (freq = center_freq - bandwidth/2 + 10;
248 freq <= center_freq + bandwidth/2 - 10;
282 u32 bandwidth)
286 if (bandwidth <= 20)
289 start_freq = center_freq - bandwidth/2 + 10;
295 u32 bandwidth)
299 if (bandwidth <= 20)
302 end_freq = center_freq + bandwidth/2 - 10;
309 u32 bandwidth)
240 cfg80211_set_chans_dfs_state(struct wiphy *wiphy, u32 center_freq, u32 bandwidth, enum nl80211_dfs_state dfs_state) argument
281 cfg80211_get_start_freq(u32 center_freq, u32 bandwidth) argument
294 cfg80211_get_end_freq(u32 center_freq, u32 bandwidth) argument
307 cfg80211_get_chans_dfs_required(struct wiphy *wiphy, u32 center_freq, u32 bandwidth) argument
384 cfg80211_get_chans_dfs_usable(struct wiphy *wiphy, u32 center_freq, u32 bandwidth) argument
458 cfg80211_get_chans_dfs_available(struct wiphy *wiphy, u32 center_freq, u32 bandwidth) argument
523 cfg80211_get_chans_dfs_cac_time(struct wiphy *wiphy, u32 center_freq, u32 bandwidth) argument
580 cfg80211_secondary_chans_ok(struct wiphy *wiphy, u32 center_freq, u32 bandwidth, u32 prohibited_flags) argument
[all...]

Completed in 37 milliseconds