Searched defs:pdev_scan_info (Results 1 – 2 of 2) sorted by relevance
226 struct pdev_scan_info { struct227 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;
244 struct pdev_scan_info *pdev_scan_info; in scm_update_last_scan_time() local