Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_htt_api.h370 void htt_rx_mon_note_capture_channel(htt_pdev_handle pdev, int mon_ch);
372 void ol_htt_mon_note_chan(struct cdp_pdev *ppdev, int mon_ch);
375 void htt_rx_mon_note_capture_channel(htt_pdev_handle pdev, int mon_ch) {} in htt_rx_mon_note_capture_channel() argument
378 void ol_htt_mon_note_chan(struct cdp_pdev *ppdev, int mon_ch) {} in ol_htt_mon_note_chan() argument
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_monitor_rx.c61 void htt_rx_mon_note_capture_channel(htt_pdev_handle pdev, int mon_ch) in htt_rx_mon_note_capture_channel() argument
65 ch_info->ch_num = mon_ch; in htt_rx_mon_note_capture_channel()
66 ch_info->ch_freq = cds_chan_to_freq(mon_ch); in htt_rx_mon_note_capture_channel()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx.c1871 void ol_htt_mon_note_chan(struct cdp_pdev *ppdev, int mon_ch) in ol_htt_mon_note_chan() argument
1875 htt_rx_mon_note_capture_channel(pdev->htt_pdev, mon_ch); in ol_htt_mon_note_chan()