Home
last modified time | relevance | path

Searched refs:c_band (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8188e/
H A Dr88e_rx.c232 rxs->c_band = IEEE80211_CHAN_2GHZ; in r88e_get_rx_stats()
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c313 rxs->c_band = (rxs->c_ieee < 36) ? IEEE80211_CHAN_2GHZ : IEEE80211_CHAN_5GHZ; in r12a_get_rx_stats()
/freebsd/sys/net80211/
H A D_ieee80211.h635 uint32_t c_band; /* Band; XXX we do not have a real band. */ member
H A Dieee80211.c1869 switch (rxs->c_band) { in ieee80211_lookup_channel_rxstatus()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c3217 rxs.c_band = IEEE80211_CHAN_2GHZ; in iwm_rx_rx_mpdu()
3220 rxs.c_band = IEEE80211_CHAN_5GHZ; in iwm_rx_rx_mpdu()
3331 rxs.c_band = channel <= 14 ? IEEE80211_CHAN_2GHZ : IEEE80211_CHAN_5GHZ; in iwm_rx_mpdu_mq()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5141 rx_stats.c_band = in linuxkpi_ieee80211_rx()
5145 rx_stats.c_ieee = ieee80211_mhz2ieee(rx_stats.c_freq, rx_stats.c_band); in linuxkpi_ieee80211_rx()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c2085 rxs.c_band = IEEE80211_CHAN_2GHZ; in rsu_event_survey()