/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/system/src/ |
D | sys_entry_func.c | 76 uint32_t type, uint32_t subtype) in sys_bbt_process_message_core() argument 90 mac_ctx->sys.gSysFrameCount[type][subtype]++; in sys_bbt_process_message_core() 91 framecount = mac_ctx->sys.gSysFrameCount[type][subtype]; in sys_bbt_process_message_core() 100 if ((subtype == SIR_MAC_MGMT_BEACON) && in sys_bbt_process_message_core() 107 subtype); in sys_bbt_process_message_core() 110 subtype, dropreason); in sys_bbt_process_message_core() 118 if (subtype == SIR_MAC_MGMT_ASSOC_REQ) { in sys_bbt_process_message_core() 123 mac_ctx->sys.gSysFrameCount[type][subtype]); in sys_bbt_process_message_core() 125 if (subtype == SIR_MAC_MGMT_DEAUTH) { in sys_bbt_process_message_core() 130 mac_ctx->sys.gSysFrameCount[type][subtype]); in sys_bbt_process_message_core() [all …]
|
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/ |
D | iot_sim_common.c | 594 iot_sim_frame_supported_by_fw(uint8_t type, uint8_t subtype, bool action) in iot_sim_frame_supported_by_fw() argument 597 return iot_sim_action_frame_supported_by_fw(type, subtype); in iot_sim_frame_supported_by_fw() 601 switch (subtype << IEEE80211_FC0_SUBTYPE_SHIFT) { in iot_sim_frame_supported_by_fw() 608 switch (subtype << IEEE80211_FC0_SUBTYPE_SHIFT) { in iot_sim_frame_supported_by_fw() 619 switch (subtype << IEEE80211_FC0_SUBTYPE_SHIFT) { in iot_sim_frame_supported_by_fw() 642 iot_sim_remap_type_subtype(uint8_t *type, uint8_t *subtype, in iot_sim_remap_type_subtype() argument 648 switch (*subtype) { in iot_sim_remap_type_subtype() 650 *subtype = IEEE80211_ACTION_BA_ADDBA_REQUEST; in iot_sim_remap_type_subtype() 664 switch (*subtype << IEEE80211_FC0_SUBTYPE_SHIFT) { in iot_sim_remap_type_subtype() 666 *subtype = IEEE80211_FC0_SUBTYPE_ASSOC_REQ; in iot_sim_remap_type_subtype() [all …]
|
D | iot_sim_utils.c | 319 uint8_t type, subtype, seq = 0; in iot_sim_frame_update() local 340 subtype = (buf[0] & IEEE80211_FC0_SUBTYPE_MASK); in iot_sim_frame_update() 343 subtype == IEEE80211_FC0_SUBTYPE_AUTH) { in iot_sim_frame_update() 348 (subtype == IEEE80211_FC0_SUBTYPE_PROBE_RESP || in iot_sim_frame_update() 349 subtype == IEEE80211_FC0_SUBTYPE_BEACON)) in iot_sim_frame_update() 353 (subtype == IEEE80211_FC0_SUBTYPE_ASSOC_RESP || in iot_sim_frame_update() 354 subtype == IEEE80211_FC0_SUBTYPE_REASSOC_RESP)) in iot_sim_frame_update() 358 (subtype == IEEE80211_FC0_SUBTYPE_DEAUTH || in iot_sim_frame_update() 359 subtype == IEEE80211_FC0_SUBTYPE_DISASSOC)) in iot_sim_frame_update() 362 subtype == IEEE80211_FC0_SUBTYPE_ACTION) { in iot_sim_frame_update() [all …]
|
D | iot_sim_defs_i.h | 83 #define FRAME_TYPE_IS_BEACON(type, subtype) ((type) == 0 && (subtype) == 8) argument 84 #define FRAME_TYPE_IS_ACTION(type, subtype) ((type) == 0 && (subtype) == 13) argument
|
D | iot_sim_cmn_api_i.h | 173 uint8_t subtype,
|
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/ |
D | wlan_cp_stats_chipset_stats.c | 310 enum qdf_proto_subtype subtype) in get_cstat_type() argument 313 if (subtype == QDF_PROTO_EAPOL_M1) in get_cstat_type() 315 else if (subtype == QDF_PROTO_EAPOL_M2) in get_cstat_type() 317 else if (subtype == QDF_PROTO_EAPOL_M3) in get_cstat_type() 319 else if (subtype == QDF_PROTO_EAPOL_M4) in get_cstat_type() 322 if (subtype == QDF_PROTO_DHCP_DISCOVER) in get_cstat_type() 324 else if (subtype == QDF_PROTO_DHCP_REQUEST) in get_cstat_type() 326 else if (subtype == QDF_PROTO_DHCP_OFFER) in get_cstat_type() 328 else if (subtype == QDF_PROTO_DHCP_ACK) in get_cstat_type() 330 else if (subtype == QDF_PROTO_DHCP_NACK) in get_cstat_type() [all …]
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_trace.c | 983 static const char *qdf_dp_subtype_to_str(enum qdf_proto_subtype subtype) in qdf_dp_subtype_to_str() argument 985 switch (subtype) { in qdf_dp_subtype_to_str() 1335 uint8_t *qdf_get_pkt_type_string(uint8_t type, uint8_t subtype) in qdf_get_pkt_type_string() argument 1337 switch (subtype) { in qdf_get_pkt_type_string() 1460 uint8_t subtype, uint8_t dir, uint16_t msdu_id, in qdf_dp_log_proto_pkt_info() argument 1472 last_ticks_tx[subtype] + HZ / pkt_rate_limit)) || in qdf_dp_log_proto_pkt_info() 1475 last_ticks_rx[subtype] + HZ / pkt_rate_limit))) in qdf_dp_log_proto_pkt_info() 1479 last_ticks_tx[subtype] = curr_ticks; in qdf_dp_log_proto_pkt_info() 1481 last_ticks_rx[subtype] = curr_ticks; in qdf_dp_log_proto_pkt_info() 1485 qdf_get_pkt_type_string(type, subtype), in qdf_dp_log_proto_pkt_info() [all …]
|
D | qdf_nbuf.c | 1452 enum qdf_proto_subtype subtype = QDF_PROTO_INVALID; in __qdf_nbuf_data_get_dhcp_subtype() local 1460 subtype = QDF_PROTO_DHCP_DISCOVER; in __qdf_nbuf_data_get_dhcp_subtype() 1463 subtype = QDF_PROTO_DHCP_REQUEST; in __qdf_nbuf_data_get_dhcp_subtype() 1466 subtype = QDF_PROTO_DHCP_OFFER; in __qdf_nbuf_data_get_dhcp_subtype() 1469 subtype = QDF_PROTO_DHCP_ACK; in __qdf_nbuf_data_get_dhcp_subtype() 1472 subtype = QDF_PROTO_DHCP_NACK; in __qdf_nbuf_data_get_dhcp_subtype() 1475 subtype = QDF_PROTO_DHCP_RELEASE; in __qdf_nbuf_data_get_dhcp_subtype() 1478 subtype = QDF_PROTO_DHCP_INFORM; in __qdf_nbuf_data_get_dhcp_subtype() 1481 subtype = QDF_PROTO_DHCP_DECLINE; in __qdf_nbuf_data_get_dhcp_subtype() 1488 return subtype; in __qdf_nbuf_data_get_dhcp_subtype() [all …]
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
D | wlan_dp_txrx.c | 580 enum qdf_proto_subtype subtype = QDF_PROTO_INVALID; in dp_start_xmit() local 614 subtype = qdf_nbuf_get_eapol_subtype(nbuf); in dp_start_xmit() 615 if (subtype == QDF_PROTO_EAPOL_M2) { in dp_start_xmit() 618 } else if (subtype == QDF_PROTO_EAPOL_M4) { in dp_start_xmit() 623 subtype = qdf_nbuf_get_dhcp_subtype(nbuf); in dp_start_xmit() 624 if (subtype == QDF_PROTO_DHCP_DISCOVER) { in dp_start_xmit() 627 } else if (subtype == QDF_PROTO_DHCP_REQUEST) { in dp_start_xmit() 740 tx_dropped[subtype - QDF_PROTO_EAPOL_M1]; in dp_start_xmit() 743 tx_dropped[subtype - QDF_PROTO_DHCP_DISCOVER]; in dp_start_xmit() 800 enum qdf_proto_subtype subtype; in dp_sta_notify_tx_comp_cb() local [all …]
|
D | wlan_dp_softap_txrx.c | 292 enum qdf_proto_subtype subtype = QDF_PROTO_INVALID; in dp_softap_inspect_dhcp_packet() local 306 subtype = qdf_nbuf_get_dhcp_subtype(nbuf); in dp_softap_inspect_dhcp_packet() 324 subtype, in dp_softap_inspect_dhcp_packet() 328 switch (subtype) { in dp_softap_inspect_dhcp_packet()
|
/wlan-driver/qcacld-3.0/components/cmn_services/logging/inc/ |
D | wlan_connectivity_logging.h | 474 uint8_t subtype; member 545 uint8_t subtype; member 583 uint8_t subtype; member 624 uint16_t subtype; member 763 uint8_t subtype; member 817 uint16_t subtype; member 866 uint32_t subtype; member 1343 bool is_rx, uint8_t subtype); 1395 bool is_rx, uint8_t subtype) in wlan_connectivity_t2lm_req_resp_event() argument 1677 bool is_rx, uint8_t subtype) in wlan_connectivity_t2lm_req_resp_event() argument
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_trace.h | 408 uint8_t subtype; member 436 uint8_t subtype; member 466 uint8_t subtype; member 1263 enum qdf_proto_subtype subtype); 1326 enum qdf_proto_subtype subtype); 1354 uint8_t subtype, uint8_t dir, uint16_t msdu_id, 1365 void qdf_dp_track_noack_check(qdf_nbuf_t nbuf, enum qdf_proto_subtype *subtype); 1459 uint8_t subtype, uint8_t dir, uint16_t msdu_id, in qdf_dp_log_proto_pkt_info() argument 1465 void qdf_dp_track_noack_check(qdf_nbuf_t nbuf, enum qdf_proto_subtype *subtype) in qdf_dp_track_noack_check() argument
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_assoc_rsp_frame.c | 1114 uint8_t subtype, struct pe_session *session_entry) in lim_process_assoc_rsp_frame() argument 1162 subtype, session_entry->vdev_id, in lim_process_assoc_rsp_frame() 1171 if (((subtype == LIM_ASSOC) && in lim_process_assoc_rsp_frame() 1173 ((subtype == LIM_REASSOC) && in lim_process_assoc_rsp_frame() 1197 if (subtype == LIM_ASSOC) { in lim_process_assoc_rsp_frame() 1267 frame_body_len, subtype); in lim_process_assoc_rsp_frame() 1272 if (subtype == LIM_REASSOC) { in lim_process_assoc_rsp_frame() 1279 } else if (subtype == LIM_ASSOC) { in lim_process_assoc_rsp_frame() 1288 if (subtype != LIM_REASSOC) { in lim_process_assoc_rsp_frame() 1301 if (subtype == LIM_ASSOC) in lim_process_assoc_rsp_frame() [all …]
|
D | lim_process_message_queue.c | 503 uint8_t type, subtype; in def_msg_decision() local 530 &type, &subtype); in def_msg_decision() 533 ((subtype == SIR_MAC_MGMT_BEACON) || in def_msg_decision() 534 (subtype == SIR_MAC_MGMT_PROBE_RSP))) in def_msg_decision() 1255 lim_is_mgmt_frame_loggable(uint8_t type, uint8_t subtype) in lim_is_mgmt_frame_loggable() argument 1260 switch (subtype) { in lim_is_mgmt_frame_loggable() 1271 lim_is_mgmt_frame_loggable(uint8_t type, uint8_t subtype) in lim_is_mgmt_frame_loggable() argument
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_rx_fwd.c | 48 unsigned char subtype; in ol_ap_fwd_check() local 56 subtype = mac_header->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in ol_ap_fwd_check() 68 subtype != 0x0 || in ol_ap_fwd_check()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
D | utils_mlo.c | 1865 uint8_t subtype, in util_gen_link_reqrsp_cmn() argument 2017 if ((subtype != WLAN_FC0_STYPE_ASSOC_REQ) && in util_gen_link_reqrsp_cmn() 2018 (subtype != WLAN_FC0_STYPE_REASSOC_REQ) && in util_gen_link_reqrsp_cmn() 2019 (subtype != WLAN_FC0_STYPE_ASSOC_RESP) && in util_gen_link_reqrsp_cmn() 2020 (subtype != WLAN_FC0_STYPE_REASSOC_RESP) && in util_gen_link_reqrsp_cmn() 2021 (subtype != WLAN_FC0_STYPE_PROBE_RESP)) { in util_gen_link_reqrsp_cmn() 2022 mlo_err("802.11 frame subtype %u is invalid", subtype); in util_gen_link_reqrsp_cmn() 2043 if (subtype == WLAN_FC0_STYPE_ASSOC_REQ) { in util_gen_link_reqrsp_cmn() 2045 } else if (subtype == WLAN_FC0_STYPE_REASSOC_REQ) { in util_gen_link_reqrsp_cmn() 2047 } else if (subtype == WLAN_FC0_STYPE_PROBE_RESP) { in util_gen_link_reqrsp_cmn() [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/system/inc/ |
D | sys_startup.h | 53 uint32_t type, uint32_t subtype);
|
/wlan-driver/qcacld-3.0/components/cmn_services/logging/src/ |
D | wlan_connectivity_logging.c | 429 bool is_rx, uint8_t subtype) in wlan_connectivity_t2lm_req_resp_event() argument 441 wlan_diag_event.subtype = subtype; in wlan_connectivity_t2lm_req_resp_event() 966 wlan_diag_event.subtype = (uint8_t)tag; in wlan_connectivity_mgmt_event() 994 if (wlan_diag_event.subtype > WLAN_CONN_DIAG_REASSOC_RESP_EVENT && in wlan_connectivity_mgmt_event() 995 wlan_diag_event.subtype < WLAN_CONN_DIAG_BMISS_EVENT) in wlan_connectivity_mgmt_event() 1054 wlan_diag_event.subtype = WLAN_CONN_DIAG_CONNECTING_EVENT; in wlan_connectivity_connecting_event()
|
/wlan-driver/qcacld-3.0/components/son/dispatcher/inc/ |
D | son_api.h | 440 int wlan_son_anqp_frame(struct wlan_objmgr_vdev *vdev, int subtype, 527 int wlan_son_anqp_frame(struct wlan_objmgr_vdev *vdev, int subtype, in wlan_son_anqp_frame() argument
|
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/ |
D | wlan_cp_stats_chipset_stats.h | 157 enum qdf_proto_subtype subtype,
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_roam_offload.c | 6488 wlan_diag_event.subtype = in cm_roam_candidate_info_event() 6491 wlan_diag_event.subtype = in cm_roam_candidate_info_event() 6921 cm_roam_get_tag(enum mgmt_subtype subtype, bool is_tx) in cm_roam_get_tag() argument 6923 switch (subtype) { in cm_roam_get_tag() 6957 cm_roam_get_eapol_tag(enum wlan_roam_frame_subtype subtype) in cm_roam_get_eapol_tag() argument 6959 switch (subtype) { in cm_roam_get_eapol_tag() 6994 wlan_diag_event.subtype = WLAN_CONN_DIAG_BTM_QUERY_EVENT; in cm_roam_btm_query_event() 7016 wlan_diag_event.subtype = WLAN_CONN_DIAG_NBR_RPT_REQ_EVENT; in cm_roam_neigh_rpt_req_event() 7040 wlan_diag_event.subtype = WLAN_CONN_DIAG_NBR_RPT_RESP_EVENT; in cm_roam_neigh_rpt_resp_event() 7071 wlan_diag_event.subtype = WLAN_CONN_DIAG_BTM_WTC_EVENT; in cm_roam_wtc_btm_event() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/ |
D | vdev_mgr_ops.c | 62 (param->subtype == WLAN_VDEV_MLME_SUBTYPE_SMART_MONITOR) || in vdev_mgr_alloc_vdev_stats_id() 159 param->subtype = mlme_obj->mgmt.generic.subtype; in vdev_mgr_create_param_update()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/ |
D | dp_tx_mon_2.0.c | 814 uint16_t mgmt_filter, ctrl_filter, data_filter, type, subtype; in dp_lite_mon_filter_subtype() local 826 subtype = ((wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK) >> in dp_lite_mon_filter_subtype() 831 if (mgmt_filter >> subtype & 0x1) in dp_lite_mon_filter_subtype() 836 if (ctrl_filter >> subtype & 0x1) in dp_lite_mon_filter_subtype()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/ |
D | wlan_cm_roam_api.c | 3590 cm_get_frame_subtype_str(frame_info->subtype), in cm_roam_print_frame_info() 3591 frame_info->subtype == MGMT_SUBTYPE_AUTH ? in cm_roam_print_frame_info() 4234 if (frame->subtype == MGMT_SUBTYPE_AUTH || in wlan_cm_get_valid_frame_type() 4235 frame->subtype == MGMT_SUBTYPE_REASSOC_REQ || in wlan_cm_get_valid_frame_type() 4236 frame->subtype == MGMT_SUBTYPE_REASSOC_RESP || in wlan_cm_get_valid_frame_type() 4237 frame->subtype == ROAM_FRAME_SUBTYPE_M1 || in wlan_cm_get_valid_frame_type() 4238 frame->subtype == ROAM_FRAME_SUBTYPE_M2 || in wlan_cm_get_valid_frame_type() 4239 frame->subtype == ROAM_FRAME_SUBTYPE_M3 || in wlan_cm_get_valid_frame_type() 4240 frame->subtype == ROAM_FRAME_SUBTYPE_M4) in wlan_cm_get_valid_frame_type() 4263 uint8_t subtype; in wlan_cm_update_roam_frame_info() local [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/ |
D | wlan_vdev_mgr_tgt_if_tx_api.c | 132 vdev_info.subtype = wlan_util_vdev_get_cdp_txrx_subtype(vdev); in tgt_vdev_mgr_create_send() 775 vdev_info.subtype = wlan_util_vdev_get_cdp_txrx_subtype(vdev); in tgt_vdev_mgr_cdp_vdev_attach()
|