Home
last modified time | relevance | path

Searched refs:ieee80211_rate2phytype (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_phy.h135 ieee80211_rate2phytype(const struct ieee80211_rate_table *rt, uint8_t rate) in ieee80211_rate2phytype() function
/freebsd/sys/dev/bwi/
H A Dif_bwi.c2893 modtype = ieee80211_rate2phytype(rt, rate); in bwi_plcp_header()
2962 if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_DS && in bwi_encap()
3005 if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_OFDM) in bwi_encap()
3013 if (ieee80211_rate2phytype(sc->sc_rates, rate_fb) == IEEE80211_T_OFDM) in bwi_encap()
3187 if (ieee80211_rate2phytype(sc->sc_rates, rate) == IEEE80211_T_OFDM) { in bwi_encap_raw()
H A Dbwimac.c1419 modtype = ieee80211_rate2phytype(rt, in bwi_mac_set_ackrates()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c991 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) { in ural_setup_tx_desc()
1247 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) in ural_tx_data()
H A Dif_rum.c1379 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) { in rum_setup_tx_desc()
1675 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) in rum_tx_data()
/freebsd/sys/dev/ral/
H A Drt2661.c1239 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) { in rt2661_setup_tx_desc()
1458 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) in rt2661_tx_data()
H A Drt2560.c1418 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) { in rt2560_setup_tx_desc()
1763 ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_OFDM) in rt2560_tx_data()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4457 if (ieee80211_rate2phytype(ic->ic_rt, rate) == IEEE80211_T_CCK) in iwn_check_rate_needs_protection()