Home
last modified time | relevance | path

Searched refs:channel_band (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dsta_cmdresp.c1171 struct mwifiex_channel_band *channel_band) in mwifiex_ret_get_chan_info() argument
1178 memcpy(&channel_band->band_config, &tlv_band_channel->band_config, in mwifiex_ret_get_chan_info()
1180 channel_band->channel = tlv_band_channel->channel; in mwifiex_ret_get_chan_info()
Dsta_ioctl.c1491 struct mwifiex_channel_band *channel_band) in mwifiex_get_chan_info() argument
1496 HostCmd_ACT_GEN_GET, 0, channel_band, in mwifiex_get_chan_info()
Dcfg80211.c100 struct mwifiex_channel_band channel_band; in mwifiex_get_chan_type() local
103 ret = mwifiex_get_chan_info(priv, &channel_band); in mwifiex_get_chan_type()
106 switch (channel_band.band_config.chan_width) { in mwifiex_get_chan_type()
113 if (channel_band.band_config.chan2_offset == in mwifiex_get_chan_type()
Dmain.h1702 struct mwifiex_channel_band *channel_band);
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7615/
Dmcu.c1284 u8 channel_band; in mt7615_mcu_set_channel() member