Home
last modified time | relevance | path

Searched refs:SIR_MAC_MGMT_DEAUTH (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/system/src/
H A Dsys_entry_func.c125 if (subtype == SIR_MAC_MGMT_DEAUTH) { in sys_bbt_process_message_core()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_mgmt_txrx.c379 pfc->subType == SIR_MAC_MGMT_DEAUTH || in pkt_capture_process_mgmt_tx_data()
713 pfc->subType == SIR_MAC_MGMT_DEAUTH || in pkt_capture_mgmt_rx_data_cb()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c1157 SIR_MAC_MGMT_DEAUTH, in wlansap_modify_acl()
1216 SIR_MAC_MGMT_DEAUTH, in wlansap_modify_acl()
2786 if (subtype == SIR_MAC_MGMT_DEAUTH || subtype == SIR_MAC_MGMT_DISASSOC) in wlansap_populate_del_sta_params()
2789 params->subtype = SIR_MAC_MGMT_DEAUTH; in wlansap_populate_del_sta_params()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prot_def.h94 #define SIR_MAC_MGMT_DEAUTH 0xC macro
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_api.c3276 (subType == SIR_MAC_MGMT_DEAUTH)) { in lim_is_pkt_candidate_for_drop()
3291 subType == SIR_MAC_MGMT_DEAUTH)) { in lim_is_pkt_candidate_for_drop()
H A Dlim_process_message_queue.c1499 case SIR_MAC_MGMT_DEAUTH: in lim_handle80211_frames()
H A Dlim_process_mlm_rsp_messages.c1653 mac->sys.gSysFrameCount[SIR_MAC_MGMT_FRAME][SIR_MAC_MGMT_DEAUTH] = 0; in lim_process_mlm_del_bss_rsp()
H A Dlim_send_management_frames.c4537 SIR_MAC_MGMT_DEAUTH, peer, pe_session->self_mac_addr); in lim_send_deauth_mgmt_frame()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_son.c1485 param.subtype = SIR_MAC_MGMT_DEAUTH; in hdd_son_deauth_sta()
H A Dwlan_hdd_assoc.c2021 case SIR_MAC_MGMT_DEAUTH: in hdd_indicate_unprot_mgmt_frame()
H A Dwlan_hdd_power.c2469 .subtype = SIR_MAC_MGMT_DEAUTH, in __wlan_hdd_cfg80211_suspend_wlan()
H A Dwlan_hdd_cfg80211.c683 BIT(SIR_MAC_MGMT_DEAUTH) |
693 BIT(SIR_MAC_MGMT_DEAUTH) |
710 BIT(SIR_MAC_MGMT_DEAUTH) |
26029 uint8_t subtype = SIR_MAC_MGMT_DEAUTH >> 4; in wlan_hdd_cfg80211_del_station()
26038 uint8_t subtype = SIR_MAC_MGMT_DEAUTH >> 4; in wlan_hdd_cfg80211_del_station()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparse_mac_trace.cmm421 Var.SET \mgmttype[0xC]="SIR_MAC_MGMT_DEAUTH"
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c2382 pFc->subType == SIR_MAC_MGMT_DEAUTH || in wma_tx_packet()