Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h1722 dp_monitor_set_chan_band(struct dp_pdev *pdev, enum reg_wifi_band chan_band) in dp_monitor_set_chan_band() argument
1727 pdev->monitor_pdev->mon_chan_band = chan_band; in dp_monitor_set_chan_band()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_son.c2292 acs_r->chan_band = reg_wifi_band_to_wlan_band_id in hdd_son_get_acs_report()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c8380 enum reg_wifi_band chan_band; in dp_set_pdev_param() local
8458 chan_band = wlan_reg_freq_to_band(val.cdp_pdev_param_mon_freq); in dp_set_pdev_param()
8460 dp_monitor_set_chan_band(pdev, chan_band); in dp_set_pdev_param()
H A Ddp_internal.h771 dp_monitor_set_chan_band(struct dp_pdev *pdev, enum reg_wifi_band chan_band) in dp_monitor_set_chan_band() argument