Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pkt_capture/core/inc/
H A Dwlan_pkt_capture_priv.h80 qdf_freq_t last_freq; member
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_mgmt_txrx.c220 vdev_priv->last_freq = vdev_priv->curr_freq; in pkt_capture_mgmtpkt_process()
226 vdev_priv->last_freq); in pkt_capture_mgmtpkt_process()
233 val.cdp_pdev_param_mon_freq = vdev_priv->last_freq; in pkt_capture_mgmtpkt_process()
238 vdev_priv->curr_freq = vdev_priv->last_freq; in pkt_capture_mgmtpkt_process()
H A Dwlan_pkt_capture_main.c748 vdev_priv->last_freq = vdev_priv->curr_freq; in pkt_capture_register_callbacks()