Home
last modified time | relevance | path

Searched refs:c_phytype (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c268 rxs->c_phytype = IEEE80211_RX_FP_11B; in r12a_get_rx_stats()
278 rxs->c_phytype = IEEE80211_RX_FP_11A; in r12a_get_rx_stats()
280 rxs->c_phytype = IEEE80211_RX_FP_11G; in r12a_get_rx_stats()
283 rxs->c_phytype = IEEE80211_RX_FP_11NA; in r12a_get_rx_stats()
285 rxs->c_phytype = IEEE80211_RX_FP_11NG; in r12a_get_rx_stats()
288 rxs->c_phytype = IEEE80211_RX_FP_11NA; in r12a_get_rx_stats()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_rx.c133 rxs->c_phytype = IEEE80211_RX_FP_11B; in r92c_get_rx_stats()
135 rxs->c_phytype = IEEE80211_RX_FP_11G; in r92c_get_rx_stats()
137 rxs->c_phytype = IEEE80211_RX_FP_11NG; in r92c_get_rx_stats()
/freebsd/sys/net80211/
H A D_ieee80211.h647 uint8_t c_phytype; /* PHY type, FW flags above */ member