Searched refs:set_channel (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_radiotap.c132 set_channel(void *p, const struct ieee80211_channel *c) function
171 set_channel(ic->ic_rxchan, ic->ic_curchan);
179 set_channel(ic->ic_txchan, ic->ic_curchan);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radio.c274 ahp->ah_rf_hal.set_channel = ar9300_set_channel;
H A Dar9300.h140 HAL_BOOL (*set_channel)(struct ath_hal *, struct ieee80211_channel *); member in struct:rf_hal_funcs
H A Dar9300_reset.c1271 if (!ahp->ah_rf_hal.set_channel(ah, chan)) {
4986 if (!ahp->ah_rf_hal.set_channel(ah, chan)) {
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_zyd.c1653 rf->set_channel = zyd_rfmd_set_channel;
1660 rf->set_channel = zyd_al2230_set_channel_b;
1663 rf->set_channel = zyd_al2230_set_channel;
1672 rf->set_channel = zyd_al7230B_set_channel;
1678 rf->set_channel = zyd_al2210_set_channel;
1685 rf->set_channel = zyd_gct_set_channel;
1692 rf->set_channel = zyd_maxim2_set_channel;
2063 error = (*rf->set_channel)(rf, chan);
H A Dif_zydreg.h1216 int (*set_channel)(struct zyd_rf *, uint8_t); member in struct:zyd_rf

Completed in 101 milliseconds