Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_phy.h206 uint8_t ieee80211_plcp2rate(uint8_t, enum ieee80211_phytype);
H A Dieee80211_phy.c416 ieee80211_plcp2rate(uint8_t plcp, enum ieee80211_phytype type) in ieee80211_plcp2rate() function
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c903 tap->wr_rate = ieee80211_plcp2rate(sc->sc_rx_desc.rate, in ural_bulk_read_callback()
H A Dif_zyd.c2202 tap->wr_rate = ieee80211_plcp2rate(plcp.signal, in zyd_rx_data()
H A Dif_rum.c1262 tap->wr_rate = ieee80211_plcp2rate(sc->sc_rx_desc.rate, in rum_bulk_read_callback()
/freebsd/sys/dev/ral/
H A Drt2661.c1061 tap->wr_rate = ieee80211_plcp2rate(desc->rate, in rt2661_rx_intr()
H A Drt2560.c1183 tap->wr_rate = ieee80211_plcp2rate(desc->rate, in rt2560_decryption_intr()
/freebsd/sys/dev/bwi/
H A Dif_bwi.c3752 return (ieee80211_plcp2rate(plcp, type)); in bwi_plcp2rate()