Lines Matching defs:wl1271_cmd_sched_scan_config
162 struct wl1271_cmd_sched_scan_config { struct
163 struct wl1271_cmd_header header;
165 __le32 intervals[SCAN_MAX_CYCLE_INTERVALS];
167 s8 rssi_threshold; /* for filtering (in dBm) */
168 s8 snr_threshold; /* for filtering (in dB) */
170 u8 cycles; /* maximum number of scan cycles */
171 u8 report_after; /* report when this number of results are received */
172 u8 terminate; /* stop scanning after reporting */
174 u8 tag;
175 u8 bss_type; /* for filtering */
176 u8 filter_type;
178 u8 ssid_len; /* For SCAN_SSID_FILTER_SPECIFIC */
179 u8 ssid[IEEE80211_MAX_SSID_LEN];
181 u8 n_probe_reqs; /* Number of probes requests per channel */
183 u8 passive[SCAN_MAX_BANDS];
184 u8 active[SCAN_MAX_BANDS];
186 u8 dfs;
188 u8 padding[3];
190 struct conn_scan_ch_params channels_2[MAX_CHANNELS_2GHZ];
191 struct conn_scan_ch_params channels_5[MAX_CHANNELS_5GHZ];
192 struct conn_scan_ch_params channels_4[MAX_CHANNELS_4GHZ];