Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 25 of 93) sorted by relevance

1234

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/system/src/
H A Dsys_entry_func.c76 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/
H A Diot_sim_common.c594 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 …]
H A Diot_sim_utils.c319 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 …]
H A Diot_sim_defs_i.h83 #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
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/
H A Dwlan_cp_stats_chipset_stats.c310 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/
H A Dqdf_trace.c983 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 …]
H A Dqdf_nbuf.c1452 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/wpa_supplicant_8/src/eap_server/
H A Deap_server_sake.c
H A Deap_server_sim.c
H A Deap_server_aka.c
H A Deap_server_teap.c
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_txrx.c580 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 …]
H A Dwlan_dp_softap_txrx.c292 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/wpa_supplicant_8/src/eap_peer/
H A Deap_sake.c
H A Deap_teap.c
/wlan-driver/qcacld-3.0/components/cmn_services/logging/inc/
H A Dwlan_connectivity_logging.h474 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/
H A Dqdf_trace.h408 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/
H A Dlim_process_assoc_rsp_frame.c1114 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 …]
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx_fwd.c48 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/
H A Dutils_mlo.c1865 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/wpa_supplicant_8/src/ap/
H A Dgas_serv.c
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/system/inc/
H A Dsys_startup.h53 uint32_t type, uint32_t subtype);
/wlan-driver/qcacld-3.0/components/cmn_services/logging/src/
H A Dwlan_connectivity_logging.c429 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/wpa_supplicant_8/wpa_supplicant/
H A Dmbo.c
/wlan-driver/qcacld-3.0/components/son/dispatcher/inc/
H A Dson_api.h440 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

1234