Home
last modified time | relevance | path

Searched refs:WL_RXS_ENCODING_HT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmwifi_radiotap.c317 if (rxsts->encoding == WL_RXS_ENCODING_HT) in wl_radiotap_rx()
336 if (rxsts->encoding == WL_RXS_ENCODING_HT || in wl_radiotap_rx()
356 if (rxsts->encoding == WL_RXS_ENCODING_HT) in wl_radiotap_rx()
405 if (rxsts->encoding == WL_RXS_ENCODING_HT) { in wl_radiotap_rx()
900 } else if (rxsts->encoding == WL_RXS_ENCODING_HT) { in wl_rxsts_to_rtap()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_radiotap.c317 if (rxsts->encoding == WL_RXS_ENCODING_HT) in wl_radiotap_rx()
336 if (rxsts->encoding == WL_RXS_ENCODING_HT || in wl_radiotap_rx()
356 if (rxsts->encoding == WL_RXS_ENCODING_HT) in wl_radiotap_rx()
405 if (rxsts->encoding == WL_RXS_ENCODING_HT) { in wl_radiotap_rx()
900 } else if (rxsts->encoding == WL_RXS_ENCODING_HT) { in wl_rxsts_to_rtap()
H A Dbcmwifi_monitor.c896 sts.encoding = WL_RXS_ENCODING_HT; in wl_d11rx_to_rxsts()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dmonitor.h72 #define WL_RXS_ENCODING_HT 0x00000003 /* HT encoding */ macro