Home
last modified time | relevance | path

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

/NextBSD/sys/net80211/
HDieee80211_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()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_radio.c274 ahp->ah_rf_hal.set_channel = ar9300_set_channel; in ar9300_rf_attach()
HDar9300.h140 HAL_BOOL (*set_channel)(struct ath_hal *, struct ieee80211_channel *); member
HDar9300_reset.c1271 if (!ahp->ah_rf_hal.set_channel(ah, chan)) { in ar9300_channel_change()
4965 if (!ahp->ah_rf_hal.set_channel(ah, chan)) { in ar9300_reset()
/NextBSD/sys/dev/usb/wlan/
HDif_zyd.c1657 rf->set_channel = zyd_rfmd_set_channel; in zyd_rf_attach()
1664 rf->set_channel = zyd_al2230_set_channel_b; in zyd_rf_attach()
1667 rf->set_channel = zyd_al2230_set_channel; in zyd_rf_attach()
1676 rf->set_channel = zyd_al7230B_set_channel; in zyd_rf_attach()
1682 rf->set_channel = zyd_al2210_set_channel; in zyd_rf_attach()
1689 rf->set_channel = zyd_gct_set_channel; in zyd_rf_attach()
1696 rf->set_channel = zyd_maxim2_set_channel; in zyd_rf_attach()
2067 error = (*rf->set_channel)(rf, chan); in zyd_set_chan()
HDif_zydreg.h1216 int (*set_channel)(struct zyd_rf *, uint8_t); member