Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_mgmt_txrx.c320 tpSirMacFrameCtl pfc = (tpSirMacFrameCtl)(qdf_nbuf_data(nbuf)); in pkt_capture_process_rmf_frame() local
329 if (pfc->wep) { in pkt_capture_process_rmf_frame()
365 tpSirMacFrameCtl pfc = (tpSirMacFrameCtl)(qdf_nbuf_data(nbuf)); in pkt_capture_process_mgmt_tx_data() local
377 if ((pfc->type == IEEE80211_FC0_TYPE_MGT) && in pkt_capture_process_mgmt_tx_data()
378 (pfc->subType == SIR_MAC_MGMT_DISASSOC || in pkt_capture_process_mgmt_tx_data()
379 pfc->subType == SIR_MAC_MGMT_DEAUTH || in pkt_capture_process_mgmt_tx_data()
380 pfc->subType == SIR_MAC_MGMT_ACTION)) { in pkt_capture_process_mgmt_tx_data()
433 tpSirMacFrameCtl pfc = (tpSirMacFrameCtl)(qdf_nbuf_data(nbuf)); in pkt_capture_mgmt_tx() local
459 if (pfc->type == IEEE80211_FC0_TYPE_MGT && in pkt_capture_mgmt_tx()
464 if (pfc->type == IEEE80211_FC0_TYPE_CTL && in pkt_capture_mgmt_tx()
[all …]