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

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_radiotap.c131 set_channel(void *p, const struct ieee80211_channel *c) function
170 set_channel(ic->ic_rxchan, ic->ic_curchan);
178 set_channel(ic->ic_txchan, ic->ic_curchan);
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radio.c261 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.c1242 if (!ahp->ah_rf_hal.set_channel(ah, chan)) {
4733 if (!ahp->ah_rf_hal.set_channel(ah, chan)) {
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_zyd.c1690 rf->set_channel = zyd_rfmd_set_channel;
1697 rf->set_channel = zyd_al2230_set_channel_b;
1700 rf->set_channel = zyd_al2230_set_channel;
1709 rf->set_channel = zyd_al7230B_set_channel;
1715 rf->set_channel = zyd_al2210_set_channel;
1722 rf->set_channel = zyd_gct_set_channel;
1729 rf->set_channel = zyd_maxim2_set_channel;
2100 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 95 milliseconds