Searched refs:center_ch (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mcu.c | 770 int center_ch = ieee80211_frequency_to_channel(chan->center_freq); in mt7921_mcu_set_roc() local 806 .center_chan = center_ch, in mt7921_mcu_set_roc() 807 .center_chan_from_ap = center_ch, in mt7921_mcu_set_roc() 812 if (chan->hw_value < center_ch) in mt7921_mcu_set_roc() 814 else if (chan->hw_value > center_ch) in mt7921_mcu_set_roc() 870 u8 center_ch; in mt7921_mcu_set_chan_info() member 887 .center_ch = ieee80211_frequency_to_channel(freq1), in mt7921_mcu_set_chan_info() 1195 u8 center_ch; in mt7921_mcu_config_sniffer() member 1208 .center_ch = ieee80211_frequency_to_channel(freq1), in mt7921_mcu_config_sniffer() 1220 if (req.tlv.control_ch < req.tlv.center_ch) in mt7921_mcu_config_sniffer() [all...] |
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | testmode.h | 61 u8 center_ch; member
|
H A D | testmode.c | 532 tx_cont->center_ch = freq1; in mt7915_tm_set_tx_cont()
|
H A D | mcu.c | 2777 u8 center_ch; in mt7915_mcu_set_chan_info() member 2794 .center_ch = ieee80211_frequency_to_channel(freq1), in mt7915_mcu_set_chan_info()
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_wlan_util.c | 305 u8 center_ch = channel; in rtw_get_center_ch() local 309 center_ch = channel + 2; in rtw_get_center_ch() 311 center_ch = channel - 2; in rtw_get_center_ch() 314 return center_ch; in rtw_get_center_ch() 340 u8 center_ch, chnl_offset80 = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in set_channel_bwmode() local 342 center_ch = rtw_get_center_ch(channel, bwmode, channel_offset); in set_channel_bwmode() 354 rtw_hal_set_chnl_bw(padapter, center_ch, bwmode, channel_offset, chnl_offset80); /* set center channel */ in set_channel_bwmode()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
H A D | mcu.c | 1261 int center_ch, i = 0; in mt7925_mcu_set_mlo_roc() local 1316 center_ch = ieee80211_frequency_to_channel(chan->center_freq); in mt7925_mcu_set_mlo_roc() 1326 req.roc[i].center_chan = center_ch; in mt7925_mcu_set_mlo_roc() 1327 req.roc[i].center_chan_from_ap = center_ch; in mt7925_mcu_set_mlo_roc() 1336 if (chan->hw_value < center_ch) in mt7925_mcu_set_mlo_roc() 1338 else if (chan->hw_value > center_ch) in mt7925_mcu_set_mlo_roc() 1352 int center_ch = ieee80211_frequency_to_channel(chan->center_freq); in mt7925_mcu_set_roc() local 1370 .center_chan = center_ch, in mt7925_mcu_set_roc() 1371 .center_chan_from_ap = center_ch, in mt7925_mcu_set_roc() 1376 if (chan->hw_value < center_ch) in mt7925_mcu_set_roc() 2108 u8 center_ch; mt7925_mcu_config_sniffer() member [all...] |
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.c | 3695 u8 center_ch; in mt7996_mcu_set_chan_info() member 3714 .center_ch = ieee80211_frequency_to_channel(freq1), in mt7996_mcu_set_chan_info()
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.h | 3659 u8 center_ch; member
|
H A D | core.h | 1441 u8 center_ch; member
|