Searched refs:start_freq (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/net/wireless/ |
| D | chan.c | 285 u32 start_freq; in cfg80211_get_start_freq() local 288 start_freq = center_freq; in cfg80211_get_start_freq() 290 start_freq = center_freq - bandwidth/2 + 10; in cfg80211_get_start_freq() 292 return start_freq; in cfg80211_get_start_freq() 313 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_required() local 315 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required() 318 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_required() 392 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_usable() local 395 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable() 404 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_usable() [all …]
|
| D | reg.c | 1137 u32 start_freq, end_freq, idx, no; in reg_get_max_bandwidth_from_range() local 1159 start_freq = freq_range->start_freq_khz; in reg_get_max_bandwidth_from_range() 1177 return end_freq - start_freq; in reg_get_max_bandwidth_from_range()
|
| /Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
| D | 11h.c | 156 cr_req->chan_desc.start_freq = cpu_to_le16(MWIFIEX_A_BAND_START_FREQ); in mwifiex_cmd_issue_chan_report_request()
|
| D | fw.h | 1444 __le16 start_freq; member
|
| /Linux-v4.19/net/mac80211/ |
| D | ibss.c | 1358 u32 start_freq, end_freq, freq; in ibss_setup_channels() local 1361 start_freq = center_freq; in ibss_setup_channels() 1364 start_freq = center_freq - width / 2 + 10; in ibss_setup_channels() 1368 for (freq = start_freq; freq <= end_freq; freq += 20) { in ibss_setup_channels()
|