Searched refs:SIR_MAC_MGMT_ACTION (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_message_queue.c | 1040 (mac_hdr->fc.subType == SIR_MAC_MGMT_ACTION)) in lim_handle_unknown_a2_index_frames() 1101 fc.type != SIR_MAC_MGMT_FRAME || fc.subType != SIR_MAC_MGMT_ACTION) in lim_is_ignore_btm_frame() 1349 (fc.subType != SIR_MAC_MGMT_ACTION)) in lim_handle80211_frames() 1390 && (fc.subType != SIR_MAC_MGMT_ACTION)) { in lim_handle80211_frames() 1405 if (fc.subType == SIR_MAC_MGMT_ACTION) { in lim_handle80211_frames() 1504 case SIR_MAC_MGMT_ACTION: in lim_handle80211_frames()
|
H A D | lim_send_management_frames.c | 1164 SIR_MAC_MGMT_ACTION, peerMacAddr, pe_session->self_mac_addr); in lim_send_addts_req_action_frame() 1309 SIR_MAC_MGMT_ACTION, in lim_send_mscs_req_action_frame() 2082 SIR_MAC_MGMT_ACTION, peer, pe_session->self_mac_addr); in lim_send_delts_req_action_frame() 4781 SIR_MAC_MGMT_ACTION, peer); in lim_send_meas_report_frame() 4889 SIR_MAC_MGMT_ACTION, peer); 5009 SIR_MAC_MGMT_ACTION, peer, 5155 SIR_MAC_MGMT_ACTION, peer, session_entry->self_mac_addr); 5309 SIR_MAC_MGMT_ACTION, peer, session_entry->self_mac_addr); 5430 SIR_MAC_MGMT_ACTION, peer, pe_session->self_mac_addr); 5559 SIR_MAC_MGMT_ACTION, peer, pe_session->self_mac_addr); [all …]
|
H A D | lim_process_tdls.c | 1792 SIR_MAC_MGMT_ACTION, peer_mac.bytes, in lim_send_tdls_dis_rsp_frame() 4008 SIR_MAC_ACTION_TX, SIR_MAC_MGMT_ACTION, in lim_process_sme_tdls_mgmt_send_req()
|
H A D | lim_utils.c | 9924 frame_type == SIR_MAC_MGMT_ACTION) { in lim_send_sme_mgmt_frame_ind()
|
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/ |
H A D | wlan_pkt_capture_mgmt_txrx.c | 380 pfc->subType == SIR_MAC_MGMT_ACTION)) { in pkt_capture_process_mgmt_tx_data() 714 pfc->subType == SIR_MAC_MGMT_ACTION)) { in pkt_capture_mgmt_rx_data_cb()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_data.c | 2383 pFc->subType == SIR_MAC_MGMT_ACTION)) { in wma_tx_packet() 2681 } else if (pFc->subType == SIR_MAC_MGMT_ACTION || in wma_tx_packet() 2693 (pFc->subType != SIR_MAC_MGMT_ACTION)) || in wma_tx_packet() 2696 (pFc->subType == SIR_MAC_MGMT_ACTION))) in wma_tx_packet()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_api.c | 376 SIR_MAC_MGMT_ACTION, broadcast_mac_addr.bytes, in lim_populate_fd_tmpl_frame()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
H A D | sir_mac_prot_def.h | 95 #define SIR_MAC_MGMT_ACTION 0xD macro
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parse_mac_trace.cmm | 422 Var.SET \mgmttype[0xD]="SIR_MAC_MGMT_ACTION"
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_cfg80211.c | 672 .rx = BIT(SIR_MAC_MGMT_ACTION) | 684 BIT(SIR_MAC_MGMT_ACTION), 694 BIT(SIR_MAC_MGMT_ACTION), 698 .rx = BIT(SIR_MAC_MGMT_ACTION) | 711 BIT(SIR_MAC_MGMT_ACTION), 715 .rx = BIT(SIR_MAC_MGMT_AUTH) | BIT(SIR_MAC_MGMT_ACTION), 22619 uint16_t type = (SIR_MAC_MGMT_FRAME << 2) | (SIR_MAC_MGMT_ACTION << 4); in wlan_hdd_cfg80211_register_frames() 22731 uint16_t type = (SIR_MAC_MGMT_FRAME << 2) | (SIR_MAC_MGMT_ACTION << 4); in wlan_hdd_cfg80211_deregister_frames()
|