Home
last modified time | relevance | path

Searched refs:rx_status (Results 1 – 25 of 27) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.h34 ppdu_info->rx_status.phyrx_abort = in hal_rx_get_phyrx_abort()
37 ppdu_info->rx_status.phyrx_abort_reason = in hal_rx_get_phyrx_abort()
50 ppdu_info->rx_status.ht_length = in hal_rx_get_ht_sig_info()
52 ppdu_info->rx_status.smoothing = in hal_rx_get_ht_sig_info()
54 ppdu_info->rx_status.not_sounding = in hal_rx_get_ht_sig_info()
56 ppdu_info->rx_status.aggregation = in hal_rx_get_ht_sig_info()
58 ppdu_info->rx_status.ht_stbc = in hal_rx_get_ht_sig_info()
60 ppdu_info->rx_status.ht_crc = in hal_rx_get_ht_sig_info()
68 ppdu_info->rx_status.l_sig_length = in hal_rx_get_l_sig_a_info()
70 ppdu_info->rx_status.l_sig_a_parity = in hal_rx_get_l_sig_a_info()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_api_mon.h807 mon_rx_user_status->ast_index = ppdu_info->rx_status.ast_index; in hal_rx_populate_mu_user_info()
808 mon_rx_user_status->tid = ppdu_info->rx_status.tid; in hal_rx_populate_mu_user_info()
810 ppdu_info->rx_status.tcp_msdu_count; in hal_rx_populate_mu_user_info()
812 ppdu_info->rx_status.udp_msdu_count; in hal_rx_populate_mu_user_info()
814 ppdu_info->rx_status.other_msdu_count; in hal_rx_populate_mu_user_info()
815 mon_rx_user_status->frame_control = ppdu_info->rx_status.frame_control; in hal_rx_populate_mu_user_info()
817 ppdu_info->rx_status.frame_control_info_valid; in hal_rx_populate_mu_user_info()
819 ppdu_info->rx_status.data_sequence_control_info_valid; in hal_rx_populate_mu_user_info()
821 ppdu_info->rx_status.first_data_seq_ctrl; in hal_rx_populate_mu_user_info()
822 mon_rx_user_status->preamble_type = ppdu_info->rx_status.preamble_type; in hal_rx_populate_mu_user_info()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_generic_api.h97 ppdu_info->rx_status.phyrx_abort = in hal_rx_get_phyrx_abort()
100 ppdu_info->rx_status.phyrx_abort_reason = in hal_rx_get_phyrx_abort()
113 ppdu_info->rx_status.ht_length = in hal_rx_get_ht_sig_info()
115 ppdu_info->rx_status.smoothing = in hal_rx_get_ht_sig_info()
117 ppdu_info->rx_status.not_sounding = in hal_rx_get_ht_sig_info()
119 ppdu_info->rx_status.aggregation = in hal_rx_get_ht_sig_info()
121 ppdu_info->rx_status.ht_stbc = in hal_rx_get_ht_sig_info()
123 ppdu_info->rx_status.ht_crc = in hal_rx_get_ht_sig_info()
131 ppdu_info->rx_status.l_sig_length = in hal_rx_get_l_sig_a_info()
133 ppdu_info->rx_status.l_sig_a_parity = in hal_rx_get_l_sig_a_info()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_rx_mon.c92 cdp_rx_ppdu->timestamp = ppdu_info->rx_status.tsft; in dp_rx_mon_populate_cfr_ppdu_info()
93 cdp_rx_ppdu->u.ppdu_type = ppdu_info->rx_status.reception_type; in dp_rx_mon_populate_cfr_ppdu_info()
97 ppdu_info->rx_status.rssi[chain]; in dp_rx_mon_populate_cfr_ppdu_info()
99 cdp_rx_ppdu->u.ltf_size = ppdu_info->rx_status.ltf_size; in dp_rx_mon_populate_cfr_ppdu_info()
100 cdp_rx_ppdu->beamformed = ppdu_info->rx_status.beamformed; in dp_rx_mon_populate_cfr_ppdu_info()
101 cdp_rx_ppdu->u.ldpc = ppdu_info->rx_status.ldpc; in dp_rx_mon_populate_cfr_ppdu_info()
103 if ((ppdu_info->rx_status.sgi == VHT_SGI_NYSM) && in dp_rx_mon_populate_cfr_ppdu_info()
104 (ppdu_info->rx_status.preamble_type == HAL_RX_PKT_TYPE_11AC)) in dp_rx_mon_populate_cfr_ppdu_info()
107 cdp_rx_ppdu->u.gi = ppdu_info->rx_status.sgi; in dp_rx_mon_populate_cfr_ppdu_info()
109 if (ppdu_info->rx_status.preamble_type == HAL_RX_PKT_TYPE_11AC) { in dp_rx_mon_populate_cfr_ppdu_info()
[all …]
H A Ddp_mon.h1573 if (qdf_likely(1 != mon_pdev->ppdu_info.rx_status.rxpcu_filter_pass)) in dp_monitor_check_com_info_ppdu_id()
1605 return &pdev->monitor_pdev->ppdu_info.rx_status; in dp_monitor_get_rx_status()
1748 &mon_pdev->ppdu_info.rx_status); in dp_monitor_get_mpdu_status()
4978 qdf_mem_zero(&mon_pdev->ppdu_info.rx_status, in dp_mon_rx_ppdu_status_reset()
4979 sizeof(mon_pdev->ppdu_info.rx_status)); in dp_mon_rx_ppdu_status_reset()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_monitor_rx.c352 struct mon_rx_status *rx_status) in htt_mon_rx_get_phy_info() argument
365 rx_status->rate = htt_rx_get_rate(l_sig_rate_select, l_sig_rate, in htt_mon_rx_get_phy_info()
418 rx_status->mcs = mcs; in htt_mon_rx_get_phy_info()
419 rx_status->bw = bw; in htt_mon_rx_get_phy_info()
420 rx_status->nr_ant = nss; in htt_mon_rx_get_phy_info()
421 rx_status->is_stbc = is_stbc; in htt_mon_rx_get_phy_info()
422 rx_status->sgi = sgi; in htt_mon_rx_get_phy_info()
423 rx_status->ldpc = ldpc; in htt_mon_rx_get_phy_info()
424 rx_status->beamformed = beamformed; in htt_mon_rx_get_phy_info()
425 rx_status->vht_flag_values3[0] = mcs << 0x4 | (nss + 1); in htt_mon_rx_get_phy_info()
[all …]
H A Dhtt_internal.h1143 struct mon_rx_status *rx_status);
1158 struct mon_rx_status *rx_status) in htt_rx_mon_get_rx_status() argument
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_nbuf.c4978 struct mon_rx_status *rx_status, in qdf_nbuf_update_radiotap_vht_flags() argument
4983 struct mon_rx_user_status *rx_user_status = rx_status->rx_user_status; in qdf_nbuf_update_radiotap_vht_flags()
4998 (rx_status->is_stbc ? in qdf_nbuf_update_radiotap_vht_flags()
5000 (rx_status->sgi ? IEEE80211_RADIOTAP_VHT_FLAG_SGI : 0) | in qdf_nbuf_update_radiotap_vht_flags()
5001 (rx_status->ldpc ? in qdf_nbuf_update_radiotap_vht_flags()
5003 (rx_status->beamformed ? in qdf_nbuf_update_radiotap_vht_flags()
5008 switch (rx_status->vht_flag_values2) { in qdf_nbuf_update_radiotap_vht_flags()
5023 rtap_buf[rtap_len] = (rx_status->vht_flag_values3[0]); in qdf_nbuf_update_radiotap_vht_flags()
5025 rtap_buf[rtap_len] = (rx_status->vht_flag_values3[1]); in qdf_nbuf_update_radiotap_vht_flags()
5027 rtap_buf[rtap_len] = (rx_status->vht_flag_values3[2]); in qdf_nbuf_update_radiotap_vht_flags()
[all …]
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c683 struct mon_rx_status *rx_status) in pkt_capture_rx_get_phy_info() argument
707 rx_status->rate = pkt_capture_get_tx_rate( in pkt_capture_rx_get_phy_info()
711 rx_status->mcs = mcs; in pkt_capture_rx_get_phy_info()
714 rx_status->ht_flags = 1; in pkt_capture_rx_get_phy_info()
717 rx_status->ht_mcs = mcs; in pkt_capture_rx_get_phy_info()
721 rx_status->vht_flags = 1; in pkt_capture_rx_get_phy_info()
722 rx_status->vht_flag_values3[0] = mcs << 0x4 | nss; in pkt_capture_rx_get_phy_info()
724 rx_status->vht_flag_values2 = bw; in pkt_capture_rx_get_phy_info()
727 rx_status->he_flags = 1; in pkt_capture_rx_get_phy_info()
728 rx_status->he_data1 |= in pkt_capture_rx_get_phy_info()
[all …]
H A Dwlan_pkt_capture_mgmt_txrx.c620 #define PKT_CAPTURE_FILL_RSSI(rx_status) \ argument
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
H A Dhal_9224.h368 qdf_mem_copy(ppdu_info->rx_status.he_RU, in hal_rx_proc_phyrx_other_receive_info_tlv_9224()
370 sizeof(ppdu_info->rx_status.he_RU)); in hal_rx_proc_phyrx_other_receive_info_tlv_9224()
372 ppdu_info->rx_status.he_flags1 |= in hal_rx_proc_phyrx_other_receive_info_tlv_9224()
374 if (ppdu_info->rx_status.bw >= HAL_FULL_RX_BW_40) { in hal_rx_proc_phyrx_other_receive_info_tlv_9224()
375 ppdu_info->rx_status.he_flags1 |= in hal_rx_proc_phyrx_other_receive_info_tlv_9224()
413 ppdu_info->rx_status.eht_data[4] |= in hal_rx_parse_ru_allocation_9224()
416 ppdu_info->rx_status.eht_data[4] |= 1 << in hal_rx_parse_ru_allocation_9224()
419 ppdu_info->rx_status.eht_data[4] |= in hal_rx_parse_ru_allocation_9224()
422 ppdu_info->rx_status.eht_data[4] |= 1 << in hal_rx_parse_ru_allocation_9224()
425 ppdu_info->rx_status.eht_data[5] |= in hal_rx_parse_ru_allocation_9224()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6290/
H A Dhal_6290_rx.h489 qdf_mem_copy(ppdu_info->rx_status.he_RU, in hal_rx_proc_phyrx_other_receive_info_tlv_6290()
491 sizeof(ppdu_info->rx_status.he_RU)); in hal_rx_proc_phyrx_other_receive_info_tlv_6290()
493 if (ppdu_info->rx_status.bw >= HAL_FULL_RX_BW_20) { in hal_rx_proc_phyrx_other_receive_info_tlv_6290()
494 ppdu_info->rx_status.he_sig_b_common_known |= in hal_rx_proc_phyrx_other_receive_info_tlv_6290()
497 if (ppdu_info->rx_status.bw >= HAL_FULL_RX_BW_40) { in hal_rx_proc_phyrx_other_receive_info_tlv_6290()
498 ppdu_info->rx_status.he_sig_b_common_known |= in hal_rx_proc_phyrx_other_receive_info_tlv_6290()
501 if (ppdu_info->rx_status.bw >= HAL_FULL_RX_BW_80) { in hal_rx_proc_phyrx_other_receive_info_tlv_6290()
502 ppdu_info->rx_status.he_sig_b_common_known |= in hal_rx_proc_phyrx_other_receive_info_tlv_6290()
505 if (ppdu_info->rx_status.bw >= HAL_FULL_RX_BW_160) { in hal_rx_proc_phyrx_other_receive_info_tlv_6290()
506 ppdu_info->rx_status.he_sig_b_common_known |= in hal_rx_proc_phyrx_other_receive_info_tlv_6290()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_rx_mon_2.0.c132 ppdu_info->rx_status.mcs; in dp_mon_record_tlv()
135 ppdu_info->rx_status.nss; in dp_mon_record_tlv()
138 ppdu_info->rx_status.reception_type; in dp_mon_record_tlv()
141 ppdu_info->rx_status.sgi; in dp_mon_record_tlv()
1245 struct mon_rx_status *rx_status) in dp_rx_mon_deliver_mpdu() argument
1259 rx_status); in dp_rx_mon_deliver_mpdu()
1297 ppdu_info->rx_status.rx_user_status = in dp_rx_mon_process_ppdu_info()
1307 ppdu_info->rx_status.rs_fcs_err = mpdu_meta->fcs_err; in dp_rx_mon_process_ppdu_info()
1335 if (!qdf_nbuf_update_radiotap(&ppdu_info->rx_status, in dp_rx_mon_process_ppdu_info()
1352 &ppdu_info->rx_status); in dp_rx_mon_process_ppdu_info()
[all …]
H A Ddp_tx_mon_2.0.h179 #define TXMON_PPDU_COM(ppdu_info, field) ppdu_info->hal_txmon.rx_status.field
H A Ddp_tx_mon_2.0.c1121 ppdu_info->hal_txmon.rx_status.rx_user_status = in dp_tx_mon_send_per_usr_mpdu()
1131 qdf_nbuf_update_radiotap(&ppdu_info->hal_txmon.rx_status, in dp_tx_mon_send_per_usr_mpdu()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_internal.h619 #define OL_RX_ERR_STATISTICS_2(pdev, vdev, peer, rx_desc, rx_msdu, rx_status) \ argument
622 if (rx_status == htt_rx_status_decrypt_err) \
624 else if (rx_status == htt_rx_status_tkip_mic_err) \
626 else if (rx_status == htt_rx_status_mpdu_length_err) \
628 else if (rx_status == htt_rx_status_mpdu_encrypt_required_err) \
630 else if (rx_status == htt_rx_status_err_dup) \
632 else if (rx_status == htt_rx_status_err_fcs) \
647 #define OL_RX_ERR_STATISTICS_2(pdev, vdev, peer, rx_desc, rx_msdu, rx_status) argument
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_rx_mon_status_1.0.c198 if (!(ppdu_info->rx_status.reception_type == HAL_RX_TYPE_MU_OFDMA || in dp_rx_mon_handle_mu_ul_info()
199 ppdu_info->rx_status.reception_type == HAL_RX_TYPE_MU_MIMO)) in dp_rx_mon_handle_mu_ul_info()
250 ppdu_info->rx_status.phyrx_abort); in dp_rx_mon_check_phyrx_abort()
526 if (qdf_unlikely(ppdu_info->rx_status.monitor_direct_used && in dp_rx_mon_status_process_tlv()
584 if (qdf_unlikely(mon_pdev->ppdu_info.rx_status.chan_num == 0)) in dp_rx_mon_status_process_tlv()
585 mon_pdev->ppdu_info.rx_status.chan_num = in dp_rx_mon_status_process_tlv()
591 if (qdf_unlikely(mon_pdev->ppdu_info.rx_status.chan_freq == 0)) { in dp_rx_mon_status_process_tlv()
592 mon_pdev->ppdu_info.rx_status.chan_freq = in dp_rx_mon_status_process_tlv()
H A Ddp_rx_mon_dest_1.0.c379 &mon_pdev->ppdu_info.rx_status); in dp_rx_mon_mpdu_pop()
1714 struct cdp_mon_status *rx_status) in dp_rx_mon_restitch_mpdu_from_msdus() argument
1762 rx_status->cdp_rs_fcs_err = hal_rx_tlv_mpdu_fcs_err_get(soc->hal_soc, in dp_rx_mon_restitch_mpdu_from_msdus()
1764 mon_pdev->ppdu_info.rx_status.rs_fcs_err = rx_status->cdp_rs_fcs_err; in dp_rx_mon_restitch_mpdu_from_msdus()
2010 rx_status->rs_tstamp.tsf = rx_desc->ppdu_end.tsf_timestamp; in dp_rx_mon_restitch_mpdu_from_msdus()
2085 struct cdp_mon_status *rx_status) in dp_rx_mon_frag_restitch_mpdu_from_msdus() argument
2128 rx_status->cdp_rs_fcs_err = hal_rx_tlv_mpdu_fcs_err_get(soc->hal_soc, in dp_rx_mon_frag_restitch_mpdu_from_msdus()
2130 mon_pdev->ppdu_info.rx_status.rs_fcs_err = rx_status->cdp_rs_fcs_err; in dp_rx_mon_frag_restitch_mpdu_from_msdus()
2141 if (qdf_unlikely(mon_pdev->ppdu_info.rx_status.rs_fcs_err)) { in dp_rx_mon_frag_restitch_mpdu_from_msdus()
H A Ddp_mon_1.0.c61 ppdu->u.preamble = hal_ppdu_info->rx_status.preamble_type; in dp_mon_populate_ppdu_info_1_0()
62 ppdu->u.bw = hal_ppdu_info->rx_status.bw; in dp_mon_populate_ppdu_info_1_0()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_txrx.h540 void *rx_status);
555 void *rx_status) { } in dp_rx_monitor_callback() argument
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_htt_rx_api.h929 struct ieee80211_rx_status *rx_status,
935 struct ieee80211_rx_status *rx_status, in htt_rx_restitch_mpdu_from_msdus() argument
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_logging_sock_svc.c1833 enum rx_pkt_fate rx_status = qdf_hal_rx_status_map(status); in rx_packetdump_cb() local
1843 send_packetdump(soc, vdev_id, netbuf, rx_status, pkt_type); in rx_packetdump_cb()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api_mon.h1265 struct mon_rx_status rx_status; member
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn_struct.h1084 void *rx_status);
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_txrx.c926 void *rx_status) in dp_rx_monitor_callback() argument

12