Home
last modified time | relevance | path

Searched defs:pdev_scan_info (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_main.h226 struct pdev_scan_info { struct
227 bool wide_band_scan;
228 qdf_time_t last_scan_time;
229 struct chan_list custom_chan_list;
230 uint8_t conf_bssid[QDF_MAC_ADDR_SIZE];
231 struct wlan_ssid conf_ssid;
232 struct chan_list_scan_info chan_scan_info;
H A Dwlan_scan_manager.c244 struct pdev_scan_info *pdev_scan_info; in scm_update_last_scan_time() local