Searched refs:set_chan (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
| H A D | max2820.c | 163 .set_chan = max2820_rf_set_channel,
|
| H A D | grf5101.c | 185 .set_chan = grf5101_rf_set_channel,
|
| H A D | sa2400.c | 223 .set_chan = sa2400_rf_set_channel,
|
| H A D | rtl8225se.c | 424 .set_chan = rtl8225se_rf_set_channel,
|
| H A D | rtl8225.c | 735 .set_chan = rtl8225_rf_set_channel, 742 .set_chan = rtl8225_rf_set_channel,
|
| H A D | dev.c | 1373 priv->rf->set_chan(dev, conf); in rtl8180_config()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | util.c | 307 struct ieee80211_channel *set_chan; in nxpwifi_is_channel_setting_allowable() local 314 set_chan = NULL; in nxpwifi_is_channel_setting_allowable() 319 set_chan = tmp_priv->bss_chandef.chan; in nxpwifi_is_channel_setting_allowable() 331 set_chan = ieee80211_get_channel(adapter->wiphy, freq); in nxpwifi_is_channel_setting_allowable() 334 if (set_chan && !ieee80211_channel_equal(check_chan, set_chan)) { in nxpwifi_is_channel_setting_allowable()
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
| H A D | rtl8225.c | 1008 .set_chan = rtl8225_rf_set_channel 1015 .set_chan = rtl8225_rf_set_channel 1022 .set_chan = rtl8225_rf_set_channel
|
| H A D | dev.c | 1180 priv->rf->set_chan(dev, conf); in rtl8187_config()
|
| /linux/drivers/net/wireless/realtek/rtl818x/ |
| H A D | rtl818x.h | 353 void (*set_chan)(struct ieee80211_hw *, struct ieee80211_conf *); member
|