Home
last modified time | relevance | path

Searched refs:VHT_SIG_A_2 (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_monitor_rx.c369 is_stbc = ((VHT_SIG_A_2(rx_desc) >> 4) & 3); in htt_mon_rx_get_phy_info()
373 sgi = (VHT_SIG_A_2(rx_desc) >> 7) & 0x01; in htt_mon_rx_get_phy_info()
378 (VHT_SIG_A_2(rx_desc) >> 8) & 0x1; in htt_mon_rx_get_phy_info()
381 is_stbc = (VHT_SIG_A_2(rx_desc) >> 3) & 1; in htt_mon_rx_get_phy_info()
382 ldpc = (VHT_SIG_A_2(rx_desc) >> 2) & 1; in htt_mon_rx_get_phy_info()
389 sgi = VHT_SIG_A_2(rx_desc) & 0x01; in htt_mon_rx_get_phy_info()
393 mcs = (VHT_SIG_A_2(rx_desc) >> 4) & in htt_mon_rx_get_phy_info()
411 beamformed = (VHT_SIG_A_2(rx_desc) >> 8) & 0x1; in htt_mon_rx_get_phy_info()
599 vht_sig_a_2 = VHT_SIG_A_2(rx_desc); in htt_rx_mon_amsdu_rx_in_order_pop_ll()
606 VHT_SIG_A_2(rx_desc) = vht_sig_a_2; in htt_rx_mon_amsdu_rx_in_order_pop_ll()
H A Drx_desc.h253 #define VHT_SIG_A_2(rx_desc) ((rx_desc)->ppdu_start.ht_sig_vht_sig_ah_sig_a_2) macro
470 #define VHT_SIG_A_2(rx_desc) ((rx_desc)->ppdu_start.ht_sig_vht_sig_a_2) macro
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c932 vht_sig_a_2 = VHT_SIG_A_2(rx_desc); in pkt_capture_rx_data_cb()
940 VHT_SIG_A_2(rx_desc) = vht_sig_a_2; in pkt_capture_rx_data_cb()