Home
last modified time | relevance | path

Searched refs:ch_width (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dieee80211-s1g.h140 u8 ch_width; member
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c1171 static const u8 ch_width[] = { in mt7921_mcu_config_sniffer() local
1214 if (chandef->width < ARRAY_SIZE(ch_width)) in mt7921_mcu_config_sniffer()
1215 req.tlv.bw = ch_width[chandef->width]; in mt7921_mcu_config_sniffer()
/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.c630 chan_width_mhz = summary->meta.ch_width; in ath11k_spectral_process_fft()
H A Dwmi.h5718 u32 ch_width; member
/linux/net/mac80211/
H A Dutil.c3269 switch (FIELD_GET(S1G_OPER_CH_WIDTH_OPER, oper->ch_width)) { in ieee80211_chandef_s1g_oper()
3291 switch (u8_get_bits(oper->ch_width, S1G_OPER_CH_WIDTH_PRIMARY)) { in ieee80211_chandef_s1g_oper()
3301 if (u8_get_bits(oper->ch_width, S1G_OPER_CH_PRIMARY_LOCATION) == in ieee80211_chandef_s1g_oper()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c2137 static const u8 ch_width[] = { in mt7925_mcu_config_sniffer() local
2182 if (chandef->width < ARRAY_SIZE(ch_width)) in mt7925_mcu_config_sniffer()
2183 req.tlv.bw = ch_width[chandef->width]; in mt7925_mcu_config_sniffer()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h5152 __le32 ch_width; member