Home
last modified time | relevance | path

Searched refs:set_channel (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_radiotap.c132 set_channel(void *p, const struct ieee80211_channel *c) in set_channel() function
171 set_channel(ic->ic_rxchan, ic->ic_curchan); in ieee80211_radiotap_chan_change()
179 set_channel(ic->ic_txchan, ic->ic_curchan); in ieee80211_radiotap_chan_change()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radio.c274 ahp->ah_rf_hal.set_channel = ar9300_set_channel; in ar9300_rf_attach()
H A Dar9300.h128 HAL_BOOL (*set_channel)(struct ath_hal *, struct ieee80211_channel *); member
H A Dar9300_reset.c1294 if (!ahp->ah_rf_hal.set_channel(ah, chan)) { in ar9300_channel_change()
5030 if (!ahp->ah_rf_hal.set_channel(ah, chan)) { in ar9300_reset()
/freebsd/sys/dev/usb/wlan/
H A Dif_zyd.c1663 rf->set_channel = zyd_rfmd_set_channel; in zyd_rf_attach()
1670 rf->set_channel = zyd_al2230_set_channel_b; in zyd_rf_attach()
1673 rf->set_channel = zyd_al2230_set_channel; in zyd_rf_attach()
1682 rf->set_channel = zyd_al7230B_set_channel; in zyd_rf_attach()
1688 rf->set_channel = zyd_al2210_set_channel; in zyd_rf_attach()
1695 rf->set_channel = zyd_gct_set_channel; in zyd_rf_attach()
1702 rf->set_channel = zyd_maxim2_set_channel; in zyd_rf_attach()
2072 error = (*rf->set_channel)(rf, chan); in zyd_set_chan()
H A Dif_zydreg.h1215 int (*set_channel)(struct zyd_rf *, uint8_t); member
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.h856 void (*set_channel)(struct rtw_dev *rtwdev, u8 channel,
847 void (*set_channel)(struct rtw_dev *rtwdev, u8 channel, global() member
H A Drtw8821c.c1690 .set_channel = rtw8821c_set_channel,
H A Drtw8822b.c2178 .set_channel = rtw8822b_set_channel,
H A Dmain.c886 chip->ops->set_channel(rtwdev, center_chan, bandwidth, in rtw_set_channel()
H A Drtw8723d.c1437 .set_channel = rtw8723d_set_channel, in rtw8723d_phy_calibration()
H A Drtw8822c.c5003 .set_channel = rtw8822c_set_channel,
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852a.c2081 .set_channel = rtw8852a_set_channel,
H A Drtw8851b.c2364 .set_channel = rtw8851b_set_channel,
H A Drtw8852b.c712 .set_channel = rtw8852b_set_channel, in rtw8852b_phycap_parsing_thermal_trim()
H A Drtw8852c.c2865 .set_channel = rtw8852c_set_channel,
H A Dcore.c429 chip->ops->set_channel(rtwdev, chan, mac_idx, phy_idx); in rtw89_core_tx_update_ampdu_info()
H A Dcore.h3529 void (*set_channel)(struct rtw89_dev *rtwdev,
3006 void (*set_channel)(struct rtw89_dev *rtwdev, global() member