Lines Matching defs:il_scan_cmd
2532 struct il_scan_cmd { struct
2533 __le16 len;
2534 u8 reserved0;
2535 u8 channel_count; /* # channels in channel list */
2536 __le16 quiet_time; /* dwell only this # millisecs on quiet channel
2538 __le16 quiet_plcp_th; /* quiet chnl is < this # pkts (typ. 1) */
2539 __le16 good_CRC_th; /* passive -> active promotion threshold */
2540 __le16 rx_chain; /* RXON_RX_CHAIN_* */
2541 __le32 max_out_time; /* max usec to be away from associated (service)
2543 __le32 suspend_time; /* pause scan this long (in "extended beacon
2548 __le32 flags; /* RXON_FLG_* */
2549 __le32 filter_flags; /* RXON_FILTER_* */
2553 struct il_tx_cmd tx_cmd;
2556 struct il_ssid_ie direct_scan[PROBE_OPTION_MAX];
2573 u8 data[0];