| /linux/net/wireless/ |
| A D | chan.c | 442 u32 start_freq; in cfg80211_get_start_freq() local 446 start_freq = center_freq; in cfg80211_get_start_freq() 448 start_freq = center_freq - bandwidth / 2 + MHZ_TO_KHZ(10); in cfg80211_get_start_freq() 450 return start_freq; in cfg80211_get_start_freq() 472 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_required() local 474 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required() 551 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_usable() local 554 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable() 741 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_available() local 813 u32 start_freq, end_freq, freq; in cfg80211_get_chans_dfs_cac_time() local [all …]
|
| A D | reg.c | 1193 u32 start_freq, end_freq, idx, no; in reg_get_max_bandwidth_from_range() local 1215 start_freq = freq_range->start_freq_khz; in reg_get_max_bandwidth_from_range() 1233 return end_freq - start_freq; in reg_get_max_bandwidth_from_range()
|
| A D | nl80211.c | 2209 rdev->wiphy.sar_capa->freq_ranges[i].start_freq)) in nl80211_put_sar_specs()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| A D | sar.c | 139 { .start_freq = 2412, .end_freq = 2484, }, 140 { .start_freq = 5180, .end_freq = 5320, }, 141 { .start_freq = 5500, .end_freq = 5720, }, 142 { .start_freq = 5745, .end_freq = 5825, }, 176 freq_start = rtw89_common_sar_freq_ranges[idx].start_freq; in rtw89_ops_set_sar_specs()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | reg.c | 455 ath11k_reg_adjust_bw(u16 start_freq, u16 end_freq, u16 max_bw) in ath11k_reg_adjust_bw() argument 459 bw = end_freq - start_freq; in ath11k_reg_adjust_bw() 473 ath11k_reg_update_rule(struct ieee80211_reg_rule *reg_rule, u32 start_freq, in ath11k_reg_update_rule() argument 477 reg_rule->freq_range.start_freq_khz = MHZ_TO_KHZ(start_freq); in ath11k_reg_update_rule() 497 bw = ath11k_reg_adjust_bw(reg_rule->start_freq, in ath11k_reg_update_weather_radar_band() 500 ath11k_reg_update_rule(regd->reg_rules + i, reg_rule->start_freq, in ath11k_reg_update_weather_radar_band() 507 i + 1, reg_rule->start_freq, ETSI_WEATHER_RADAR_BAND_LOW, in ath11k_reg_update_weather_radar_band() 628 reg_rule->start_freq, in ath11k_reg_build_regd() 641 reg_rule->start_freq < ETSI_WEATHER_RADAR_BAND_HIGH)){ in ath11k_reg_build_regd() 650 i + 1, reg_rule->start_freq, reg_rule->end_freq, in ath11k_reg_build_regd()
|
| A D | wmi.c | 3445 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param() 3449 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param() 3453 band_to_mac[i].start_freq = hal_reg_cap->low_5ghz_chan; in ath11k_fill_band_to_mac_param() 3623 band_to_mac->start_freq = in ath11k_init_cmd_send() 3624 param->band_to_mac[idx].start_freq; in ath11k_init_cmd_send() 4478 reg_rule_ptr[count].start_freq = in create_reg_rules_from_wmi()
|
| A D | wmi.h | 2172 u32 start_freq; member 2249 u32 start_freq; member 4048 u16 start_freq; member
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| A D | mac80211.c | 176 { .start_freq = 2402, .end_freq = 2494, }, 177 { .start_freq = 5150, .end_freq = 5350, }, 178 { .start_freq = 5350, .end_freq = 5470, }, 179 { .start_freq = 5470, .end_freq = 5725, }, 180 { .start_freq = 5725, .end_freq = 5950, },
|
| A D | mt76_connac_mcu.c | 1902 freq >= frp[i].range->start_freq && in mt76_connac_get_sar_power()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A 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()
|
| A D | fw.h | 1452 __le16 start_freq; member
|
| /linux/net/mac80211/ |
| A D | ibss.c | 1359 u32 start_freq, end_freq, freq; in ibss_setup_channels() local 1362 start_freq = center_freq; in ibss_setup_channels() 1365 start_freq = center_freq - width / 2 + 10; in ibss_setup_channels() 1369 for (freq = start_freq; freq <= end_freq; freq += 20) { in ibss_setup_channels()
|
| /linux/include/net/ |
| A D | cfg80211.h | 1843 u32 start_freq; member
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | mac.c | 85 {.start_freq = 2402, .end_freq = 2494 }, 86 {.start_freq = 5170, .end_freq = 5875 },
|