Lines Matching defs:iwl_scan_cmd
2382 struct iwl_scan_cmd { struct
2383 __le16 len;
2384 u8 scan_flags; /* scan flags: see enum iwl_scan_flags */
2385 u8 channel_count; /* # channels in channel list */
2386 __le16 quiet_time; /* dwell only this # millisecs on quiet channel
2388 __le16 quiet_plcp_th; /* quiet chnl is < this # pkts (typ. 1) */
2389 __le16 good_CRC_th; /* passive -> active promotion threshold */
2390 __le16 rx_chain; /* RXON_RX_CHAIN_* */
2391 __le32 max_out_time; /* max usec to be away from associated (service)
2393 __le32 suspend_time; /* pause scan this long (in "extended beacon
2396 __le32 flags; /* RXON_FLG_* */
2397 __le32 filter_flags; /* RXON_FILTER_* */
2401 struct iwl_tx_cmd tx_cmd;
2404 struct iwl_ssid_ie direct_scan[PROBE_OPTION_MAX];
2421 u8 data[0];