Home
last modified time | relevance | path

Searched refs:frm_type (Results 1 – 25 of 32) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/
Dwlan_mgmt_txrx_tgt_api.c48 enum mgmt_frame_type frm_type; in mgmt_get_spec_mgmt_action_subtype() local
52 frm_type = MGMT_ACTION_MEAS_REQUEST; in mgmt_get_spec_mgmt_action_subtype()
55 frm_type = MGMT_ACTION_MEAS_REPORT; in mgmt_get_spec_mgmt_action_subtype()
58 frm_type = MGMT_ACTION_TPC_REQUEST; in mgmt_get_spec_mgmt_action_subtype()
61 frm_type = MGMT_ACTION_TPC_REPORT; in mgmt_get_spec_mgmt_action_subtype()
64 frm_type = MGMT_ACTION_CHAN_SWITCH; in mgmt_get_spec_mgmt_action_subtype()
67 frm_type = MGMT_FRM_UNSPECIFIED; in mgmt_get_spec_mgmt_action_subtype()
71 return frm_type; in mgmt_get_spec_mgmt_action_subtype()
86 enum mgmt_frame_type frm_type; in mgmt_get_qos_action_subtype() local
90 frm_type = MGMT_ACTION_QOS_ADD_TS_REQ; in mgmt_get_qos_action_subtype()
[all …]
Dwlan_mgmt_txrx_utils_api.c686 enum mgmt_frame_type frm_type) in wlan_mgmt_txrx_create_rx_handler() argument
698 rx_handler->next = mgmt_txrx_psoc_ctx->mgmt_rx_comp_cb[frm_type]; in wlan_mgmt_txrx_create_rx_handler()
699 mgmt_txrx_psoc_ctx->mgmt_rx_comp_cb[frm_type] = rx_handler; in wlan_mgmt_txrx_create_rx_handler()
703 comp_id, frm_type); in wlan_mgmt_txrx_create_rx_handler()
723 enum mgmt_frame_type frm_type) in wlan_mgmt_txrx_delete_rx_handler() argument
729 rx_handler = mgmt_txrx_psoc_ctx->mgmt_rx_comp_cb[frm_type]; in wlan_mgmt_txrx_delete_rx_handler()
737 mgmt_txrx_psoc_ctx->mgmt_rx_comp_cb[frm_type] = in wlan_mgmt_txrx_delete_rx_handler()
752 comp_id, frm_type); in wlan_mgmt_txrx_delete_rx_handler()
757 comp_id, frm_type); in wlan_mgmt_txrx_delete_rx_handler()
803 frm_cb_info[i].frm_type); in wlan_mgmt_txrx_register_rx_cb()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_tgt_api.c320 enum mgmt_frame_type frm_type) in tgt_scan_bcn_probe_rx_callback() argument
327 if ((frm_type != MGMT_PROBE_RESP) && in tgt_scan_bcn_probe_rx_callback()
328 (frm_type != MGMT_BEACON)) { in tgt_scan_bcn_probe_rx_callback()
346 if (frm_type == MGMT_PROBE_RESP) in tgt_scan_bcn_probe_rx_callback()
347 bcn->frm_type = MGMT_SUBTYPE_PROBE_RESP; in tgt_scan_bcn_probe_rx_callback()
349 bcn->frm_type = MGMT_SUBTYPE_BEACON; in tgt_scan_bcn_probe_rx_callback()
Dwlan_scan_api.c331 enum mgmt_frame_type frm_type) in wlan_scan_process_bcn_probe_rx_sync() argument
336 if ((frm_type != MGMT_PROBE_RESP) && in wlan_scan_process_bcn_probe_rx_sync()
337 (frm_type != MGMT_BEACON)) { in wlan_scan_process_bcn_probe_rx_sync()
355 if (frm_type == MGMT_PROBE_RESP) in wlan_scan_process_bcn_probe_rx_sync()
356 bcn->frm_type = MGMT_SUBTYPE_PROBE_RESP; in wlan_scan_process_bcn_probe_rx_sync()
358 bcn->frm_type = MGMT_SUBTYPE_BEACON; in wlan_scan_process_bcn_probe_rx_sync()
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/src/
Dwlan_tdls_tgt_api.c244 enum mgmt_frame_type frm_type) in tgt_tdls_mgmt_frame_process_rx_cb() argument
295 rx_mgmt->frm_type = frm_type; in tgt_tdls_mgmt_frame_process_rx_cb()
323 enum mgmt_frame_type frm_type) in tgt_tdls_mgmt_frame_rx_cb() argument
327 tdls_debug("psoc:%pK, peer:%pK, type:%d", psoc, peer, frm_type); in tgt_tdls_mgmt_frame_rx_cb()
347 mgmt_rx_params, frm_type); in tgt_tdls_mgmt_frame_rx_cb()
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/
Dwlan_p2p_tgt_api.c287 enum mgmt_frame_type frm_type) in tgt_p2p_mgmt_frame_rx_cb() argument
298 p2p_debug("psoc:%pK, peer:%pK, type:%d", psoc, peer, frm_type); in tgt_p2p_mgmt_frame_rx_cb()
351 rx_mgmt->frm_type = frm_type; in tgt_p2p_mgmt_frame_rx_cb()
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
Dwlan_scan_cache_db.c1220 if (bcn->frm_type == MGMT_SUBTYPE_BEACON && in __scm_handle_bcn_probe()
1227 qdf_nbuf_len(bcn->buf), bcn->frm_type, in __scm_handle_bcn_probe()
1231 QDF_MAC_ADDR_REF(hdr->i_addr3), bcn->frm_type); in __scm_handle_bcn_probe()
1257 bcn->frm_type, in __scm_handle_bcn_probe()
1274 bcn->frm_type, in __scm_handle_bcn_probe()
1291 bcn->frm_type, in __scm_handle_bcn_probe()
1305 bcn->frm_type, in __scm_handle_bcn_probe()
1317 bcn->frm_type, in __scm_handle_bcn_probe()
1335 bcn->frm_type, in __scm_handle_bcn_probe()
1350 bcn->frm_type, in __scm_handle_bcn_probe()
[all …]
Dwlan_scan_cache_db.h61 uint32_t frm_type; member
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt.c583 enum wlan_frm_fmt frm_type; in htt_attach() local
595 frm_type = ol_cfg_frame_type(pdev->ctrl_pdev); in htt_attach()
597 if (frm_type == wlan_frm_fmt_native_wifi) { in htt_attach()
599 } else if (frm_type == wlan_frm_fmt_802_3) { in htt_attach()
603 "Unexpected frame type spec: %d", frm_type); in htt_attach()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
Dwlan_scan_tgt_api.h50 enum mgmt_frame_type frm_type);
Dwlan_scan_api.h340 enum mgmt_frame_type frm_type);
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/
Dwlan_tdls_tgt_api.h138 enum mgmt_frame_type frm_type);
Dwlan_tdls_public_structs.h600 uint32_t frm_type; member
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/inc/
Dwlan_p2p_tgt_api.h182 enum mgmt_frame_type frm_type);
Dwlan_p2p_public_struct.h119 uint32_t frm_type; member
/wlan-driver/qcacld-3.0/components/tdls/core/src/
Dwlan_tdls_mgmt.c387 tdls_vdev->rx_mgmt->frm_type = rx_mgmt->frm_type; in tdls_process_mlo_rx_mgmt_sync()
546 rx_mgmt->rx_freq, rx_mgmt->vdev_id, rx_mgmt->frm_type, in tdls_process_rx_mgmt()
679 frm_cb_info.frm_type = MGMT_ACTION_TDLS_DISCRESP; in tdls_mgmt_rx_ops()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.c399 if (tx_desc->frm_type == dp_tx_frm_tso) in dp_tx_desc_release()
712 msdu_info->frm_type = dp_tx_frm_tso; in dp_tx_prepare_tso()
829 switch (msdu_info->frm_type) { in dp_tx_prepare_ext_desc()
1204 tx_desc->frm_type = dp_tx_frm_std; in dp_tx_prepare_desc_single()
1356 tx_desc->frm_type = msdu_info->frm_type; in dp_tx_prepare_desc()
1482 msdu_info->frm_type = dp_tx_frm_raw; in dp_tx_prepare_raw()
2070 msdu_info->frm_type = dp_tx_frm_rmnet; in is_nbuf_frm_rmnet()
3064 if (qdf_unlikely(msdu_info->frm_type == dp_tx_frm_rmnet)) in dp_tx_send_msdu_single()
3171 if (qdf_unlikely(desc->frm_type == dp_tx_frm_sg)) { in dp_tx_comp_free_buf()
3261 if (msdu_info->frm_type == dp_tx_frm_me) in dp_tx_send_msdu_multiple()
[all …]
Ddp_tx.h221 enum dp_tx_frm_type frm_type; member
2134 return tx_desc->frm_type == dp_tx_frm_tso ? in dp_tx_get_pkt_len()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_mgmt_txrx.c639 enum mgmt_frame_type frm_type) in pkt_capture_mgmt_rx_data_cb() argument
766 frm_cb_info[0].frm_type = MGMT_FRAME_TYPE_ALL; in pkt_capture_mgmt_rx_ops()
768 frm_cb_info[1].frm_type = MGMT_CTRL_FRAME; in pkt_capture_mgmt_rx_ops()
Dwlan_pkt_capture_main.c310 if (desc->frm_type == dp_tx_frm_tso) { in pkt_capture_process_tx_data()
328 if (desc->frm_type == dp_tx_frm_tso) { in pkt_capture_process_tx_data()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/inc/
Dwlan_mgmt_txrx_utils_api.h1139 enum mgmt_frame_type frm_type);
1161 enum mgmt_frame_type frm_type; member
/wlan-driver/qcacld-3.0/components/p2p/core/src/
Dwlan_p2p_roc.c58 frm_cb_info.frm_type = MGMT_PROBE_REQ; in p2p_mgmt_rx_ops()
637 frm_cb_info[0].frm_type = MGMT_ACTION_VENDOR_SPECIFIC; in p2p_mgmt_rx_action_ops()
639 frm_cb_info[1].frm_type = MGMT_ACTION_CATEGORY_VENDOR_SPECIFIC; in p2p_mgmt_rx_action_ops()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_api.c1220 enum mgmt_frame_type frm_type) in pe_handle_mgmt_frame() argument
1332 frm_cb_info.frm_type = MGMT_FRAME_TYPE_ALL; in pe_register_mgmt_rx_frm_callback()
1348 frm_cb_info.frm_type = MGMT_FRAME_TYPE_ALL; in pe_deregister_mgmt_rx_frm_callback()
3835 enum mgmt_frame_type frm_type = MGMT_BEACON; in lim_add_bcn_probe() local
3855 frm_type = MGMT_PROBE_RESP; in lim_add_bcn_probe()
3878 &rx_param, frm_type); in lim_add_bcn_probe()
Dlim_process_message_queue.c1150 uint16_t frm_type; in lim_check_mgmt_registered_frames() local
1159 frm_type = (fc.type << 2) | (fc.subType << 4); in lim_check_mgmt_registered_frames()
1178 if (mgmt_frame->frameType == frm_type) { in lim_check_mgmt_registered_frames()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
Dwlan_cm_util.c1265 enum mgmt_frame_type frm_type = MGMT_BEACON; in cm_inform_bcn_probe() local
1284 frm_type = MGMT_PROBE_RESP; in cm_inform_bcn_probe()
1305 &rx_param, frm_type); in cm_inform_bcn_probe()

12