/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_message_queue.c | 1033 mac_hdr->fc.type, mac_hdr->fc.subType); in lim_handle_unknown_a2_index_frames() 1039 (mac_hdr->fc.type == SIR_MAC_MGMT_FRAME) && in lim_handle_unknown_a2_index_frames() 1040 (mac_hdr->fc.subType == SIR_MAC_MGMT_ACTION)) in lim_handle_unknown_a2_index_frames() 1048 tSirMacFrameCtl fc, uint8_t *body, uint16_t frm_len) in lim_is_ignore_btm_frame() argument 1101 fc.type != SIR_MAC_MGMT_FRAME || fc.subType != SIR_MAC_MGMT_ACTION) in lim_is_ignore_btm_frame() 1145 tSirMacFrameCtl fc; in lim_check_mgmt_registered_frames() local 1158 fc = hdr->fc; in lim_check_mgmt_registered_frames() 1159 frm_type = (fc.type << 2) | (fc.subType << 4); in lim_check_mgmt_registered_frames() 1172 && (fc.type == SIR_MAC_MGMT_FRAME) in lim_check_mgmt_registered_frames() 1207 session_entry->vdev_id, fc, body, in lim_check_mgmt_registered_frames() [all …]
|
D | lim_process_action_frame.c | 882 lim_send_sme_mgmt_frame_ind(mac_ctx, mac_hdr->fc.subType, in __lim_process_qos_map_configure_frame() 1135 pHdr->fc.type, pHdr->fc.subType, curr_seq_num); in __lim_process_radio_measure_request() 1343 if (mac_header->fc.wep == 0) in __lim_process_sa_query_request_action_frame() 1441 lim_send_sme_mgmt_frame_ind(mac, m_hdr->fc.subType, in __lim_process_sa_query_response_action_frame() 1452 if (m_hdr->fc.wep == 0) in __lim_process_sa_query_response_action_frame() 1529 if (rmfConnection && (pHdr->fc.wep == 0)) { in lim_drop_unprotected_action_frame() 1648 mac_hdr->fc.wep, buff_size, mac_hdr->bssId); in lim_process_addba_req() 1893 mac_hdr->fc.subType, in lim_process_action_frame() 1961 mac_hdr->fc.subType, in lim_process_action_frame() 2006 mac_hdr->fc.subType, (uint8_t *)mac_hdr, in lim_process_action_frame() [all …]
|
D | lim_mlo.c | 591 tSirMacFrameCtl fc; in lim_mlo_proc_assoc_req_frm() local 638 fc = pHdr->fc; in lim_mlo_proc_assoc_req_frm() 640 if (fc.type == SIR_MAC_MGMT_FRAME) { in lim_mlo_proc_assoc_req_frm() 641 if (fc.subType == SIR_MAC_MGMT_ASSOC_REQ) { in lim_mlo_proc_assoc_req_frm() 643 } else if (fc.subType == SIR_MAC_MGMT_REASSOC_REQ) { in lim_mlo_proc_assoc_req_frm() 647 fc.type, fc.subType); in lim_mlo_proc_assoc_req_frm() 652 fc.type, fc.subType); in lim_mlo_proc_assoc_req_frm()
|
D | lim_process_auth_frame.c | 767 mac_hdr->fc.type, mac_hdr->fc.subType, in lim_process_sae_auth_frame() 873 lim_send_sme_mgmt_frame_ind(mac_ctx, mac_hdr->fc.subType, in lim_process_sae_auth_frame() 902 mac_hdr->fc.type, mac_hdr->fc.subType, in lim_process_ft_auth_frame() 944 lim_send_sme_mgmt_frame_ind(mac_ctx, mac_hdr->fc.subType, in lim_process_ft_auth_frame() 997 lim_send_sme_mgmt_frame_ind(mac_ctx, mac_hdr->fc.subType, in lim_process_pasn_auth_frame() 1027 if (!(mac_hdr->fc.retry == 0 || in lim_process_auth_frame_type1() 1506 if (!mac_hdr->fc.wep) { in lim_process_auth_frame_type3() 1807 mac_hdr->fc.retry) { in lim_process_auth_frame() 1874 if (mac_hdr->fc.wep) { in lim_process_auth_frame() 2241 lim_send_sme_mgmt_frame_ind(mac, dot11_hdr->fc.subType, in lim_process_sae_preauth_frame()
|
D | lim_send_management_frames.c | 128 mac_hdr->fc.protVer = SIR_MAC_PROTOCOL_VERSION; in lim_populate_mac_header() 129 mac_hdr->fc.type = type; in lim_populate_mac_header() 130 mac_hdr->fc.subType = sub_type; in lim_populate_mac_header() 1211 pe_session->peSessionId, pMacHdr->fc.subType)); in lim_send_addts_req_action_frame() 1334 mac->mgmtSeqNum, mac_hdr->fc.subType); in lim_send_mscs_req_action_frame() 1966 pe_session->peSessionId, mac_hdr->fc.subType)); in lim_send_assoc_rsp_mgmt_frame() 2127 pe_session->peSessionId, pMacHdr->fc.subType)); in lim_send_delts_req_action_frame() 3086 pe_session->peSessionId, mac_hdr->fc.subType)); in lim_send_assoc_req_mgmt_frame() 3283 if (mac_hdr->fc.subType == SIR_MAC_MGMT_AUTH) { in lim_is_ack_for_sae_auth() 3595 mac_hdr->fc.wep = LIM_WEP_IN_FC; in lim_send_auth_mgmt_frame() [all …]
|
D | lim_api.c | 1076 if (hdr->fc.subType == SIR_MAC_MGMT_BEACON || in pe_drop_pending_rx_mgmt_frames() 1077 hdr->fc.subType == SIR_MAC_MGMT_PROBE_REQ || in pe_drop_pending_rx_mgmt_frames() 1078 hdr->fc.subType == SIR_MAC_MGMT_PROBE_RSP) { in pe_drop_pending_rx_mgmt_frames() 1082 hdr->fc.subType, in pe_drop_pending_rx_mgmt_frames() 1117 if ((hdr->fc.subType == SIR_MAC_MGMT_BEACON || in pe_is_ext_scan_bcn_probe_rsp() 1118 hdr->fc.subType == SIR_MAC_MGMT_PROBE_RSP) && in pe_is_ext_scan_bcn_probe_rsp() 1281 if ((mHdr->fc.subType == SIR_MAC_MGMT_BEACON || in pe_handle_mgmt_frame() 1282 mHdr->fc.subType == SIR_MAC_MGMT_PROBE_RSP) && in pe_handle_mgmt_frame() 1292 if (mHdr->fc.subType == SIR_MAC_MGMT_PROBE_REQ) { in pe_handle_mgmt_frame() 1312 mHdr->fc.type, in pe_handle_mgmt_frame() [all …]
|
D | lim_process_tdls.c | 501 pMacHdr->fc.protVer = SIR_MAC_PROTOCOL_VERSION; in lim_prepare_tdls_frame_header() 502 pMacHdr->fc.type = SIR_MAC_DATA_FRAME; in lim_prepare_tdls_frame_header() 509 pMacHdr->fc.subType = in lim_prepare_tdls_frame_header() 518 pMacHdr->fc.toDS = toDs; in lim_prepare_tdls_frame_header() 519 pMacHdr->fc.powerMgmt = 0; in lim_prepare_tdls_frame_header() 520 pMacHdr->fc.wep = (pe_session->encryptType == eSIR_ED_NONE) ? 0 : 1; in lim_prepare_tdls_frame_header() 538 if (pMacHdr->fc.subType == SIR_MAC_DATA_QOS_DATA) { in lim_prepare_tdls_frame_header() 1799 pMacHdr->fc.toDS = ANI_TXDIR_IBSS; in lim_send_tdls_dis_rsp_frame() 1800 pMacHdr->fc.powerMgmt = 0; in lim_send_tdls_dis_rsp_frame()
|
D | lim_process_disassoc_frame.c | 139 lim_send_sme_unprotected_mgmt_frame_ind(mac, pHdr->fc.subType, in lim_process_disassoc_frame()
|
D | lim_send_frames_host_roam.c | 509 pe_session->peSessionId, mac_hdr->fc.subType)); in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 935 pe_session->peSessionId, pMacHdr->fc.subType)); in lim_send_reassoc_req_mgmt_frame()
|
D | lim_process_probe_req_frame.c | 484 lim_send_sme_mgmt_frame_ind(mac, pHdr->fc.subType, in lim_indicate_probe_req_to_hdd()
|
D | lim_process_deauth_frame.c | 146 lim_send_sme_unprotected_mgmt_frame_ind(mac, pHdr->fc.subType, in lim_process_deauth_frame()
|
D | lim_utils.c | 4638 mgmt_event->mgmt_type = mac_hdr->fc.type; in lim_diag_fill_mgmt_event_report() 4639 mgmt_event->mgmt_subtype = mac_hdr->fc.subType; in lim_diag_fill_mgmt_event_report() 5121 pMacHdr->fc.wep = 1; in lim_set_protected_bit() 5123 pe_debug("wep:%d rmf:%d is_key_set:%d", pMacHdr->fc.wep, in lim_set_protected_bit() 6817 if (pHdr->fc.retry == 0) in lim_is_valid_frame() 9766 if (hdr->fc.type == SIR_MAC_MGMT_FRAME) { in lim_util_get_type_subtype() 9768 rxpktinfor, hdr, hdr->fc.type, hdr->fc.subType, in lim_util_get_type_subtype() 9770 *type = hdr->fc.type; in lim_util_get_type_subtype() 9771 *subtype = hdr->fc.subType; in lim_util_get_type_subtype() 9773 pe_err("Not a management packet type %d", hdr->fc.type); in lim_util_get_type_subtype()
|
D | lim_assoc_utils.c | 3224 if (((SIR_MAC_MGMT_FRAME == header->fc.type) && in lim_check_and_announce_join_success() 3225 (SIR_MAC_MGMT_PROBE_RSP == header->fc.subType)) && in lim_check_and_announce_join_success() 3241 if (SIR_MAC_MGMT_BEACON == header->fc.subType && in lim_check_and_announce_join_success()
|
D | lim_process_assoc_rsp_frame.c | 1184 if (!hdr->fc.retry) { in lim_process_assoc_rsp_frame()
|
D | lim_process_assoc_req_frame.c | 2785 if (hdr->fc.retry > 0) { in lim_process_assoc_req_frame()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_disa.c | 180 uint8_t fc[2]; in hdd_fill_encrypt_decrypt_params() local 282 fc[1] = *tmp; in hdd_fill_encrypt_decrypt_params() 283 fc[0] = *(tmp + 1); in hdd_fill_encrypt_decrypt_params() 284 if ((fc[0] & 0x03) == 0x03) { in hdd_fill_encrypt_decrypt_params() 294 if (fc[1] & 0x80) { in hdd_fill_encrypt_decrypt_params()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_rx_defrag.c | 534 uint16_t fc = 0; in dp_rx_defrag_hdrsize() local 550 fc = frm_ctrl_field; in dp_rx_defrag_hdrsize() 553 if (DP_RX_DEFRAG_IEEE80211_QOS_HAS_SEQ(fc & 0xff)) { in dp_rx_defrag_hdrsize() 556 if (((fc & 0xff00) >> 8) & IEEE80211_FC1_ORDER) in dp_rx_defrag_hdrsize() 1015 uint16_t fc = 0; in dp_rx_defrag_nwifi_to_8023() local 1051 fc = hal_rx_get_frame_ctrl_field(soc->hal_soc, rx_desc_info); in dp_rx_defrag_nwifi_to_8023() 1053 dp_debug("Frame control type: 0x%x", fc); in dp_rx_defrag_nwifi_to_8023() 1055 switch (((fc & 0xff00) >> 8) & IEEE80211_FC1_DIR_MASK) { in dp_rx_defrag_nwifi_to_8023() 1098 "%s: Unknown frame control type: 0x%x", __func__, fc); in dp_rx_defrag_nwifi_to_8023()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
D | sch_beacon_gen.c | 602 mac->fc.type = SIR_MAC_MGMT_FRAME; in sch_set_fixed_beacon_fields() 603 mac->fc.subType = SIR_MAC_MGMT_BEACON; in sch_set_fixed_beacon_fields() 612 mac->fc.fromDS = 0; in sch_set_fixed_beacon_fields() 613 mac->fc.toDS = 0; in sch_set_fixed_beacon_fields()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/ |
D | wlan_cmn_ieee80211.h | 87 #define WLAN_FC0_GET_TYPE(fc) (((fc) & 0x0c) >> 2) argument 88 #define WLAN_FC0_GET_STYPE(fc) (((fc) & 0xf0) >> 4) argument
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
D | hal_api_mon.h | 186 #define HAL_RX_GET_FRAME_CTRL_TYPE(fc)\ argument 187 (((fc) & HAL_RX_FRAMECTRL_TYPE_MASK) >> 2)
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/ |
D | hal_li_generic_api.h | 644 uint16_t fc = ppdu_info->nac_info.frame_control; in hal_update_rx_ctrl_frame_stats() local 646 if (HAL_RX_GET_FRAME_CTRL_TYPE(fc) == HAL_RX_FRAME_CTRL_TYPE_CTRL) { in hal_update_rx_ctrl_frame_stats() 647 if ((fc & QDF_IEEE80211_FC0_SUBTYPE_MASK) == in hal_update_rx_ctrl_frame_stats() 650 if ((fc & QDF_IEEE80211_FC0_SUBTYPE_MASK) == in hal_update_rx_ctrl_frame_stats()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
D | hal_be_api_mon.h | 2492 uint16_t fc = ppdu_info->nac_info.frame_control; in hal_update_rx_ctrl_frame_stats() local 2494 if (HAL_RX_GET_FRAME_CTRL_TYPE(fc) == HAL_RX_FRAME_CTRL_TYPE_CTRL) { in hal_update_rx_ctrl_frame_stats() 2495 if ((fc & QDF_IEEE80211_FC0_SUBTYPE_MASK) == in hal_update_rx_ctrl_frame_stats() 2498 if ((fc & QDF_IEEE80211_FC0_SUBTYPE_MASK) == in hal_update_rx_ctrl_frame_stats()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/ |
D | dp_rx_mon.c | 2272 uint16_t fc, sw_peer_id; in dp_rx_mon_update_user_ctrl_frame_stats() local 2278 fc = ppdu_info->nac_info.frame_control; in dp_rx_mon_update_user_ctrl_frame_stats() 2279 if (qdf_likely((qdf_cpu_to_le16(fc) & QDF_IEEE80211_FC0_TYPE_MASK) != in dp_rx_mon_update_user_ctrl_frame_stats()
|
D | dp_mon.c | 4734 uint16_t fc = 0; in dp_tx_ctrl_stats_update() local 4749 fc = user->frame_ctrl; in dp_tx_ctrl_stats_update() 4750 if ((qdf_cpu_to_le16(fc) & QDF_IEEE80211_FC0_TYPE_MASK) == in dp_tx_ctrl_stats_update() 4752 if ((qdf_cpu_to_le16(fc) & QDF_IEEE80211_FC0_SUBTYPE_MASK) == in dp_tx_ctrl_stats_update() 4755 if ((qdf_cpu_to_le16(fc) & QDF_IEEE80211_FC0_SUBTYPE_MASK) == in dp_tx_ctrl_stats_update()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
D | sir_mac_prot_def.h | 420 tSirMacFrameCtl fc; member 432 tSirMacFrameCtl fc; member
|