Home
last modified time | relevance | path

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

/src/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c276 rxs->c_phytype = IEEE80211_RX_FP_11B; in r12a_get_rx_stats()
286 rxs->c_phytype = IEEE80211_RX_FP_11A; in r12a_get_rx_stats()
288 rxs->c_phytype = IEEE80211_RX_FP_11G; in r12a_get_rx_stats()
291 rxs->c_phytype = IEEE80211_RX_FP_11NA; in r12a_get_rx_stats()
293 rxs->c_phytype = IEEE80211_RX_FP_11NG; in r12a_get_rx_stats()
296 rxs->c_phytype = IEEE80211_RX_FP_11NA; in r12a_get_rx_stats()
/src/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()
/src/sys/net80211/
H A D_ieee80211.h648 uint8_t c_phytype; /* PHY type, FW flags above */ member