Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c284 rxs->c_phytype = IEEE80211_RX_FP_11B; in r12a_get_rx_stats()
294 rxs->c_phytype = IEEE80211_RX_FP_11A; in r12a_get_rx_stats()
296 rxs->c_phytype = IEEE80211_RX_FP_11G; in r12a_get_rx_stats()
299 rxs->c_phytype = IEEE80211_RX_FP_11NA; in r12a_get_rx_stats()
301 rxs->c_phytype = IEEE80211_RX_FP_11NG; in r12a_get_rx_stats()
/freebsd-12.1/sys/dev/rtwn/rtl8192c/
H A Dr92c_rx.c136 rxs->c_phytype = IEEE80211_RX_FP_11B; in r92c_get_rx_stats()
138 rxs->c_phytype = IEEE80211_RX_FP_11G; in r92c_get_rx_stats()
140 rxs->c_phytype = IEEE80211_RX_FP_11NG; in r92c_get_rx_stats()
/freebsd-12.1/sys/net80211/
H A D_ieee80211.h618 uint8_t c_phytype; /* PHY type, FW flags above */ member