Home
last modified time | relevance | path

Searched refs:vht_flags (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_monitor_rx.c357 uint16_t vht_flags = 0, ht_flags = 0; in htt_mon_rx_get_phy_info() local
388 vht_flags = 1; in htt_mon_rx_get_phy_info()
429 rx_status->vht_flags = vht_flags; in htt_mon_rx_get_phy_info()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.h357 mon_rx_user_status->vht_flags = ppdu_info->rx_status.vht_flags; in hal_rx_populate_mu_user_info()
675 ppdu_info->rx_status.vht_flags = 1; in hal_rx_status_get_tlv_info_generic_rh()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c188 tx_status->vht_flags = 1; in pkt_capture_tx_get_phy_info()
721 rx_status->vht_flags = 1; in pkt_capture_rx_get_phy_info()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_api_mon.h825 mon_rx_user_status->vht_flags = ppdu_info->rx_status.vht_flags; in hal_rx_populate_mu_user_info()
826 if (mon_rx_user_status->vht_flags) { in hal_rx_populate_mu_user_info()
2785 ppdu_info->rx_status.vht_flags = 1; in hal_rx_status_get_tlv_info_generic_be()
H A Dhal_be_generic_api.h3185 TXMON_HAL_STATUS(ppdu_info, vht_flags) = 1; in hal_txmon_status_parse_tlv_generic_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_generic_api.h493 mon_rx_user_status->vht_flags = ppdu_info->rx_status.vht_flags; in hal_rx_populate_mu_user_info()
832 ppdu_info->rx_status.vht_flags = 1; in hal_rx_status_get_tlv_info_generic_li()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_nbuf.c4982 uint16_t vht_flags = 0; in qdf_nbuf_update_radiotap_vht_flags() local
4988 vht_flags |= IEEE80211_RADIOTAP_VHT_KNOWN_STBC | in qdf_nbuf_update_radiotap_vht_flags()
4994 put_unaligned_le16(vht_flags, &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_vht_flags()
5524 if (!rx_status->ht_flags && !rx_status->vht_flags && in qdf_nbuf_update_radiotap()
5622 if (rx_status->vht_flags) { in qdf_nbuf_update_radiotap()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_nbuf.h430 vht_flags : 1, member
637 vht_flags : 1, member
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn_struct.h2681 uint16_t vht_flags; member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6490/
H A Dhal_6490.c186 if (!rs->vht_flags) { in hal_rx_mon_hw_desc_get_mpdu_status_6490()