Lines Matching defs:il_spectrum_cmd
2138 struct il_spectrum_cmd { struct
2139 __le16 len; /* number of bytes starting from token */
2140 u8 token; /* token id */
2141 u8 id; /* measurement id -- 0 or 1 */
2142 u8 origin; /* 0 = TGh, 1 = other, 2 = TGk */
2143 u8 periodic; /* 1 = periodic */
2144 __le16 path_loss_timeout;
2145 __le32 start_time; /* start time in extended beacon format */
2146 __le32 reserved2;
2147 __le32 flags; /* rxon flags */
2148 __le32 filter_flags; /* rxon filter flags */
2149 __le16 channel_count; /* minimum 1, maximum 10 */
2150 __le16 reserved3;
2151 struct il_measure_channel channels[10];