Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx.c1150 if (!vdev->drop_unenc || (true == is_encrypted)) in ol_rx_filter()
1160 if ((false == is_encrypted) && vdev->drop_unenc) { in ol_rx_filter()
H A Dol_txrx_types.h1245 uint32_t drop_unenc; member
H A Dol_txrx.c1966 vdev->drop_unenc = 1; in ol_txrx_vdev_attach()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h4151 uint32_t drop_unenc; member
H A Ddp_main.c4769 vdev->drop_unenc = 1; in dp_vdev_attach_wifi3()