Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_monitor.c502 wlc_ht_phy_get_rate(uint8 htflags, uint8 mcs) in wlc_ht_phy_get_rate() argument
507 if (htflags & WL_RXS_HTF_40) in wlc_ht_phy_get_rate()
510 if (htflags & WL_RXS_HTF_SGI) in wlc_ht_phy_get_rate()
715 sts->htflags = WL_RXS_HTF_20L; in bcmwifi_update_rate_modulation_info()
717 sts->htflags = WL_RXS_HTF_20U; in bcmwifi_update_rate_modulation_info()
720 sts->htflags = WL_RXS_HTF_40; in bcmwifi_update_rate_modulation_info()
725 sts->htflags |= WL_RXS_HTF_SGI; in bcmwifi_update_rate_modulation_info()
727 sts->htflags |= WL_RXS_HTF_LDPC; in bcmwifi_update_rate_modulation_info()
729 sts->htflags |= (1 << WL_RXS_HTF_STBC_SHIFT); in bcmwifi_update_rate_modulation_info()
731 sts->datarate = wlc_ht_phy_get_rate(sts->htflags, sts->mcs); in bcmwifi_update_rate_modulation_info()
H A Dbcmwifi_radiotap.c414 switch (rxsts->htflags & WL_RXS_HTF_BW_MASK) { in wl_radiotap_rx()
429 if (rxsts->htflags & WL_RXS_HTF_SGI) in wl_radiotap_rx()
433 if (rxsts->htflags & WL_RXS_HTF_LDPC) in wl_radiotap_rx()
663 switch (rxsts->htflags & WL_RXS_HTF_BW_MASK) { in wl_radiotap_rx_ht()
677 if (rxsts->htflags & WL_RXS_HTF_SGI) { in wl_radiotap_rx_ht()
683 if (rxsts->htflags & WL_RXS_HTF_LDPC) { in wl_radiotap_rx_ht()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dmonitor.h30 uint8 htflags; /* HT modulation flags */ member
213 uint8 htflags; /**< HT modulation flags */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmwifi_radiotap.c414 switch (rxsts->htflags & WL_RXS_HTF_BW_MASK) { in wl_radiotap_rx()
429 if (rxsts->htflags & WL_RXS_HTF_SGI) in wl_radiotap_rx()
433 if (rxsts->htflags & WL_RXS_HTF_LDPC) in wl_radiotap_rx()
663 switch (rxsts->htflags & WL_RXS_HTF_BW_MASK) { in wl_radiotap_rx_ht()
677 if (rxsts->htflags & WL_RXS_HTF_SGI) { in wl_radiotap_rx_ht()
683 if (rxsts->htflags & WL_RXS_HTF_LDPC) { in wl_radiotap_rx_ht()