Searched refs:channel_band (Results 1 – 5 of 5) sorted by relevance
1171 struct mwifiex_channel_band *channel_band) in mwifiex_ret_get_chan_info() argument1178 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()
1491 struct mwifiex_channel_band *channel_band) in mwifiex_get_chan_info() argument1496 HostCmd_ACT_GEN_GET, 0, channel_band, in mwifiex_get_chan_info()
100 struct mwifiex_channel_band channel_band; in mwifiex_get_chan_type() local103 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()
1702 struct mwifiex_channel_band *channel_band);
1284 u8 channel_band; in mt7615_mcu_set_channel() member