Searched refs:start_freq (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/wireless/ |
| D | chan.c | 387 u32 start_freq; in cfg80211_get_start_freq() local 390 start_freq = center_freq; in cfg80211_get_start_freq() 392 start_freq = center_freq - bandwidth/2 + 10; in cfg80211_get_start_freq() 394 return start_freq; in cfg80211_get_start_freq() 415 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_required() local 417 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required() 420 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_required() 494 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_usable() local 497 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable() 506 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_usable() [all …]
|
| D | reg.c | 1153 u32 start_freq, end_freq, idx, no; in reg_get_max_bandwidth_from_range() local 1175 start_freq = freq_range->start_freq_khz; in reg_get_max_bandwidth_from_range() 1193 return end_freq - start_freq; in reg_get_max_bandwidth_from_range()
|
| /Linux-v5.4/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-v5.4/net/mac80211/ |
| D | ibss.c | 1365 u32 start_freq, end_freq, freq; in ibss_setup_channels() local 1368 start_freq = center_freq; in ibss_setup_channels() 1371 start_freq = center_freq - width / 2 + 10; in ibss_setup_channels() 1375 for (freq = start_freq; freq <= end_freq; freq += 20) { in ibss_setup_channels()
|