Searched refs:set_channel (Results 1 – 18 of 18) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_radiotap.c | 132 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 D | ar9300_radio.c | 274 ahp->ah_rf_hal.set_channel = ar9300_set_channel; in ar9300_rf_attach()
|
H A D | ar9300.h | 128 HAL_BOOL (*set_channel)(struct ath_hal *, struct ieee80211_channel *); member
|
H A D | ar9300_reset.c | 1294 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 D | if_zyd.c | 1663 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 D | if_zydreg.h | 1215 int (*set_channel)(struct zyd_rf *, uint8_t); member
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | main.h | 856 void (*set_channel)(struct rtw_dev *rtwdev, u8 channel, 847 void (*set_channel)(struct rtw_dev *rtwdev, u8 channel, global() member
|
H A D | rtw8821c.c | 1690 .set_channel = rtw8821c_set_channel,
|
H A D | rtw8822b.c | 2178 .set_channel = rtw8822b_set_channel,
|
H A D | main.c | 886 chip->ops->set_channel(rtwdev, center_chan, bandwidth, in rtw_set_channel()
|
H A D | rtw8723d.c | 1437 .set_channel = rtw8723d_set_channel, in rtw8723d_phy_calibration()
|
H A D | rtw8822c.c | 5003 .set_channel = rtw8822c_set_channel,
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8852a.c | 2081 .set_channel = rtw8852a_set_channel,
|
H A D | rtw8851b.c | 2364 .set_channel = rtw8851b_set_channel,
|
H A D | rtw8852b.c | 712 .set_channel = rtw8852b_set_channel, in rtw8852b_phycap_parsing_thermal_trim()
|
H A D | rtw8852c.c | 2865 .set_channel = rtw8852c_set_channel,
|
H A D | core.c | 429 chip->ops->set_channel(rtwdev, chan, mac_idx, phy_idx); in rtw89_core_tx_update_ampdu_info()
|
H A D | core.h | 3529 void (*set_channel)(struct rtw89_dev *rtwdev, 3006 void (*set_channel)(struct rtw89_dev *rtwdev, global() member
|