Lines Matching defs:il3945_scan_cmd
2488 struct il3945_scan_cmd { struct
2489 __le16 len;
2490 u8 reserved0;
2491 u8 channel_count; /* # channels in channel list */
2492 __le16 quiet_time; /* dwell only this # millisecs on quiet channel
2494 __le16 quiet_plcp_th; /* quiet chnl is < this # pkts (typ. 1) */
2495 __le16 good_CRC_th; /* passive -> active promotion threshold */
2496 __le16 reserved1;
2497 __le32 max_out_time; /* max usec to be away from associated (service)
2499 __le32 suspend_time; /* pause scan this long (in "extended beacon
2504 __le32 flags; /* RXON_FLG_* */
2505 __le32 filter_flags; /* RXON_FILTER_* */
2509 struct il3945_tx_cmd tx_cmd;
2512 struct il_ssid_ie direct_scan[PROBE_OPTION_MAX_3945];
2529 u8 data[0];