Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c317 rxs->c_ieee = MS(le16toh(physt->phyw1), R12A_PHYW1_CHAN); in r12a_get_rx_stats()
318 rxs->c_freq = ieee80211_ieee2mhz(rxs->c_ieee, in r12a_get_rx_stats()
319 (rxs->c_ieee < 36) ? IEEE80211_CHAN_2GHZ : IEEE80211_CHAN_5GHZ); in r12a_get_rx_stats()
320 rxs->c_band = (rxs->c_ieee < 36) ? IEEE80211_CHAN_2GHZ : IEEE80211_CHAN_5GHZ; in r12a_get_rx_stats()
/freebsd/sys/dev/rtwn/rtl8188e/
H A Dr88e_rx.c229 rxs->c_ieee = physt->chan; in r88e_get_rx_stats()
230 rxs->c_freq = ieee80211_ieee2mhz(rxs->c_ieee, in r88e_get_rx_stats()
/freebsd/sys/net80211/
H A D_ieee80211.h633 uint8_t c_ieee; /* Channel */ member
H A Dieee80211.c1892 __func__, (int) rxs->c_freq, (int) rxs->c_ieee, flags, c); in ieee80211_lookup_channel_rxstatus()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c3243 rxs.c_ieee = le16toh(phy_info->channel); in iwm_rx_rx_mpdu()
3245 rxs.c_freq = ieee80211_ieee2mhz(rxs.c_ieee, IEEE80211_CHAN_2GHZ); in iwm_rx_rx_mpdu()
3248 rxs.c_freq = ieee80211_ieee2mhz(rxs.c_ieee, IEEE80211_CHAN_5GHZ); in iwm_rx_rx_mpdu()
3357 rxs.c_ieee = channel; in iwm_rx_mpdu_mq()
3358 rxs.c_freq = ieee80211_ieee2mhz(rxs.c_ieee, in iwm_rx_mpdu_mq()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c2082 rxs.c_ieee = le32toh(bss->config.dsconfig); in rsu_event_survey()
2083 rxs.c_freq = ieee80211_ieee2mhz(rxs.c_ieee, IEEE80211_CHAN_2GHZ); in rsu_event_survey()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c6185 rx_stats->c_ieee = ieee80211_mhz2ieee(rx_stats->c_freq, rx_stats->c_band);
6487 if (ic->ic_curchan->ic_ieee == rx_stats.c_ieee)