Lines Matching defs:il_spectrum_cmd
2153 struct il_spectrum_cmd { struct
2154 __le16 len; /* number of bytes starting from token */
2155 u8 token; /* token id */
2156 u8 id; /* measurement id -- 0 or 1 */
2157 u8 origin; /* 0 = TGh, 1 = other, 2 = TGk */
2158 u8 periodic; /* 1 = periodic */
2159 __le16 path_loss_timeout;
2160 __le32 start_time; /* start time in extended beacon format */
2161 __le32 reserved2;
2162 __le32 flags; /* rxon flags */
2163 __le32 filter_flags; /* rxon filter flags */
2164 __le16 channel_count; /* minimum 1, maximum 10 */
2165 __le16 reserved3;
2166 struct il_measure_channel channels[10];